Issue #2146 Deleted uneeded jars from crawl4j plugin

Change-Id: I52581c7c5ffb085f3cef1b05f7347dcf02bc2a01

Former-commit-id: 9f621ed6f6 [formerly 2eded94be4] [formerly d92e039e72] [formerly d298749486 [formerly d92e039e72 [formerly d16c25b55eb004223430e65a47f844d0ec8fba79]]]
Former-commit-id: d298749486
Former-commit-id: dc3c08fc586f55d74f5997ba1f7d8bdaee7b0ba7 [formerly 00ed2353ad]
Former-commit-id: e8ac45c21f
This commit is contained in:
Dave Hladky 2013-06-26 14:54:35 -05:00
parent 350804e7f4
commit 07227d8a4d
8 changed files with 5 additions and 58 deletions

View file

@ -4,12 +4,7 @@
<classpathentry exported="true" kind="lib" path="apache-mime4j-dom-0.7.jar"/>
<classpathentry exported="true" kind="lib" path="asm-3.1.jar"/>
<classpathentry exported="true" kind="lib" path="boilerpipe-1.1.0.jar"/>
<classpathentry exported="true" kind="lib" path="commons-codec-1.5.jar"/>
<classpathentry exported="true" kind="lib" path="commons-compress-1.3.jar"/>
<classpathentry exported="true" kind="lib" path="commons-logging-1.1.1.jar"/>
<classpathentry exported="true" kind="lib" path="geronimo-stax-api_1.0_spec-1.0.1.jar"/>
<classpathentry exported="true" kind="lib" path="httpclient-4.1.2.jar"/>
<classpathentry exported="true" kind="lib" path="httpcore-4.1.4.jar"/>
<classpathentry exported="true" kind="lib" path="je-4.0.92.jar"/>
<classpathentry exported="true" kind="lib" path="metadata-extractor-2.4.0-beta-1.jar"/>
<classpathentry exported="true" kind="lib" path="tagsoup-1.2.1.jar"/>

View file

@ -9,12 +9,7 @@ Bundle-ClassPath: apache-mime4j-core-0.7.jar,
apache-mime4j-dom-0.7.jar,
asm-3.1.jar,
boilerpipe-1.1.0.jar,
commons-codec-1.5.jar,
commons-compress-1.3.jar,
commons-logging-1.1.1.jar,
geronimo-stax-api_1.0_spec-1.0.1.jar,
httpclient-4.1.2.jar,
httpcore-4.1.4.jar,
je-4.0.92.jar,
metadata-extractor-2.4.0-beta-1.jar,
tagsoup-1.2.1.jar,
@ -22,7 +17,11 @@ Bundle-ClassPath: apache-mime4j-core-0.7.jar,
tika-parsers-1.0.jar,
.
Require-Bundle: org.eclipse.core.runtime,
org.apache.log4j
org.apache.log4j,
org.apache.commons.codec;bundle-version="1.4.0",
org.apache.commons.httpclient;bundle-version="3.1.0",
org.apache.http;bundle-version="4.1.2",
org.apache.commons.logging;bundle-version="1.1.2"
Export-Package: com.drew.imaging,
com.drew.imaging.jpeg,
com.drew.imaging.tiff,
@ -92,14 +91,6 @@ Export-Package: com.drew.imaging,
edu.uci.ics.crawler4j.robotstxt,
edu.uci.ics.crawler4j.url,
edu.uci.ics.crawler4j.util,
javax.xml.stream,
javax.xml.stream.events,
javax.xml.stream.util,
org.apache.commons.codec,
org.apache.commons.codec.binary,
org.apache.commons.codec.digest,
org.apache.commons.codec.language,
org.apache.commons.codec.net,
org.apache.commons.compress.archivers,
org.apache.commons.compress.archivers.ar,
org.apache.commons.compress.archivers.cpio,
@ -113,40 +104,6 @@ Export-Package: com.drew.imaging,
org.apache.commons.compress.compressors.gzip,
org.apache.commons.compress.compressors.pack200,
org.apache.commons.compress.utils,
org.apache.commons.logging,
org.apache.commons.logging.impl,
org.apache.http,
org.apache.http.annotation,
org.apache.http.auth,
org.apache.http.auth.params,
org.apache.http.client,
org.apache.http.client.entity,
org.apache.http.client.methods,
org.apache.http.client.params,
org.apache.http.client.protocol,
org.apache.http.client.utils,
org.apache.http.conn,
org.apache.http.conn.params,
org.apache.http.conn.routing,
org.apache.http.conn.scheme,
org.apache.http.conn.ssl,
org.apache.http.conn.util,
org.apache.http.cookie,
org.apache.http.cookie.params,
org.apache.http.entity,
org.apache.http.impl,
org.apache.http.impl.auth,
org.apache.http.impl.client,
org.apache.http.impl.conn,
org.apache.http.impl.conn.tsccm,
org.apache.http.impl.cookie,
org.apache.http.impl.entity,
org.apache.http.impl.io,
org.apache.http.io,
org.apache.http.message,
org.apache.http.params,
org.apache.http.protocol,
org.apache.http.util,
org.apache.james.mime4j,
org.apache.james.mime4j.codec,
org.apache.james.mime4j.dom,

View file

@ -7,11 +7,6 @@ bin.includes = META-INF/,\
asm-3.1.jar,\
boilerpipe-1.1.0.jar,\
commons-compress-1.3.jar,\
commons-logging-1.1.1.jar,\
commons-codec-1.5.jar,\
geronimo-stax-api_1.0_spec-1.0.1.jar,\
httpclient-4.1.2.jar,\
httpcore-4.1.4.jar,\
je-4.0.92.jar,\
metadata-extractor-2.4.0-beta-1.jar,\
tagsoup-1.2.1.jar,\