This website requires JavaScript.
Explore
Help
Sign In
Apache
/
lucene
mirror of
https://github.com/apache/lucene.git
Watch
1
Star
0
Fork
You've already forked lucene
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
170bdc33a3
lucene
/
contrib
/
lucli
/
META-INF
/
MANIFEST.MF
3 lines
65 B
Plaintext
Raw
Normal View
History
Unescape
Escape
make the jar less broken -- however, it still requires a "lib" dir with lucene.jar and libreadline-java.jar git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@151037 13f79535-47bb-0310-9956-ffa450edef68
2005-01-23 06:12:51 -05:00
Main-Class: lucli.Lucli
use jline instead of java-readline. jline can be added to SVN thanks to its BSD license. plus some small cleanup. git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@158850 13f79535-47bb-0310-9956-ffa450edef68
2005-03-23 18:40:50 -05:00
Class-Path: lib/jline.jar lib/lucene.jar