source: main/trunk/greenstone3/web/WEB-INF/lib/cp.mf@ 33142

Last change on this file since 33142 was 33142, checked in by ak19, 5 years ago

On Windows, cp.jar at each level appear to be used to set the CLASSPATH. The cp.mf manifest file at web\WEB-INF\lib is used to generate the cp.jar at this level. Our LuceneWrapper got called LuceneWrapper4.jar since the upgrade to Lucene/solr 4.7.2, so we need to refer to LuceneWrapper4.jar in the cp.mf manifest file to get it included on the CLASSPATH on Windows.

File size: 335 bytes
Line 
1Class-Path: LuceneWrapper4.jar activation.jar axis-ant.jar
2 axis.jar bsf.jar commons-discovery-0.2.jar
3 commons-logging-1.0.4.jar derby.jar gsdl3.jar jaxp.jar jaxrpc.jar
4 jna.jar jna-platform.jar js.jar junit.jar log4j-1.2.8.jar lucene-1.4.1.jar
5 mail.jar saaj.jar wsdl4j-1.5.1.jar xercesImpl.jar
6 xmlsec-1.2.1.jar gutil.jar
Note: See TracBrowser for help on using the repository browser.