Author: talat
Date: Fri May 2 07:34:35 2014
New Revision: 1591820
URL: http://svn.apache.org/r1591820
Log:
NUTCH-1753 Eclipse dependecy problem for 2.x (talat)
Modified:
nutch/branches/2.x/CHANGES.txt
nutch/branches/2.x/build.xml
Modified: nutch/branches/2.x/CHANGES.txt
URL:
http://svn.apache.org/viewvc/nutch/branches/2.x/CHANGES.txt?rev=1591820&r1=1591819&r2=1591820&view=diff
==============================================================================
--- nutch/branches/2.x/CHANGES.txt (original)
+++ nutch/branches/2.x/CHANGES.txt Fri May 2 07:34:35 2014
@@ -2,6 +2,8 @@ Nutch Change Log
Current Development
+* NUTCH-1753 Eclipse dependecy problem for 2.x (talat)
+
* NUTCH-1720 Duplicate lines in HttpBase.java (Walter Tietze via jnioche)
* NUTCH-797 URL not properly constructed when link target begins with a "?"
(Doug Cook, Robert Hohman, Stondet, ab via snagel)
Modified: nutch/branches/2.x/build.xml
URL:
http://svn.apache.org/viewvc/nutch/branches/2.x/build.xml?rev=1591820&r1=1591819&r2=1591820&view=diff
==============================================================================
--- nutch/branches/2.x/build.xml (original)
+++ nutch/branches/2.x/build.xml Fri May 2 07:34:35 2014
@@ -876,6 +876,10 @@
<include name="*.jar" />
<exclude name="ant-eclipse-1.0-jvm1.2.jar" />
</fileset>
+
+ <fileset dir="${build.plugins}" >
+ <include name="**/*.jar"/>
+ </fileset>
</path>
<!-- target: ant-eclipse-download =================================== -->
@@ -913,19 +917,7 @@
<library path="${conf.dir}" exported="false" />
<library path="${basedir}/src/bin" exported="false" />
<library pathref="eclipse.classpath" exported="false" />
- <library
path="${basedir}/build/plugins/urlfilter-automaton/automaton-1.11-8.jar"
- exported="false" />
- <library path="${basedir}/src/plugin/parse-swf/lib/javaswf.jar"
- exported="false" />
- <library
path="${basedir}/build/plugins/lib-nekohtml/nekohtml-1.9.19.jar"
- exported="false" />
- <library path="${basedir}/build/plugins/parse-html/tagsoup-1.2.jar"
- exported="false" />
- <library path="${basedir}/build/plugins/protocol-sftp/jsch-0.1.41.jar"
- exported="false" />
- <library path="${basedir}/build/plugins/parse-html/tagsoup-1.2.jar"
- exported="false" />
-
+
<source path="${basedir}/src/java/" />
<source path="${basedir}/src/test/" />
<source path="${basedir}/src/plugin/creativecommons/src/java/" />