[armedbear-cvs] r12419 - trunk/abcl
Mark Evenson
mevenson at common-lisp.net
Fri Feb 5 15:52:56 UTC 2010
Author: mevenson
Date: Fri Feb 5 10:52:55 2010
New Revision: 12419
Log:
'abcl.release' target now drives the release process.
Modified:
trunk/abcl/build.xml
Modified: trunk/abcl/build.xml
==============================================================================
--- trunk/abcl/build.xml (original)
+++ trunk/abcl/build.xml Fri Feb 5 10:52:55 2010
@@ -723,6 +723,11 @@
<echo>Finished recording test output in ${abcl.test.log.file}.</echo>
</target>
+ <target name="abcl.release"
+ depends="abcl.binary.tar,abcl.source.tar,abcl.binary.zip,abcl.source.zip">
+ <copy file="${abcl.jar.path}"
+ tofile="${dist.dir}/abcl-${abcl.version}.jar"/>
+ </target>
<import file="netbeans-build.xml" optional="true"/>
<!-- <import file="j-build.xml" optional="true"/> -->
More information about the armedbear-cvs
mailing list