diff options
| author | Michael Peter Christen <mc@yacy.net> | 2014-12-10 13:08:29 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2014-12-10 13:08:29 +0100 |
| commit | 413eeefed406205d96db9c68c373fc5c445b4748 (patch) | |
| tree | 348ec4765626ea90ebeb4de1e4ad4c23a13d6f0c /addon | |
| parent | 7bfc5b80cbd3d85bb3c92c1f677655d47488a671 (diff) | |
added character set detection library from
http://www-archive.mozilla.org/projects/intl/chardet.html
Diffstat (limited to 'addon')
| -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 27451a614..eb4048e39 100644 --- a/addon/YaCy.app/Contents/Info.plist +++ b/addon/YaCy.app/Contents/Info.plist @@ -40,6 +40,7 @@ <string>$JAVAROOT/lib/apache-mime4j-0.6.jar</string> <string>$JAVAROOT/lib/bcmail-jdk15-1.46.jar</string> <string>$JAVAROOT/lib/bcprov-jdk15-1.46.jar</string> + <string>$JAVAROOT/lib/chardet.jar</string> <string>$JAVAROOT/lib/commons-codec-1.9.jar</string> <string>$JAVAROOT/lib/commons-compress-1.8.1.jar</string> <string>$JAVAROOT/lib/commons-fileupload-1.2.2.jar</string> |
