Changeset 15082 for trunk/abcl/build.xml
- Timestamp:
- 06/11/17 10:44:37 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/build.xml
r15079 r15082 218 218 <include name="build.xml"/> 219 219 <include name="abcl.properties.in"/> <!--TODO: massage into abcl.properties at build-time --> 220 <include name="abcl. bat"/>220 <include name="abcl.in"/> 221 221 <include name="abcl.bat.in"/> 222 <include name="etc/ant/*.xml"/> 222 223 </patternset> 223 224 … … 509 510 </target> 510 511 511 <target name="abcl-aio.jar" depends="abcl.compile,abcl. version">512 <target name="abcl-aio.jar" depends="abcl.compile,abcl.stamp"> 512 513 <mkdir dir="${dist.dir}"/> 513 514 <jar destfile="${abcl-aio.jar.path}" … … 766 767 <include name="customizations.lisp.in"/> 767 768 769 <include name="etc/ant/*.xml"/> 770 768 771 </patternset> 769 772 … … 777 780 </patternset> 778 781 779 <target name="abcl.source.prepare" depends="abcl.stamp .version">782 <target name="abcl.source.prepare" depends="abcl.stamp"> 780 783 <property name="abcl.build.src.dir" 781 784 value="${build.dir}/abcl-src-${abcl.version}"/>
Note: See TracChangeset
for help on using the changeset viewer.