summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-06-21 03:06:58 +0000
committerPaul Buetow <paul@buetow.org>2008-06-21 03:06:58 +0000
commitc60b0d22be7ac9cab454aa4be067d8d1e45bdf81 (patch)
tree70e07f07413015ca85700433e372a6a66d51977c
parentca460f47fd016073bf3074280297adc3c3253e46 (diff)
descr updatev0.1
-rw-r--r--build.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/build.xml b/build.xml
index ac20c03..25a9ecb 100644
--- a/build.xml
+++ b/build.xml
@@ -1,5 +1,5 @@
-<project name="SMSTrade QuickPanel" default="dist" basedir=".">
- <description>This is the distributed systems simulation/learning environment!</description>
+<project name="JSMSTrade QuickPanel" default="dist" basedir=".">
+ <description>This is a small tool to use with SMSTRADE.de!</description>
<!-- set global properties for this build -->
<property name="sources" location="sources" />
@@ -26,8 +26,8 @@
</manifest>
<mkdir dir="${dist}/lib" />
- <jar jarfile="${dist}/lib/SMSTrade-${DSTAMP}.jar" basedir="${classes}" manifest="MANIFEST.MF" />
- <copy file="${dist}/lib/SMSTrade-${DSTAMP}.jar" tofile="${dist}/lib/SMSTrade-Latest.jar" />
+ <jar jarfile="${dist}/lib/JSMSTrade-${DSTAMP}.jar" basedir="${classes}" manifest="MANIFEST.MF" />
+ <copy file="${dist}/lib/JSMSTrade-${DSTAMP}.jar" tofile="${dist}/lib/JSMSTrade-Latest.jar" />
</target>
<target name="clean" description="clean up" >
@@ -38,7 +38,7 @@
</target>
<target name="rundist" depends="dist">
- <java jar="${dist}/lib/SMSTrade-Latest.jar" fork="true" />
+ <java jar="${dist}/lib/JSMSTrade-Latest.jar" fork="true" />
</target>
<target name="run" depends="compile">