Updated global build.
This commit is contained in:
parent
df8edca3fb
commit
177b14c785
15
build.xml
15
build.xml
@ -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">
|
||||
|
@ -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.
BIN
libpit/release/pit-1.1.6.jar
Normal file
BIN
libpit/release/pit-1.1.6.jar
Normal file
Binary file not shown.
BIN
pit-cli/lib/pit-1.1.6.jar
Normal file
BIN
pit-cli/lib/pit-1.1.6.jar
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user