[jbosstools-commits] JBoss Tools SVN: r41118 - in trunk/esb/tests/org.jboss.tools.esb.ui.bot.test: .settings and 1 other directory.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu May 17 10:47:19 EDT 2012


Author: ldimaggio
Date: 2012-05-17 10:47:19 -0400 (Thu, 17 May 2012)
New Revision: 41118

Modified:
   trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/.classpath
   trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/.project
   trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/.settings/org.eclipse.jdt.core.prefs
   trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/esb.ui.bot.tests.launch
   trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/org.jboss.tools.esb.ui.bot.test.properties
   trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/pom.xml
   trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/requirements.properties
Log:
Updated org.jboss.tools.esb.ui.bot.test/requirements.properties to reference soap - see: https://issues.jboss.org/browse/JBDS-2003
 


Modified: trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/.classpath
===================================================================
--- trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/.classpath	2012-05-17 14:10:00 UTC (rev 41117)
+++ trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/.classpath	2012-05-17 14:47:19 UTC (rev 41118)
@@ -1,8 +1,16 @@
 <?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="src" path="resources"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/org.jboss.tools.ui.bot.ext"/>
+	<classpathentry kind="lib" path="/jboss/local/hamcrest/hamcrest-all-1.3.0RC2.jar"/>
+	<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
+	<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
+		<attributes>
+			<attribute name="owner.project.facets" value="java"/>
+		</attributes>
+	</classpathentry>
 	<classpathentry kind="output" path="bin"/>
 </classpath>

Modified: trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/.project
===================================================================
--- trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/.project	2012-05-17 14:10:00 UTC (rev 41117)
+++ trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/.project	2012-05-17 14:47:19 UTC (rev 41118)
@@ -6,6 +6,11 @@
 	</projects>
 	<buildSpec>
 		<buildCommand>
+			<name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
 			<name>org.eclipse.wst.common.project.facet.core.builder</name>
 			<arguments>
 			</arguments>
@@ -25,10 +30,18 @@
 			<arguments>
 			</arguments>
 		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.wst.validation.validationbuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
+		<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
 		<nature>org.eclipse.pde.PluginNature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
+		<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
 	</natures>
 </projectDescription>

Modified: trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/.settings/org.eclipse.jdt.core.prefs	2012-05-17 14:10:00 UTC (rev 41117)
+++ trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/.settings/org.eclipse.jdt.core.prefs	2012-05-17 14:47:19 UTC (rev 41118)
@@ -1,8 +1,11 @@
-#Mon Aug 31 15:12:26 CEST 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.codegen.targetPlatform=1.6
+org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
+org.eclipse.jdt.core.compiler.compliance=1.6
+org.eclipse.jdt.core.compiler.debug.lineNumber=generate
+org.eclipse.jdt.core.compiler.debug.localVariable=generate
+org.eclipse.jdt.core.compiler.debug.sourceFile=generate
 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.source=1.5
+org.eclipse.jdt.core.compiler.source=1.6

Modified: trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/esb.ui.bot.tests.launch
===================================================================
--- trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/esb.ui.bot.tests.launch	2012-05-17 14:10:00 UTC (rev 41117)
+++ trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/esb.ui.bot.tests.launch	2012-05-17 14:47:19 UTC (rev 41118)
@@ -26,9 +26,6 @@
 <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
 <listEntry value="1"/>
 </listAttribute>
-<mapAttribute key="org.eclipse.debug.core.environmentVariables">
-<mapEntry key="DISPLAY" value=":1"/>
-</mapAttribute>
 <stringAttribute key="org.eclipse.jdt.junit.CONTAINER" value=""/>
 <booleanAttribute key="org.eclipse.jdt.junit.KEEPRUNNING_ATTR" value="false"/>
 <stringAttribute key="org.eclipse.jdt.junit.TESTNAME" value=""/>
@@ -40,7 +37,7 @@
 <stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.pde.ui.workbenchClasspathProvider"/>
 <stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dosgi.requiredJavaVersion=1.5 -XX:MaxPermSize=256m -Xms40m -Xmx512m -Dswtbot.test.properties.file=${env_var:HOME}/swtbot.properties -Dusage_reporting_enabled=false"/>
 <stringAttribute key="pde.version" value="3.3"/>
-<stringAttribute key="product" value="org.eclipse.platform.ide"/>
+<stringAttribute key="product" value="com.jboss.jbds.product.product"/>
 <booleanAttribute key="show_selected_only" value="false"/>
 <stringAttribute key="templateConfig" value="${target_home}/configuration/config.ini"/>
 <booleanAttribute key="tracing" value="false"/>

Modified: trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/org.jboss.tools.esb.ui.bot.test.properties
===================================================================
--- trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/org.jboss.tools.esb.ui.bot.test.properties	2012-05-17 14:10:00 UTC (rev 41117)
+++ trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/org.jboss.tools.esb.ui.bot.test.properties	2012-05-17 14:47:19 UTC (rev 41118)
@@ -1 +1,3 @@
-ESB=4.7,${jbosstools.test.jbossesb.home}
+ESB=4.11,${jbosstools.test.jbossesb.home}
+#SERVER=SOA,5.2,default,/jboss/local/redhat_svn/jbds/jbosstools/requirements/target/jboss-soa-p-5/jboss-as
+SERVER=SOA,5.3,default,${jbosstools.test.jbosssoa.home}

Modified: trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/pom.xml
===================================================================
--- trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/pom.xml	2012-05-17 14:10:00 UTC (rev 41117)
+++ trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/pom.xml	2012-05-17 14:47:19 UTC (rev 41118)
@@ -12,9 +12,10 @@
 	
 	<packaging>eclipse-test-plugin</packaging>
 	<properties>
-		<jbosstools.test.jbossesb.home>${requirement.build.root}/jbossesb-4.7</jbosstools.test.jbossesb.home>
+		<jbosstools.test.jbossesb.home>${requirement.build.root}/jbossesb-4.11</jbosstools.test.jbossesb.home>
+		<jbosstools.test.jbosssoa.home>${requirement.build.root}/jboss-soa-p-5.3/jboss-soa-p-5/jboss-as</jbosstools.test.jbosssoa.home>
 		<swtbot.test.properties.file>./org.jboss.tools.esb.ui.bot.test.properties</swtbot.test.properties.file>
-		<systemProperties>-Djbosstools.test.jbossesb.home=${jbosstools.test.jbossesb.home} -Dswtbot.test.properties.file=${swtbot.test.properties.file}
+		<systemProperties>-Djbosstools.test.jbossesb.home=${jbosstools.test.jbossesb.home} -Djbosstools.test.jbosssoa.home=${jbosstools.test.jbosssoa.home} -Dswtbot.test.properties.file=${swtbot.test.properties.file}
 		</systemProperties>
 	</properties>
 

Modified: trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/requirements.properties
===================================================================
--- trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/requirements.properties	2012-05-17 14:10:00 UTC (rev 41117)
+++ trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/requirements.properties	2012-05-17 14:47:19 UTC (rev 41118)
@@ -1 +1 @@
-requirements=jbossesb
+requirements=jbossesb,soap



More information about the jbosstools-commits mailing list