[Jboss-cvs] JBossAS SVN: r56390 - branches/MC_VDF_WORK/j2se

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 29 02:40:59 EDT 2006


Author: scott.stark at jboss.org
Date: 2006-08-29 02:40:58 -0400 (Tue, 29 Aug 2006)
New Revision: 56390

Modified:
   branches/MC_VDF_WORK/j2se/build.xml
Log:
Update to java 1.5 source level

Modified: branches/MC_VDF_WORK/j2se/build.xml
===================================================================
--- branches/MC_VDF_WORK/j2se/build.xml	2006-08-29 06:39:45 UTC (rev 56389)
+++ branches/MC_VDF_WORK/j2se/build.xml	2006-08-29 06:40:58 UTC (rev 56390)
@@ -84,7 +84,8 @@
     <!-- ===== -->
     <!-- Tasks -->
     <!-- ===== -->
-
+    <property name="javac.target" value="1.5"/>
+    <property name="javac.source" value="1.5"/>
     <property name="source.java" value="${module.source}/main"/>
     <property name="source.tests" value="${module.source}/tests"/>
     <call target="_default:task-init"/>




More information about the jboss-cvs-commits mailing list