[jboss-cvs] JBossAS SVN: r62975 - branches/Branch_4_2/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu May 10 18:05:27 EDT 2007


Author: dimitris at jboss.org
Date: 2007-05-10 18:05:27 -0400 (Thu, 10 May 2007)
New Revision: 62975

Modified:
   branches/Branch_4_2/test/build.xml
Log:
exclude compatibility tests that need access to jboss.jar and use a jboss-test.jar compiled with javac.source/target = 1.4

Modified: branches/Branch_4_2/test/build.xml
===================================================================
--- branches/Branch_4_2/test/build.xml	2007-05-10 22:05:05 UTC (rev 62974)
+++ branches/Branch_4_2/test/build.xml	2007-05-10 22:05:27 UTC (rev 62975)
@@ -54,6 +54,9 @@
       <!-- Basic Configuration -->
       <!-- =================== -->
 
+      <property name="javac.source" value="1.4"/>
+      <property name="javac.target" value="1.4"/>
+      
       <!-- Module name(s) & version -->
       <property name="module.name" value="test"/>
       <property name="module.Name" value="JBoss/Test"/>




More information about the jboss-cvs-commits mailing list