Changeset 14609


Ignore:
Timestamp:
01/25/14 12:09:47 (10 years ago)
Author:
Mark Evenson
Message:

netbeans: Ensure dist/abcl.jar and dist/abcl-contrib.jar are packaged after the compile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/netbeans-build.xml

    r14607 r14609  
    1212
    1313  <target name="-post-compile" unless="abcl.compile.lisp.skip">
    14     <antcall target="abcl.compile.lisp" />
    15     <antcall target="abcl-contrib.jar"/>
     14    <antcall>
     15    <target name="abcl.compile.lisp"/>
     16    <target name="abcl.jar" />
     17      <target name="abcl-contrib.jar"/>
     18    <target name="abcl.wrapper" />
     19  </antcall>
    1620  </target>
     21
    1722</project>
    1823
Note: See TracChangeset for help on using the changeset viewer.