chiark / gitweb /
try to hit the build over the head to get the version number right
authorIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sun, 22 Aug 2010 22:09:01 +0000 (23:09 +0100)
committerIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sun, 22 Aug 2010 22:09:01 +0000 (23:09 +0100)
build-sh

index a58670428bcec4f3d8ec0e162e816a5927daa85f..1496b6462b6e9c9806a7e366a562a351d1f9a463 100755 (executable)
--- a/build-sh
+++ b/build-sh
@@ -20,6 +20,8 @@ cat >src/com/tedpearson/ypp/market/Version.java <<END
       public final static String version = "$revision";
   }
 END
+rm -f src/build/com/tedpearson/ypp/market/Version.class
+rm -f *.jar
 
 cd src
 ant -f PCTB.xml