[seam-commits] Seam SVN: r8426 - trunk/build and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Jun 26 15:12:00 EDT 2008


Author: jbalunas at redhat.com
Date: 2008-06-26 15:12:00 -0400 (Thu, 26 Jun 2008)
New Revision: 8426

Modified:
   branches/Seam_2_0/build/ci.build.xml
   trunk/build/ci.build.xml
Log:
Removed JDK 6 specific CI build targets as they are not needed any longer. 

Modified: branches/Seam_2_0/build/ci.build.xml
===================================================================
--- branches/Seam_2_0/build/ci.build.xml	2008-06-26 15:29:17 UTC (rev 8425)
+++ branches/Seam_2_0/build/ci.build.xml	2008-06-26 19:12:00 UTC (rev 8426)
@@ -38,19 +38,6 @@
 		<build target="copytestoutput" />
 		<build target="testreport" />
 	</target>
-    
-    <target name="tests-java16">
-        <build target="cleanall" />
-        <copyInlineDependencies id="endorsed" scope="compile" todir="${endorsed.dir}">
-            <dependency groupId="javax.xml.bind" artifactId="jaxb-api" version="2.1">
-                <exclusion groupId="javax.xml.stream" artifactId="stax-api" />
-                <exclusion groupId="javax.activation" artifactId="activation" />
-            </dependency>
-        </copyInlineDependencies>
-        <build target="testall" testngjvmargs="-Dsun.lang.ClassLoader.allowArraySyntax=true" />
-        <build target="copytestoutput" />
-        <build target="testreport" />
-    </target>
 
 	<target name="snapshot">
 		<build target="cleanall" />

Modified: trunk/build/ci.build.xml
===================================================================
--- trunk/build/ci.build.xml	2008-06-26 15:29:17 UTC (rev 8425)
+++ trunk/build/ci.build.xml	2008-06-26 19:12:00 UTC (rev 8426)
@@ -40,19 +40,6 @@
 		<build target="copytestoutput" />
 		<build target="testreport" />
 	</target>
-    
-    <target name="tests-java16">
-        <build target="cleanall" />
-        <copyInlineDependencies id="endorsed" scope="compile" todir="${endorsed.dir}">
-            <dependency groupId="javax.xml.bind" artifactId="jaxb-api" version="2.1">
-                <exclusion groupId="javax.xml.stream" artifactId="stax-api" />
-                <exclusion groupId="javax.activation" artifactId="activation" />
-            </dependency>
-        </copyInlineDependencies>
-        <build target="testall" testngjvmargs="-Dsun.lang.ClassLoader.allowArraySyntax=true" />
-        <build target="copytestoutput" />
-        <build target="testreport" />
-    </target>
 
 	<target name="snapshot">
 		<build target="cleanall" />




More information about the seam-commits mailing list