chiark / gitweb /
Get rid of the installer nonsense.
[jarrg-owen.git] / build-sh
index 1c0a975f1b12620db510f8f1040122fa1a1f9aec..2ecb9741cb2ba1cb0d37e4bfdc4c2e77f7cd2236 100755 (executable)
--- a/build-sh
+++ b/build-sh
@@ -20,6 +20,9 @@ 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 src/build/com/tedpearson/ypp/market/ControlPanel.class
+rm -f *.jar
 
 cd src
 ant -f PCTB.xml
@@ -45,5 +48,5 @@ pubdir="${JPCTB_PUBLISH_DIR-/home/yarrgweb/public-html/download/jpctb}"
 
 echo "
 Install with:
- RSYNC_RSH=ssh rsync -vP $files $pubbase:$pubdir/$revision/
+ RSYNC_RSH=ssh rsync -vP $files $pubbase:$pubdir/test/
 "