[jboss-cvs] JBossAS SVN: r63423 - branches/Branch_4_2/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jun 8 09:50:50 EDT 2007


Author: dimitris at jboss.org
Date: 2007-06-08 09:50:50 -0400 (Fri, 08 Jun 2007)
New Revision: 63423

Modified:
   branches/Branch_4_2/testsuite/local.properties
Log:
JBAS-4477, compile the testsuite with javac.source / javac.target set to 1.5

Modified: branches/Branch_4_2/testsuite/local.properties
===================================================================
--- branches/Branch_4_2/testsuite/local.properties	2007-06-08 12:45:21 UTC (rev 63422)
+++ branches/Branch_4_2/testsuite/local.properties	2007-06-08 13:50:50 UTC (rev 63423)
@@ -9,6 +9,8 @@
 javac.include.ant.runtime=true
 javac.include.java.runtime=false
 javac.fail.onerror=true
+javac.source=1.5
+javac.target=1.5
 
 junit.showoutput=false
 




More information about the jboss-cvs-commits mailing list