Changeset 13293


Ignore:
Timestamp:
05/24/11 12:25:39 (12 years ago)
Author:
Mark Evenson
Message:

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).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/build.xml

    r13292 r13293  
    409409      <jar destfile="${abcl.jar.path}"
    410410           compress="true"
     411           update="true"
    411412           basedir="${build.classes.dir}">
    412413        <patternset refid="abcl.objects"/>
Note: See TracChangeset for help on using the changeset viewer.