summaryrefslogtreecommitdiff
path: root/luceneanalyzer
diff options
context:
space:
mode:
Diffstat (limited to 'luceneanalyzer')
-rwxr-xr-xluceneanalyzer2
1 files changed, 1 insertions, 1 deletions
diff --git a/luceneanalyzer b/luceneanalyzer
index bb604c5..eae160c 100755
--- a/luceneanalyzer
+++ b/luceneanalyzer
@@ -2,5 +2,5 @@
LOCATION=`dirname $0`
java \
- -classpath `find $LOCATION/lib -type f -name '*.jar' | tr '\n' ':'` \
+ -classpath `find $LOCATION/target -type f -name '*.jar' | tr '\n' ':'` \
org.dyndns.andreasbaumann.LuceneAnalyzer $*