Project: PUNKsearch
Revision: 535
Author: ysoldak
Date: 24 Aug 2008 17:50:11
Changes:release helper bash script
Files:added: /trunk/builder/release.sh (
try)
Diff:
| ... | ...@@ -0,0 +1,8 @@ |
| 1 | #!/bin/sh |
| 2 | |
| 3 | VERSION=0.9.2 |
| 4 | TARGET_JVM=1.5 |
| 5 | DEBUG=on |
| 6 | |
| 7 | ant -Dversion=${VERSION} -Ddebug=${DEBUG} -Dant.build.javac.target=${TARGET_JVM} |
| 8 | |
To list