Changeset 14609
- Timestamp:
- 01/25/14 12:09:47 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/netbeans-build.xml
r14607 r14609 12 12 13 13 <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> 16 20 </target> 21 17 22 </project> 18 23
Note: See TracChangeset
for help on using the changeset viewer.