Skip to content

Commit

Permalink
Nix ancient runjava script, modified differ to use Proguarded jar, added
Browse files Browse the repository at this point in the history
patcher script just for kicks.
  • Loading branch information
samskivert committed Sep 21, 2010
1 parent 355832d commit 98442b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 110 deletions.
5 changes: 2 additions & 3 deletions bin/differ
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/sh

ROOT=`dirname $0`
ROOT=`cd $ROOT ; cd .. ; pwd`
$ROOT/bin/runjava com.threerings.getdown.tools.Differ "$@"
# we'll magically try to match dist/getdown.jar or target/getdown-1.x-SNAPSHOT.jar
java -classpath */getdown*.jar com.threerings.getdown.tools.Differ "$@"
4 changes: 4 additions & 0 deletions bin/patcher
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh

# we'll magically try to match dist/getdown.jar or target/getdown-1.x-SNAPSHOT.jar
java -classpath */getdown*.jar com.threerings.getdown.tools.Patcher "$@"
107 changes: 0 additions & 107 deletions bin/runjava

This file was deleted.

0 comments on commit 98442b4

Please sign in to comment.