[armedbear-cvs] r13480 - branches/0.26.x/abcl

mevenson at common-lisp.net mevenson at common-lisp.net
Sat Aug 13 05:38:26 UTC 2011


Author: mevenson
Date: Fri Aug 12 22:38:26 2011
New Revision: 13480

Log:
Backport r13428: Enable compilation with Java 7.

Modified:
   branches/0.26.x/abcl/build.xml

Modified: branches/0.26.x/abcl/build.xml
==============================================================================
--- branches/0.26.x/abcl/build.xml	Fri Aug 12 22:36:29 2011	(r13479)
+++ branches/0.26.x/abcl/build.xml	Fri Aug 12 22:38:26 2011	(r13480)
@@ -174,6 +174,7 @@
       <javac destdir="${build.classes.dir}"
              debug="true"
              target="1.5"
+             source="1.5"
              includeantruntime="false"
              failonerror="true">
         <src path="${src.dir}"/>




More information about the armedbear-cvs mailing list