[atunit commit] r33 - trunk

0 views
Skip to first unread message

codesite...@google.com

unread,
Dec 18, 2007, 10:27:30 PM12/18/07
to atunit...@googlegroups.com
Author: logan.johnson
Date: Tue Dec 18 19:27:19 2007
New Revision: 33

Modified:
trunk/build.xml

Log:
dist target builds a nice zip file now

Modified: trunk/build.xml
==============================================================================
--- trunk/build.xml (original)
+++ trunk/build.xml Tue Dec 18 19:27:19 2007
@@ -101,7 +101,13 @@
</jar>
</target>

- <target name="dist" depends="clean,jar,docs"/>
+ <target name="dist" depends="clean,jar">
+ <zip destfile="${build.dir}/${ant.project.name}-${version}.zip">
+ <zipfileset dir="${build.dir}" includes="*.jar"/>
+ <zipfileset file="COPYING"/>
+ <zipfileset dir="${doc.dir}" prefix="doc/"/>
+ </zip>
+ </target>

<target name="test" depends="compile" description="execute unit tests">
<delete dir="${build.dir}/testoutput"/>

Reply all
Reply to author
Forward
0 new messages