Changeset 15082
- Timestamp:
- 06/11/17 10:44:37 (6 years ago)
- Location:
- trunk/abcl
- Files:
-
- 2 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}"/> -
trunk/abcl/etc/ant/build-snapshot.xml
r15070 r15082 2 2 3 3 <target name="abcl.snapshot" 4 depends="abcl.release,abcl.diagnostic,abcl .version,abcl"4 depends="abcl.release,abcl.diagnostic,abcl" 5 5 description="Introspect and dump the current build and 6 6 (presumed ) runtime targets as binary executable JVM objects."> … … 22 22 </target> 23 23 24 < target name="abcl.version" depends="abcl.stamp,abcl.version.hg"/>24 <!-- <target name="abcl.version" depends="abcl.stamp,abcl.version.hg"/> --> 25 25 26 26 <!-- Introspect for other versioning systems if we haven't determined an upstream SVN version -->
Note: See TracChangeset
for help on using the changeset viewer.