git-svn-id: https://samskivert.googlecode.com/svn/trunk@2012 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2006-12-21 22:01:47 +00:00
parent e5ae86c047
commit 7114984e5d
+1 -1
View File
@@ -137,7 +137,7 @@
<target name="dist" depends="prepare,compile,tests">
<jar destfile="${deploy.dir}/${app.name}.jar"
basedir="${deploy.dir}/classes">
<exclude name="**/tests/**" unless="build.io"/>
<exclude name="**/tests/**"/>
</jar>
</target>