[armedbear-cvs] r13293 - trunk/abcl
mevenson at common-lisp.net
mevenson at common-lisp.net
Sat Jun 4 20:26:23 UTC 2011
Author: mevenson
Date: Tue May 24 05:25:39 2011
New Revision: 13293
Log:
Use the update ability in the <JAR/> task.
With the fixing of the uptodate logic, enabling this attribute seems
to make the default cases a bit faster (subjective judged here).
Modified:
trunk/abcl/build.xml
Modified: trunk/abcl/build.xml
==============================================================================
--- trunk/abcl/build.xml Tue May 24 05:25:23 2011 (r13292)
+++ trunk/abcl/build.xml Tue May 24 05:25:39 2011 (r13293)
@@ -408,6 +408,7 @@
srcFile="${abcl.version.path}"/>
<jar destfile="${abcl.jar.path}"
compress="true"
+ update="true"
basedir="${build.classes.dir}">
<patternset refid="abcl.objects"/>
<manifest>
More information about the armedbear-cvs
mailing list