Updated global build.

This commit is contained in:
Jonathan Bernard 2010-02-24 08:39:23 -06:00
parent df8edca3fb
commit 177b14c785
5 changed files with 10 additions and 9 deletions

View File

@ -4,7 +4,13 @@
<property
name="libpit.jar"
value="libpit/release/libpit-${application.version}"/>
value="libpit/release/pit-${application.version}.jar"/>
<target name="clean">
<ant dir="libpit" target="clean" inheritAll="false"/>
<ant dir="pit-cli" target="clean" inheritAll="false"/>
<ant dir="pit-swing" target="clean" inheritAll="false"/>
</target>
<target name="libpit">
<ant dir="libpit" target="release" inheritAll="false"/>
@ -17,12 +23,7 @@
<target name="pit-swing" depends="libpit">
<copy file="${libpit.jar}" todir="pit-swing/lib"/>
<exec
executable="${env.GRIFFON_HOME}/bin/griffon"
dir="pit-swing"
os="Linux">
<arg value="package"/>
</exec>
<ant dir="pit-cli" target="package" inheritAll="false"/>
</target>
<target name="package" depends="libpit,pit-cli,pit-swing">

View File

@ -1,9 +1,9 @@
#Wed Feb 24 04:27:18 CST 2010
#Wed Feb 24 08:36:43 CST 2010
build.dir=build
src.dir=src
lib.shared.dir=../shared-libs
test.dir=test
build.number=5
build.number=9
expected.application.version=1.1.6
lib.dir=lib
release.dir=release

Binary file not shown.

Binary file not shown.

BIN
pit-cli/lib/pit-1.1.6.jar Normal file

Binary file not shown.