Updated build to include pit-cli runtime libs.

This commit is contained in:
Jonathan Bernard
2011-11-22 14:44:48 -06:00
parent e00e2e296e
commit 47cf3cf0a4
2 changed files with 4 additions and 2 deletions

View File

@ -29,6 +29,8 @@
<target name="release" depends="build">
<mkdir dir="${release.dir}/lib"/>
<copy todir="${release.dir}/lib">
<fileset dir="${build.dir}/lib/runtime/jar"/></copy>
<copy tofile="${release.dir}/${name}-${version}.jar"
file="${build.dir}/${name}-${version}.${build.number}.jar"/>
</target>