JBoss Tools SVN: r18433 - in trunk/archives/tests/org.jboss.ide.eclipse.archives.ui.test: .settings and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2009-11-05 20:56:46 -0500 (Thu, 05 Nov 2009)
New Revision: 18433
Added:
trunk/archives/tests/org.jboss.ide.eclipse.archives.ui.test/.classpath
trunk/archives/tests/org.jboss.ide.eclipse.archives.ui.test/.project
trunk/archives/tests/org.jboss.ide.eclipse.archives.ui.test/.settings/
trunk/archives/tests/org.jboss.ide.eclipse.archives.ui.test/.settings/org.eclipse.jdt.core.prefs
trunk/archives/tests/org.jboss.ide.eclipse.archives.ui.test/META-INF/
trunk/archives/tests/org.jboss.ide.eclipse.archives.ui.test/META-INF/MANIFEST.MF
trunk/archives/tests/org.jboss.ide.eclipse.archives.ui.test/build.properties
trunk/archives/tests/org.jboss.ide.eclipse.archives.ui.test/src/
Log:
empty archives.ui.test plug-in (has not included in build yet)
Added: trunk/archives/tests/org.jboss.ide.eclipse.archives.ui.test/.classpath
===================================================================
--- trunk/archives/tests/org.jboss.ide.eclipse.archives.ui.test/.classpath (rev 0)
+++ trunk/archives/tests/org.jboss.ide.eclipse.archives.ui.test/.classpath 2009-11-06 01:56:46 UTC (rev 18433)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
Property changes on: trunk/archives/tests/org.jboss.ide.eclipse.archives.ui.test/.classpath
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/archives/tests/org.jboss.ide.eclipse.archives.ui.test/.project
===================================================================
--- trunk/archives/tests/org.jboss.ide.eclipse.archives.ui.test/.project (rev 0)
+++ trunk/archives/tests/org.jboss.ide.eclipse.archives.ui.test/.project 2009-11-06 01:56:46 UTC (rev 18433)
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.jboss.ide.eclipse.archives.ui.test</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
Property changes on: trunk/archives/tests/org.jboss.ide.eclipse.archives.ui.test/.project
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/archives/tests/org.jboss.ide.eclipse.archives.ui.test/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- trunk/archives/tests/org.jboss.ide.eclipse.archives.ui.test/.settings/org.eclipse.jdt.core.prefs (rev 0)
+++ trunk/archives/tests/org.jboss.ide.eclipse.archives.ui.test/.settings/org.eclipse.jdt.core.prefs 2009-11-06 01:56:46 UTC (rev 18433)
@@ -0,0 +1,8 @@
+#Thu Nov 05 17:51:02 PST 2009
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.5
Property changes on: trunk/archives/tests/org.jboss.ide.eclipse.archives.ui.test/.settings/org.eclipse.jdt.core.prefs
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/archives/tests/org.jboss.ide.eclipse.archives.ui.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/archives/tests/org.jboss.ide.eclipse.archives.ui.test/META-INF/MANIFEST.MF (rev 0)
+++ trunk/archives/tests/org.jboss.ide.eclipse.archives.ui.test/META-INF/MANIFEST.MF 2009-11-06 01:56:46 UTC (rev 18433)
@@ -0,0 +1,7 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Archives UI Test
+Bundle-SymbolicName: org.jboss.ide.eclipse.archives.ui.test
+Bundle-Version: 1.0.0
+Bundle-Vendor: JBoss by RedHat
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
Property changes on: trunk/archives/tests/org.jboss.ide.eclipse.archives.ui.test/META-INF/MANIFEST.MF
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/archives/tests/org.jboss.ide.eclipse.archives.ui.test/build.properties
===================================================================
--- trunk/archives/tests/org.jboss.ide.eclipse.archives.ui.test/build.properties (rev 0)
+++ trunk/archives/tests/org.jboss.ide.eclipse.archives.ui.test/build.properties 2009-11-06 01:56:46 UTC (rev 18433)
@@ -0,0 +1,4 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+ .
Property changes on: trunk/archives/tests/org.jboss.ide.eclipse.archives.ui.test/build.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
15 years, 1 month
JBoss Tools SVN: r18431 - trunk/jmx/plugins/org.jboss.tools.jmx.core/src/org/jboss/tools/jmx/core/util.
by jbosstools-commits@lists.jboss.org
Author: rob.stryker(a)jboss.com
Date: 2009-11-05 19:33:02 -0500 (Thu, 05 Nov 2009)
New Revision: 18431
Modified:
trunk/jmx/plugins/org.jboss.tools.jmx.core/src/org/jboss/tools/jmx/core/util/XMLMemento.java
Log:
Changed signature to public
Modified: trunk/jmx/plugins/org.jboss.tools.jmx.core/src/org/jboss/tools/jmx/core/util/XMLMemento.java
===================================================================
--- trunk/jmx/plugins/org.jboss.tools.jmx.core/src/org/jboss/tools/jmx/core/util/XMLMemento.java 2009-11-05 21:26:26 UTC (rev 18430)
+++ trunk/jmx/plugins/org.jboss.tools.jmx.core/src/org/jboss/tools/jmx/core/util/XMLMemento.java 2009-11-06 00:33:02 UTC (rev 18431)
@@ -388,7 +388,7 @@
* @return the Text node of the memento, or <code>null</code> if
* the memento has no Text node.
*/
- private Text getTextNode() {
+ public Text getTextNode() {
// Get the nodes.
NodeList nodes = element.getChildNodes();
int size = nodes.getLength();
15 years, 1 month
JBoss Tools SVN: r18430 - trunk/bpel/releng.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-11-05 16:26:26 -0500 (Thu, 05 Nov 2009)
New Revision: 18430
Modified:
trunk/bpel/releng/build.properties.example.linux
Log:
update deps
Modified: trunk/bpel/releng/build.properties.example.linux
===================================================================
--- trunk/bpel/releng/build.properties.example.linux 2009-11-05 21:26:03 UTC (rev 18429)
+++ trunk/bpel/releng/build.properties.example.linux 2009-11-05 21:26:26 UTC (rev 18430)
@@ -13,8 +13,8 @@
testFeatureToBuildID=org.jboss.tools.bpel.tests.feature
# tests do not run due to missing dependencies for o.j.t.c - xulrunner and xpcom?
-#build.steps=buildUpdate,buildTests,generateDigests,test,publish,cleanup
-build.steps=buildUpdate,generateDigests,publish,cleanup
+build.steps=buildUpdate,buildTests,generateDigests,test,publish,cleanup
+#build.steps=buildUpdate,generateDigests,publish,cleanup
# to (re)generate map and psfs, use these settings
#build.steps=dir2svnmap,map2psf
@@ -38,22 +38,13 @@
JAVA50_HOME=/usr/lib/jvm/java
dependencyURLs=\
-http://download.eclipse.org/eclipse/downloads/drops/R-3.5-200906111540/eclipse-SDK-3.5-linux-gtk.tar.gz,\
-http://www.eclipse.org/downloads/download.php?r=1&file=/tools/gef/downloads/drops/3.5.0/R200906221200/GEF-runtime-3.5.0.zip,\
-http://www.eclipse.org/downloads/download.php?r=1&file=/modeling/emf/emf/downloads/drops/2.5.0/R200906151043/emf-runtime-2.5.0.zip,\
-http://www.eclipse.org/downloads/download.php?r=1&file=/modeling/emf/emf/downloads/drops/2.5.0/R200906151043/xsd-runtime-2.5.0.zip,\
-http://www.eclipse.org/downloads/download.php?r=1&file=/datatools/downloads/1.7/dtp_1.7.0.zip,\
-http://www.eclipse.org/downloads/download.php?r=1&file=/webtools/downloads/drops/R3.1/M-3.1M-20090716104714/wtp-jpt-M-3.1M-20090716104714.zip,\
-http://www.eclipse.org/downloads/download.php?r=1&file=/webtools/downloads/drops/R3.1/M-3.1M-20090716104714/wtp-M-3.1M-20090716104714.zip
-#,\
-#http://www.eclipse.org/downloads/download.php?r=1&file=/eclipse/downloads/drops/S-3.5M7-200904302300/eclipse-SDK-3.5M7-win32.zip,\
-#http://www.eclipse.org/downloads/download.php?r=1&file=/eclipse/downloads/drops/S-3.5M7-200904302300/eclipse-SDK-3.5M7-linux-gtk-x86_64.tar.gz,\
-#http://www.eclipse.org/downloads/download.php?r=1&file=/eclipse/downloads/drops/S-3.5M7-200904302300/eclipse-SDK-3.5M7-macosx-carbon.tar.gz,\
-#http://www.eclipse.org/downloads/download.php?r=1&file=/tools/gef/downloads/drops/3.5.0/S200905011522/GEF-runtime-3.5.0M7.zip,\
-#http://www.eclipse.org/downloads/download.php?r=1&file=/birt/downloads/drops/M-R1-2.5M7-200905061338/birt-report-framework-2.5M7.zip,\
-#http://www.eclipse.org/downloads/download.php?r=1&file=/birt/downloads/drops/M-R1-2.5M7-200905061338/birt-wtp-integration-sdk-2.5M7.zip,\
-#http://www.eclipse.org/downloads/download.php?r=1&file=/datatools/downloads/drops/N_DTP_1.7/dtp-1.7.0M7-200905052200.zip,\
-#http://www.eclipse.org/downloads/download.php?r=1&file=/tptp/4.6.0/TPTP-4.6.0M7-200904260100/tptp.runtime-TPTP-4.6.0M7.zip,\
+http://repository.jboss.org/eclipse/galileo/GEF-runtime-3.5.1.zip,\
+http://repository.jboss.org/eclipse/galileo/emf-runtime-2.5.0.zip,\
+http://repository.jboss.org/eclipse/galileo/xsd-runtime-2.5.0.zip,\
+http://repository.jboss.org/eclipse/galileo/wtp-R-3.1.1-20090917225226.zip,\
+http://repository.jboss.org/eclipse/galileo/dtp_1.7.1.zip,\
+http://repository.jboss.org/eclipse/galileo/eclipse-SDK-3.5.1-linux-gtk.tar.gz
+#http://repository.jboss.org/eclipse/galileo/eclipse-SDK-3.5.1-linux-gtk-x86_64.tar.gz
flattenDependencies=true
parallelCompilation=true
15 years, 1 month
JBoss Tools SVN: r18429 - trunk/bpel/releng.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-11-05 16:26:03 -0500 (Thu, 05 Nov 2009)
New Revision: 18429
Modified:
trunk/bpel/releng/build.properties
Log:
set hudson properties
Modified: trunk/bpel/releng/build.properties
===================================================================
--- trunk/bpel/releng/build.properties 2009-11-05 20:58:58 UTC (rev 18428)
+++ trunk/bpel/releng/build.properties 2009-11-05 21:26:03 UTC (rev 18429)
@@ -29,44 +29,32 @@
#org.jboss.tools.common -> /path/to/common/plugins/org.jboss.tools.common/
#org.jboss.tools.test -> /path/to/tests/tests/org.jboss.tools.test/
-localSourceCheckoutDir=/home/nboldt/eclipse/workspace-jboss/jbosstools-trunk/bpel
-relengBuilderDir=/home/nboldt/eclipse/workspace-jboss/jbosstools-trunk/bpel/releng
-relengBaseBuilderDir=/home/nboldt/eclipse/workspace-jboss/org.eclipse.releng.basebuilder
-relengCommonBuilderDir=/home/nboldt/eclipse/workspace-jboss/org.eclipse.dash.common.releng
+# JBoss Hudson Variables defined in /home/hudson/config_repository/resources/common.variables
+JAVA_HOME=${JAVA_HOME_PARENT}
+JAVA14_HOME=${JAVA_HOME_PARENT}
+JAVA50_HOME=${JAVA_HOME_PARENT}
+JAVA60_HOME=${JAVA_HOME_PARENT}
-JAVA_HOME=/usr/lib/jvm/java
-JAVA50_HOME=/usr/lib/jvm/java
-
dependencyURLs=\
-http://download.eclipse.org/eclipse/downloads/drops/R-3.5-200906111540/eclipse-SDK-3.5-linux-gtk.tar.gz,\
-http://www.eclipse.org/downloads/download.php?r=1&file=/tools/gef/downloads/drops/3.5.0/R200906221200/GEF-runtime-3.5.0.zip,\
-http://www.eclipse.org/downloads/download.php?r=1&file=/modeling/emf/emf/downloads/drops/2.5.0/R200906151043/emf-runtime-2.5.0.zip,\
-http://www.eclipse.org/downloads/download.php?r=1&file=/modeling/emf/emf/downloads/drops/2.5.0/R200906151043/xsd-runtime-2.5.0.zip,\
-http://www.eclipse.org/downloads/download.php?r=1&file=/datatools/downloads/1.7/dtp_1.7.0.zip,\
-http://www.eclipse.org/downloads/download.php?r=1&file=/webtools/downloads/drops/R3.1/M-3.1M-20090716104714/wtp-jpt-M-3.1M-20090716104714.zip,\
-http://www.eclipse.org/downloads/download.php?r=1&file=/webtools/downloads/drops/R3.1/M-3.1M-20090716104714/wtp-M-3.1M-20090716104714.zip
-#,\
-#http://www.eclipse.org/downloads/download.php?r=1&file=/eclipse/downloads/drops/S-3.5M7-200904302300/eclipse-SDK-3.5M7-win32.zip,\
-#http://www.eclipse.org/downloads/download.php?r=1&file=/eclipse/downloads/drops/S-3.5M7-200904302300/eclipse-SDK-3.5M7-linux-gtk-x86_64.tar.gz,\
-#http://www.eclipse.org/downloads/download.php?r=1&file=/eclipse/downloads/drops/S-3.5M7-200904302300/eclipse-SDK-3.5M7-macosx-carbon.tar.gz,\
-#http://www.eclipse.org/downloads/download.php?r=1&file=/tools/gef/downloads/drops/3.5.0/S200905011522/GEF-runtime-3.5.0M7.zip,\
-#http://www.eclipse.org/downloads/download.php?r=1&file=/birt/downloads/drops/M-R1-2.5M7-200905061338/birt-report-framework-2.5M7.zip,\
-#http://www.eclipse.org/downloads/download.php?r=1&file=/birt/downloads/drops/M-R1-2.5M7-200905061338/birt-wtp-integration-sdk-2.5M7.zip,\
-#http://www.eclipse.org/downloads/download.php?r=1&file=/datatools/downloads/drops/N_DTP_1.7/dtp-1.7.0M7-200905052200.zip,\
-#http://www.eclipse.org/downloads/download.php?r=1&file=/tptp/4.6.0/TPTP-4.6.0M7-200904260100/tptp.runtime-TPTP-4.6.0M7.zip,\
+http://repository.jboss.org/eclipse/galileo/GEF-runtime-3.5.1.zip,\
+http://repository.jboss.org/eclipse/galileo/emf-runtime-2.5.0.zip,\
+http://repository.jboss.org/eclipse/galileo/xsd-runtime-2.5.0.zip,\
+http://repository.jboss.org/eclipse/galileo/wtp-R-3.1.1-20090917225226.zip,\
+http://repository.jboss.org/eclipse/galileo/dtp_1.7.1.zip,\
+http://repository.jboss.org/eclipse/galileo/eclipse-SDK-3.5.1-linux-gtk.tar.gz
+#http://repository.jboss.org/eclipse/galileo/eclipse-SDK-3.5.1-linux-gtk-x86_64.tar.gz
flattenDependencies=true
parallelCompilation=true
generateFeatureVersionSuffix=true
individualSourceBundles=true
+# do not sign or pack jars
+#skipPack=true
+skipSign=true
+
domainNamespace=*
projNamespace=org.jboss.tools.bpel
projRelengName=org.jboss.tools.bpel.releng
-# needed for Hudson, not for local?
-#projRelengRoot=svn://svn.jboss.org/repos/jbosstools/trunk/bpel
-#projRelengPath=releng
-#basebuilderBranch=R35_M6
-
## END PROJECT BUILD PROPERTIES ##
15 years, 1 month
JBoss Tools SVN: r18428 - trunk/jmx/releng/maps.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-11-05 15:58:58 -0500 (Thu, 05 Nov 2009)
New Revision: 18428
Added:
trunk/jmx/releng/maps/test.map
Log:
add missing o.e.test source
Added: trunk/jmx/releng/maps/test.map
===================================================================
--- trunk/jmx/releng/maps/test.map (rev 0)
+++ trunk/jmx/releng/maps/test.map 2009-11-05 20:58:58 UTC (rev 18428)
@@ -0,0 +1,2 @@
+plugin@org.eclipse.test=v20080313,:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse,
+fragment@org.eclipse.ant.optional.junit=v20070202,:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse,
Property changes on: trunk/jmx/releng/maps/test.map
___________________________________________________________________
Name: svn:mime-type
+ text/plain
15 years, 1 month
JBoss Tools SVN: r18427 - trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/src/org/jboss/tools/bpel/runtimes/module.
by jbosstools-commits@lists.jboss.org
Author: rob.stryker(a)jboss.com
Date: 2009-11-05 15:45:04 -0500 (Thu, 05 Nov 2009)
New Revision: 18427
Modified:
trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/src/org/jboss/tools/bpel/runtimes/module/BPELModuleDelegate.java
trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/src/org/jboss/tools/bpel/runtimes/module/BPELModuleFactoryDelegate.java
Log:
headers
Modified: trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/src/org/jboss/tools/bpel/runtimes/module/BPELModuleDelegate.java
===================================================================
--- trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/src/org/jboss/tools/bpel/runtimes/module/BPELModuleDelegate.java 2009-11-05 19:44:47 UTC (rev 18426)
+++ trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/src/org/jboss/tools/bpel/runtimes/module/BPELModuleDelegate.java 2009-11-05 20:45:04 UTC (rev 18427)
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Red Hat, Inc.
+ * Distributed under license by Red Hat, Inc. All rights reserved.
+ * This program is made available under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Red Hat, Inc. - initial API and implementation
+ ******************************************************************************/
package org.jboss.tools.bpel.runtimes.module;
import java.util.ArrayList;
Modified: trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/src/org/jboss/tools/bpel/runtimes/module/BPELModuleFactoryDelegate.java
===================================================================
--- trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/src/org/jboss/tools/bpel/runtimes/module/BPELModuleFactoryDelegate.java 2009-11-05 19:44:47 UTC (rev 18426)
+++ trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/src/org/jboss/tools/bpel/runtimes/module/BPELModuleFactoryDelegate.java 2009-11-05 20:45:04 UTC (rev 18427)
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Red Hat, Inc.
+ * Distributed under license by Red Hat, Inc. All rights reserved.
+ * This program is made available under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Red Hat, Inc. - initial API and implementation
+ ******************************************************************************/
package org.jboss.tools.bpel.runtimes.module;
import org.eclipse.core.resources.IProject;
15 years, 1 month
JBoss Tools SVN: r18426 - trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/launch.
by jbosstools-commits@lists.jboss.org
Author: rob.stryker(a)jboss.com
Date: 2009-11-05 14:44:47 -0500 (Thu, 05 Nov 2009)
New Revision: 18426
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/launch/JBossLaunchConfigurationTabGroup.java
Log:
JBIDE-5153 - user wants to edit main class
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/launch/JBossLaunchConfigurationTabGroup.java
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/launch/JBossLaunchConfigurationTabGroup.java 2009-11-05 19:26:09 UTC (rev 18425)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/launch/JBossLaunchConfigurationTabGroup.java 2009-11-05 19:44:47 UTC (rev 18426)
@@ -31,7 +31,7 @@
import org.eclipse.debug.ui.sourcelookup.SourceLookupTab;
import org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab;
import org.eclipse.jdt.debug.ui.launchConfigurations.JavaClasspathTab;
-import org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab;
+import org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab;
import org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants;
import org.jboss.ide.eclipse.as.core.util.ArgsUtil;
import org.jboss.ide.eclipse.as.ui.Messages;
@@ -45,23 +45,18 @@
AbstractLaunchConfigurationTabGroup {
public void createTabs(ILaunchConfigurationDialog dialog, String mode) {
- ILaunchConfigurationTab[] tabs = new ILaunchConfigurationTab[10];
- int i = 0;
- tabs[i] = new JavaArgumentsTabExtension();
- tabs[i++].setLaunchConfigurationDialog(dialog);
- tabs[i] = new JavaClasspathTab();
- tabs[i++].setLaunchConfigurationDialog(dialog);
- tabs[i] = new SourceLookupTab();
- tabs[i++].setLaunchConfigurationDialog(dialog);
- tabs[i] = new EnvironmentTab();
- tabs[i++].setLaunchConfigurationDialog(dialog);
- tabs[i] = new CommonTab();
- tabs[i++].setLaunchConfigurationDialog(dialog);
+ ILaunchConfigurationTab[] tabs = new ILaunchConfigurationTab[] {
+ new JavaArgumentsTabExtension(),
+ new JavaMainTab(),
+ new JavaClasspathTab(),
+ new SourceLookupTab(),
+ new EnvironmentTab(),
+ new CommonTab()
+ };
-
- ILaunchConfigurationTab[] tabs2 = new ILaunchConfigurationTab[i];
- System.arraycopy(tabs, 0, tabs2, 0, i);
- setTabs(tabs2);
+ for( int i = 0; i < tabs.length; i++ )
+ tabs[i].setLaunchConfigurationDialog(dialog);
+ setTabs(tabs);
}
public class JavaArgumentsTabExtension extends JavaArgumentsTab {
15 years, 1 month
JBoss Tools SVN: r18425 - trunk/as/plugins/org.jboss.ide.eclipse.as.ssh.
by jbosstools-commits@lists.jboss.org
Author: rob.stryker(a)jboss.com
Date: 2009-11-05 14:26:09 -0500 (Thu, 05 Nov 2009)
New Revision: 18425
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.ssh/plugin.xml
Log:
changing provider name to match
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.ssh/plugin.xml
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.ssh/plugin.xml 2009-11-05 18:46:22 UTC (rev 18424)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.ssh/plugin.xml 2009-11-05 19:26:09 UTC (rev 18425)
@@ -24,7 +24,7 @@
<extension
point="org.eclipse.wst.server.core.runtimeTypes">
<runtimeType
- vendor="JBoss by Red Hat"
+ vendor="JBoss Community"
class="org.jboss.ide.eclipse.as.ssh.server.SSHServerRuntime"
description="A runtime to allow SSH servers to support every module type. "
name="SSH Runtime"
15 years, 1 month
JBoss Tools SVN: r18424 - trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/el.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2009-11-05 13:46:22 -0500 (Thu, 05 Nov 2009)
New Revision: 18424
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/el/AbstractELCompletionEngine.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-5151
Modified: trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/el/AbstractELCompletionEngine.java
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/el/AbstractELCompletionEngine.java 2009-11-05 17:32:49 UTC (rev 18423)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/el/AbstractELCompletionEngine.java 2009-11-05 18:46:22 UTC (rev 18424)
@@ -235,6 +235,7 @@
int startSuffix = var.getElToken().getText().length();
int endSuffix = startSuffix + suffix.length();
ELSegment firstSegment = null;
+ boolean sufixIsNotResolved = false;
for (ELSegment segment : newSegments) {
int startPosition = segment.getToken().getStart();
if(startPosition>=endSuffix) {
@@ -242,8 +243,12 @@
nextOriginalToken = nextOriginalToken.findTokenForward(JavaNameTokenDescription.JAVA_NAME);
((ELSegmentImpl)segment).setToken(nextOriginalToken);
} else {
+ if(!sufixIsNotResolved) {
+ sufixIsNotResolved = !segment.isResolved();
+ }
firstSegment = segment;
((ELSegmentImpl)firstSegment).setToken(firstOriginalToken);
+ ((ELSegmentImpl)firstSegment).setResolved(!sufixIsNotResolved);
// if(firstSegment instanceof JavaMemberELSegmentImpl) {
// JavaMemberELSegmentImpl javaSegment = (JavaMemberELSegmentImpl) firstSegment;
// MemberInfo m = javaSegment.getMemberInfo();
15 years, 1 month