aboutsummaryrefslogtreecommitdiff
path: root/tools/jprobe
diff options
context:
space:
mode:
authorjestin2004-07-27 16:23:28 +0000
committerjestin2004-07-27 16:23:28 +0000
commit25206d5f9f706b56e43288776a61b2c923f24c9d (patch)
treedc190fa5153bed94bcdf4dfbc5cbf12c678a9802 /tools/jprobe
parentd5d548edaf6cf1ffb2d214b2bf0329ec341c42a1 (diff)
downloadivy-java-25206d5f9f706b56e43288776a61b2c923f24c9d.zip
ivy-java-25206d5f9f706b56e43288776a61b2c923f24c9d.tar.gz
ivy-java-25206d5f9f706b56e43288776a61b2c923f24c9d.tar.bz2
ivy-java-25206d5f9f706b56e43288776a61b2c923f24c9d.tar.xz
oops. this one is buggy ...
Diffstat (limited to 'tools/jprobe')
-rwxr-xr-xtools/jprobe9
1 files changed, 8 insertions, 1 deletions
diff --git a/tools/jprobe b/tools/jprobe
index c028213..5ae8049 100755
--- a/tools/jprobe
+++ b/tools/jprobe
@@ -1,3 +1,10 @@
#!/bin/sh
+#
+# (c) CENA 2004
+#
+#
-/usr/bin/java -classpath /usr/share/java/repository:/usr/share/java/gnu-regexp-1.1.3.jar:/usr/share/java/gnu-getopt.jar:/usr/share/java/ivy.jar fr.dgac.ivy.Probe $@
+jar=/usr/share/java/ivy.jar
+jar=../lib/ivy-java-1.2.6.jar
+
+/usr/bin/java -classpath /usr/share/java/regexp.jar:/usr/share/java/gnu-getopt.jar -jar $jar "$@"