JBoss Tools SVN: r9600 - tags/jbosstools-3.0.0.Alpha1.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2008-08-07 14:45:52 -0400 (Thu, 07 Aug 2008)
New Revision: 9600
Added:
tags/jbosstools-3.0.0.Alpha1/esb/
Log:
Tag components for JBT 3.0.0.Alpha1 release
Copied: tags/jbosstools-3.0.0.Alpha1/esb (from rev 9599, trunk/esb)
17 years, 4 months
JBoss Tools SVN: r9599 - tags/jbosstools-3.0.0.Alpha1.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2008-08-07 14:45:48 -0400 (Thu, 07 Aug 2008)
New Revision: 9599
Added:
tags/jbosstools-3.0.0.Alpha1/documentation/
Log:
Tag components for JBT 3.0.0.Alpha1 release
Copied: tags/jbosstools-3.0.0.Alpha1/documentation (from rev 9598, trunk/documentation)
17 years, 4 months
JBoss Tools SVN: r9598 - tags/jbosstools-3.0.0.Alpha1.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2008-08-07 14:45:44 -0400 (Thu, 07 Aug 2008)
New Revision: 9598
Added:
tags/jbosstools-3.0.0.Alpha1/core/
Log:
Tag components for JBT 3.0.0.Alpha1 release
Copied: tags/jbosstools-3.0.0.Alpha1/core (from rev 9597, trunk/core)
17 years, 4 months
JBoss Tools SVN: r9597 - tags/jbosstools-3.0.0.Alpha1.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2008-08-07 14:45:40 -0400 (Thu, 07 Aug 2008)
New Revision: 9597
Added:
tags/jbosstools-3.0.0.Alpha1/common/
Log:
Tag components for JBT 3.0.0.Alpha1 release
Copied: tags/jbosstools-3.0.0.Alpha1/common (from rev 9596, trunk/common)
17 years, 4 months
JBoss Tools SVN: r9596 - tags/jbosstools-3.0.0.Alpha1.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2008-08-07 14:45:36 -0400 (Thu, 07 Aug 2008)
New Revision: 9596
Added:
tags/jbosstools-3.0.0.Alpha1/birt/
Log:
Tag components for JBT 3.0.0.Alpha1 release
Copied: tags/jbosstools-3.0.0.Alpha1/birt (from rev 9595, trunk/birt)
17 years, 4 months
JBoss Tools SVN: r9595 - tags/jbosstools-3.0.0.Alpha1.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2008-08-07 14:45:33 -0400 (Thu, 07 Aug 2008)
New Revision: 9595
Added:
tags/jbosstools-3.0.0.Alpha1/as/
Log:
Tag components for JBT 3.0.0.Alpha1 release
Copied: tags/jbosstools-3.0.0.Alpha1/as (from rev 9594, trunk/as)
17 years, 4 months
JBoss Tools SVN: r9594 - tags/jbosstools-3.0.0.Alpha1.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2008-08-07 14:44:07 -0400 (Thu, 07 Aug 2008)
New Revision: 9594
Removed:
tags/jbosstools-3.0.0.Alpha1/as/
tags/jbosstools-3.0.0.Alpha1/birt/
tags/jbosstools-3.0.0.Alpha1/common/
tags/jbosstools-3.0.0.Alpha1/core/
tags/jbosstools-3.0.0.Alpha1/documentation/
tags/jbosstools-3.0.0.Alpha1/esb/
tags/jbosstools-3.0.0.Alpha1/freemarker/
tags/jbosstools-3.0.0.Alpha1/hibernatetools/
tags/jbosstools-3.0.0.Alpha1/jbpm/
tags/jbosstools-3.0.0.Alpha1/jsf/
tags/jbosstools-3.0.0.Alpha1/jst/
tags/jbosstools-3.0.0.Alpha1/portlet/
tags/jbosstools-3.0.0.Alpha1/seam/
tags/jbosstools-3.0.0.Alpha1/struts/
tags/jbosstools-3.0.0.Alpha1/tests/
tags/jbosstools-3.0.0.Alpha1/tptp/
tags/jbosstools-3.0.0.Alpha1/vpe/
tags/jbosstools-3.0.0.Alpha1/ws/
Log:
Delete 3.0.0.Alpha1 tag content to reatag it
17 years, 4 months
JBoss Tools SVN: r9593 - trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/src/org/hibernate/eclipse/jdt/ui/internal.
by jbosstools-commits@lists.jboss.org
Author: max.andersen(a)jboss.com
Date: 2008-08-07 11:39:17 -0400 (Thu, 07 Aug 2008)
New Revision: 9593
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/src/org/hibernate/eclipse/jdt/ui/internal/BasicQuickAssistProcessor.java
Log:
Fix JBIDE-2602 - criteria and hql quick fix should be available for projects without a config too.
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/src/org/hibernate/eclipse/jdt/ui/internal/BasicQuickAssistProcessor.java
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/src/org/hibernate/eclipse/jdt/ui/internal/BasicQuickAssistProcessor.java 2008-08-07 15:03:48 UTC (rev 9592)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/src/org/hibernate/eclipse/jdt/ui/internal/BasicQuickAssistProcessor.java 2008-08-07 15:39:17 UTC (rev 9593)
@@ -38,11 +38,7 @@
public boolean hasAssists(IInvocationContext context) throws CoreException {
IJavaProject javaProject = context.getCompilationUnit().getJavaProject();
HibernateNature nature = HibernateNature.getHibernateNature( javaProject );
- if(nature!=null) {
- return nature.getDefaultConsoleConfiguration()!=null;
- } else {
- return false;
- }
+ return nature != null;
}
abstract public IJavaCompletionProposal[] getAssists(IInvocationContext context, IProblemLocation[] locations) throws CoreException;
17 years, 4 months
JBoss Tools SVN: r9592 - trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console.
by jbosstools-commits@lists.jboss.org
Author: vyemialyanchyk
Date: 2008-08-07 11:03:48 -0400 (Thu, 07 Aug 2008)
New Revision: 9592
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/AbstractQueryEditor.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-2561
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/AbstractQueryEditor.java
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/AbstractQueryEditor.java 2008-08-07 11:56:08 UTC (rev 9591)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/AbstractQueryEditor.java 2008-08-07 15:03:48 UTC (rev 9592)
@@ -134,17 +134,13 @@
final public void doSave(IProgressMonitor progressMonitor) {
// super.doSave(progressMonitor);
- IDocumentProvider p= getDocumentProvider();
- if (p == null)
- return;
-
QueryEditorInput hei = null;
if (getEditorInput() instanceof QueryEditorInput) {
hei = (QueryEditorInput) getEditorInput();
hei.setQuery( getQueryString() );
}
-
- if (p.isDeleted(getEditorInput()) || (hei != null && hei.getStorage() instanceof QueryEditorStorage)) {
+ IDocumentProvider p = getDocumentProvider();
+ if (p != null && p.isDeleted(getEditorInput())) {
if (isSaveAsAllowed()) {
// 1GEUSSR: ITPUI:ALL - User should never loose changes made in the editors.
// Changed Behavior to make sure that if called inside a regular save (because
@@ -195,12 +191,12 @@
ActionContributionItem item = new ActionContributionItem( execAction );
tbm.add( item );
-
+
item = new ActionContributionItem( clearAction );
tbm.add( item );
ControlContribution cc = new ConfigurationCombo( "hql-target", this ); //$NON-NLS-1$
- tbm.add( cc );
+ tbm.add( cc );
tbm.add( new Separator() );
17 years, 4 months
JBoss Tools SVN: r9591 - trunk/ws/docs/reference/en/modules.
by jbosstools-commits@lists.jboss.org
Author: smukhina
Date: 2008-08-07 07:56:08 -0400 (Thu, 07 Aug 2008)
New Revision: 9591
Modified:
trunk/ws/docs/reference/en/modules/topdown.xml
Log:
https://jira.jboss.org/jira/browse/JBIDE-2469
images ids are made unique to build the guide
Modified: trunk/ws/docs/reference/en/modules/topdown.xml
===================================================================
--- trunk/ws/docs/reference/en/modules/topdown.xml 2008-08-07 08:45:45 UTC (rev 9590)
+++ trunk/ws/docs/reference/en/modules/topdown.xml 2008-08-07 11:56:08 UTC (rev 9591)
@@ -73,7 +73,7 @@
</para>
<para>If the project has no <emphasis><property>Target Runtime</property></emphasis> settings, you must check the second radio button and specify a JBossWS runtime from the list.
You also can create a new JBossWS runtime, click <emphasis><property>New...</property></emphasis> button will bring you to another dialog for configuring new JBossWS runtime.</para>
- <figure id="figure_addfacet">
+ <figure id="figure_addfacet1">
<title>Configure JBossWS Runtime</title>
<mediaobject>
<imageobject>
@@ -120,7 +120,7 @@
<property>Finish</property>
</emphasis> Button you will have the following wizard view.</para>
- <figure id="figure_create_ws_topdown">
+ <figure id="figure_create_ws_topdown1">
<title>New Web Service Wizard</title>
<mediaobject>
<imageobject>
17 years, 4 months