[jboss-cvs] JBossAS SVN: r59909 - branches/Branch_4_2/security.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jan 22 03:34:04 EST 2007


Author: scott.stark at jboss.org
Date: 2007-01-22 03:34:04 -0500 (Mon, 22 Jan 2007)
New Revision: 59909

Modified:
   branches/Branch_4_2/security/build.xml
Log:
Set source and target of javac to 5

Modified: branches/Branch_4_2/security/build.xml
===================================================================
--- branches/Branch_4_2/security/build.xml	2007-01-22 08:18:47 UTC (rev 59908)
+++ branches/Branch_4_2/security/build.xml	2007-01-22 08:34:04 UTC (rev 59909)
@@ -104,6 +104,8 @@
     <property name="build.api" value="${module.output}/api"/>
     <property name="build.etc" value="${module.output}/etc"/>
     <property name="build.tests" value="${module.output}/tests"/>
+    <property name="javac.source" value="5"/>
+    <property name="javac.target" value="5"/>
 
     <!-- The combined thirdparty classpath -->
     <path id="thirdparty.classpath">




More information about the jboss-cvs-commits mailing list