Write description for build file and changed to lowercase filename

This commit is contained in:
nicksavers 2014-05-28 15:43:37 +02:00
parent e768d03ca1
commit df38d1b6b3
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
<project name="enthereumJ-postpackage" default="run" basedir=".">
<project name="ethereumj-postpackage" default="run" basedir=".">
<description>
simple example build file
Build file to package the EthereumJ client and dependencies into a zip-file
</description>
<!-- set global properties for this build -->
<property name="src" location="src"/>
@ -38,7 +38,7 @@
<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>