diff options
author | jestin | 2005-01-03 17:01:31 +0000 |
---|---|---|
committer | jestin | 2005-01-03 17:01:31 +0000 |
commit | 5e2a8ad81266d88ecae8911c4c2c0c47f146c36a (patch) | |
tree | 6e3a381e8759e323dfe8a54a66d2e9cc6205a06d | |
parent | 34381cbcc3a941c8c3ae5b54905709d6014e2066 (diff) | |
download | ivy-java-5e2a8ad81266d88ecae8911c4c2c0c47f146c36a.zip ivy-java-5e2a8ad81266d88ecae8911c4c2c0c47f146c36a.tar.gz ivy-java-5e2a8ad81266d88ecae8911c4c2c0c47f146c36a.tar.bz2 ivy-java-5e2a8ad81266d88ecae8911c4c2c0c47f146c36a.tar.xz |
gnu.getopt is supported both by libgetopt-java and libgnu.getopt.java ( woody)
-rwxr-xr-x | tools/jprobe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/jprobe b/tools/jprobe index 1876f4e..1d96420 100755 --- a/tools/jprobe +++ b/tools/jprobe @@ -6,7 +6,7 @@ jar=/usr/share/java/ivy.jar re=/usr/share/java/regexp.jar -go=/usr/share/java/gnu-getopt.jar +go=/usr/share/java/gnu.getopt.jar #jar=../lib/ivy-java-1.2.6.jar /usr/bin/java -classpath ${jar}:${re}:${go} fr.dgac.ivy.Probe "$@" |