[jboss-cvs] JBossAS SVN: r63419 - branches/Branch_4_2/j2ee.

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


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

Modified:
   branches/Branch_4_2/j2ee/build.xml
Log:
JBAS-4477, jboss-j2ee.jar unfortunately contains javax.ejb.SessionContext that was modified to include a method that uses generics.

Modified: branches/Branch_4_2/j2ee/build.xml
===================================================================
--- branches/Branch_4_2/j2ee/build.xml	2007-06-08 11:30:58 UTC (rev 63418)
+++ branches/Branch_4_2/j2ee/build.xml	2007-06-08 11:32:09 UTC (rev 63419)
@@ -62,6 +62,10 @@
     <!-- Basic Configuration -->
     <!-- =================== -->
 
+    <!-- JDK -->
+    <property name="javac.source" value="1.5"/>
+    <property name="javac.target" value="1.5"/>
+    
     <!-- Module name(s) & version -->
     <property name="module.name" value="j2ee"/>
     <property name="module.Name" value="JBoss J2EE"/>




More information about the jboss-cvs-commits mailing list