Write description for build file and changed to lowercase filename
This commit is contained in:
parent
e768d03ca1
commit
df38d1b6b3
|
@ -1,7 +1,7 @@
|
||||||
<project name="enthereumJ-postpackage" default="run" basedir=".">
|
<project name="ethereumj-postpackage" default="run" basedir=".">
|
||||||
|
|
||||||
<description>
|
<description>
|
||||||
simple example build file
|
Build file to package the EthereumJ client and dependencies into a zip-file
|
||||||
</description>
|
</description>
|
||||||
<!-- set global properties for this build -->
|
<!-- set global properties for this build -->
|
||||||
<property name="src" location="src"/>
|
<property name="src" location="src"/>
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
<copy file="./target/classes/GeoLiteCity.dat" todir="./target/package/ethereumj/config"/>
|
<copy file="./target/classes/GeoLiteCity.dat" todir="./target/package/ethereumj/config"/>
|
||||||
|
|
||||||
|
|
||||||
<zip destfile="ethereumJ-${DSTAMP}-${TSTAMP}.zip" basedir="./target/package">
|
<zip destfile="ethereumj-${DSTAMP}-${TSTAMP}.zip" basedir="./target/package">
|
||||||
</zip>
|
</zip>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue