Author: snjeza
Date: 2011-06-03 05:38:37 -0400 (Fri, 03 Jun 2011)
New Revision: 31799
Modified:
trunk/examples/tests/org.jboss.tools.project.examples.test/pom.xml
trunk/runtime/tests/org.jboss.tools.runtime.test/pom.xml
Log:
JBIDE-8518 fix pom.xml files in JBT and JBDS repo such that only component root poms
reference parent pom (all others just look up to .. for parent)
Modified: trunk/examples/tests/org.jboss.tools.project.examples.test/pom.xml
===================================================================
--- trunk/examples/tests/org.jboss.tools.project.examples.test/pom.xml 2011-06-03 09:16:52
UTC (rev 31798)
+++ trunk/examples/tests/org.jboss.tools.project.examples.test/pom.xml 2011-06-03 09:38:37
UTC (rev 31799)
@@ -13,8 +13,7 @@
<packaging>eclipse-test-plugin</packaging>
<properties>
- <systemProperties>-Djbosstools.test.jboss.home.4.2=${requirement.build.root}/jboss-4.2.3.GA
- -Djbosstools.test.seam.2.0.1.GA.home=${requirement.build.root}/jboss-seam-2.0.1.GA</systemProperties>
+ <systemProperties>-Djbosstools.test.jboss.home.4.2=${requirement.build.root}/jboss-4.2.3.GA
-Djbosstools.test.seam.2.0.1.GA.home=${requirement.build.root}/jboss-seam-2.0.1.GA</systemProperties>
</properties>
<build>
<plugins>
Modified: trunk/runtime/tests/org.jboss.tools.runtime.test/pom.xml
===================================================================
--- trunk/runtime/tests/org.jboss.tools.runtime.test/pom.xml 2011-06-03 09:16:52 UTC (rev
31798)
+++ trunk/runtime/tests/org.jboss.tools.runtime.test/pom.xml 2011-06-03 09:38:37 UTC (rev
31799)
@@ -13,13 +13,7 @@
<packaging>eclipse-test-plugin</packaging>
<properties>
- <systemProperties>-Djbosstools.test.jboss.home.4.2=${requirement.build.root}/jboss-4.2.3.GA
- -Djbosstools.test.jboss.home.5.1=${requirement.build.root}/jboss-5.1.0.GA
- -Djbosstools.test.seam.2.0.1.GA.home=${requirement.build.root}/jboss-seam-2.0.1.GA
- -Djbosstools.test.seam.2.2.0.GA.home=${requirement.build.root}/jboss-seam-2.2.0.GA
- -Djbosstools.test.eap.4.3.home=${requirement.build.root}/jboss-eap-4.3
- -Dskip.runtime.scanner=true
- -Djbosstools.test.jboss.home.7.0=${requirement.build.root}/jboss-7.0.0.Beta3</systemProperties>
+ <systemProperties>-Djbosstools.test.jboss.home.4.2=${requirement.build.root}/jboss-4.2.3.GA
-Djbosstools.test.jboss.home.5.1=${requirement.build.root}/jboss-5.1.0.GA
-Djbosstools.test.seam.2.0.1.GA.home=${requirement.build.root}/jboss-seam-2.0.1.GA
-Djbosstools.test.seam.2.2.0.GA.home=${requirement.build.root}/jboss-seam-2.2.0.GA
-Djbosstools.test.eap.4.3.home=${requirement.build.root}/jboss-eap-4.3
-Dskip.runtime.scanner=true
-Djbosstools.test.jboss.home.7.0=${requirement.build.root}/jboss-7.0.0.Beta3</systemProperties>
</properties>
<build>
<plugins>
Show replies by date