[seam-commits] Seam SVN: r10346 - trunk/seam-gen/build-scripts.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Apr 8 00:37:15 EDT 2009


Author: dan.j.allen
Date: 2009-04-08 00:37:15 -0400 (Wed, 08 Apr 2009)
New Revision: 10346

Modified:
   trunk/seam-gen/build-scripts/build-war.xml
   trunk/seam-gen/build-scripts/build.xml
Log:
remove unnecessary java.endorsed.dirs jvarg


Modified: trunk/seam-gen/build-scripts/build-war.xml
===================================================================
--- trunk/seam-gen/build-scripts/build-war.xml	2009-04-08 04:32:01 UTC (rev 10345)
+++ trunk/seam-gen/build-scripts/build-war.xml	2009-04-08 04:37:15 UTC (rev 10346)
@@ -441,7 +441,6 @@
             <path refid="build.classpath" />
         </path>
         <testng outputdir="${basedir}/test-report">
-            <jvmarg line="-Djava.endorsed.dirs=${endorsed.dir}"/>
             <jvmarg line="-Dsun.lang.ClassLoader.allowArraySyntax=true"/>
             <classpath refid="test.path" />
             <xmlfileset dir="${test.dir}" includes="*Test.xml" />

Modified: trunk/seam-gen/build-scripts/build.xml
===================================================================
--- trunk/seam-gen/build-scripts/build.xml	2009-04-08 04:32:01 UTC (rev 10345)
+++ trunk/seam-gen/build-scripts/build.xml	2009-04-08 04:37:15 UTC (rev 10346)
@@ -460,7 +460,6 @@
             <path refid="build.classpath"/>
         </path>
         <testng outputdir="${basedir}/test-report">
-            <jvmarg line="-Djava.endorsed.dirs=${endorsed.dir}"/>
             <jvmarg line="-Dsun.lang.ClassLoader.allowArraySyntax=true"/>
             <classpath refid="test.path"/>
             <xmlfileset dir="${test.dir}" includes="*Test.xml"/>




More information about the seam-commits mailing list