diff options
| author | reger <reger18@arcor.de> | 2013-02-03 22:32:38 +0100 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2013-02-03 22:32:38 +0100 |
| commit | 160ce568b39195bf4ee0dbefd89ce345ffd6cb46 (patch) | |
| tree | 0581090b70248f949101f946c744e5a30eb26630 /addon/YaCy.app | |
| parent | 07a20e82530e91625387332ab54df257fb85d1aa (diff) | |
move testing SolrServlet.main to test, making include of jetty*.jar in distribution and classpath obsolete
- move jetty*.jar to test library
- move SolrServlet.main as is to test, add also a junit test simulating main
- add build.xml cleanup for EmbeddedSolrConnectorTest created test/DATA
- adjust some test compile errors
Diffstat (limited to 'addon/YaCy.app')
| -rw-r--r-- | addon/YaCy.app/Contents/Info.plist | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/addon/YaCy.app/Contents/Info.plist b/addon/YaCy.app/Contents/Info.plist index 159b876e9..e7d3ba5e3 100644 --- a/addon/YaCy.app/Contents/Info.plist +++ b/addon/YaCy.app/Contents/Info.plist @@ -68,8 +68,6 @@ <string>$JAVAROOT/lib/jcl-over-slf4j-1.7.2.jar</string> <string>$JAVAROOT/lib/jempbox-1.7.1.jar</string> <string>$JAVAROOT/lib/jena-2.6.4.jar</string> - <string>$JAVAROOT/lib/jetty-6.1.26-patched-JETTY-1340.jar</string> - <string>$JAVAROOT/lib/jetty-util-6.1.26-patched-JETTY-1340.jar</string> <string>$JAVAROOT/lib/jsch-0.1.42.jar</string> <string>$JAVAROOT/lib/json-simple-1.1.jar</string> <string>$JAVAROOT/lib/log4j-1.2.17.jar</string> |
