diff options
| author | reger <reger18@arcor.de> | 2014-12-16 21:12:37 +0100 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2014-12-16 21:12:37 +0100 |
| commit | 0f7d4c42e935a7c4e10dafa1ea41d6decf3a4635 (patch) | |
| tree | fa3eac8abfd6d9b2dfa600bc9695107c43d6dc79 /addon/YaCy.app | |
| parent | 65125439fee512a1e606cec98f2d204ef2297fdc (diff) | |
include xmpcore.jar in classpath
used by metadata-extractor
Diffstat (limited to 'addon/YaCy.app')
| -rw-r--r-- | addon/YaCy.app/Contents/Info.plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addon/YaCy.app/Contents/Info.plist b/addon/YaCy.app/Contents/Info.plist index 8b737d3e9..bf0ed0186 100644 --- a/addon/YaCy.app/Contents/Info.plist +++ b/addon/YaCy.app/Contents/Info.plist @@ -112,6 +112,7 @@ <string>$JAVAROOT/lib/wstx-asl-3.2.9.jar</string> <string>$JAVAROOT/lib/xercesImpl.jar</string> <string>$JAVAROOT/lib/xml-apis.jar</string> + <string>$JAVAROOT/lib/xmpcore-5.1.2.jar</string> <string>$JAVAROOT/lib/yacycore.jar</string> <string>$JAVAROOT/lib/zookeeper-3.4.6.jar</string> </array> |
