diff options
| author | Michael Peter Christen <mc@yacy.net> | 2012-05-28 23:53:48 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2012-05-28 23:53:48 +0200 |
| commit | 4d3cc02168ed904c986d5695a9f9f59e314adc23 (patch) | |
| tree | 13757921e3722b782adc272690b06e9b05d77358 /addon | |
| parent | ad222be7f80363fd32add26fecef620d46cd2d29 (diff) | |
replaced old bzip2 library against better documented commons-compress
package from http://commons.apache.org/compress/
Diffstat (limited to 'addon')
| -rw-r--r-- | addon/YaCy.app/Contents/Info.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addon/YaCy.app/Contents/Info.plist b/addon/YaCy.app/Contents/Info.plist index 8254f2ce0..ce4104f0d 100644 --- a/addon/YaCy.app/Contents/Info.plist +++ b/addon/YaCy.app/Contents/Info.plist @@ -42,8 +42,8 @@ <string>$JAVAROOT/lib/apache-solr-solrj-3.6.0.jar</string> <string>$JAVAROOT/lib/bcmail-jdk15-145.jar</string> <string>$JAVAROOT/lib/bcprov-jdk15-145.jar</string> - <string>$JAVAROOT/lib/bzip2.jar</string> <string>$JAVAROOT/lib/commons-codec-1.6.jar</string> + <string>$JAVAROOT/lib/commons-compress-1.4.1.jar</string> <string>$JAVAROOT/lib/commons-fileupload-1.2.2.jar</string> <string>$JAVAROOT/lib/commons-io-2.1.jar</string> <string>$JAVAROOT/lib/commons-jxpath-1.3.jar</string> |
