You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by jn...@apache.org on 2011/06/04 10:38:41 UTC

svn commit: r1131349 - in /nutch/trunk: CHANGES.txt build.xml

Author: jnioche
Date: Sat Jun  4 08:38:41 2011
New Revision: 1131349

URL: http://svn.apache.org/viewvc?rev=1131349&view=rev
Log:
task 'package' does not reflect the new organisation of the code

Modified:
    nutch/trunk/CHANGES.txt
    nutch/trunk/build.xml

Modified: nutch/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/nutch/trunk/CHANGES.txt?rev=1131349&r1=1131348&r2=1131349&view=diff
==============================================================================
--- nutch/trunk/CHANGES.txt (original)
+++ nutch/trunk/CHANGES.txt Sat Jun  4 08:38:41 2011
@@ -2,6 +2,8 @@ Nutch Change Log
 
 Release 2.0 - Current Development
 
+* NUTCH-1003 task 'package' does not reflect the new organisation of the code (jnioche)
+
 * NUTCH-994 Fine tune Solr schema (markus)
 
 * NUTCH-999 Normalise String representation for Dates in IndexingFilters (jnioche)

Modified: nutch/trunk/build.xml
URL: http://svn.apache.org/viewvc/nutch/trunk/build.xml?rev=1131349&r1=1131348&r2=1131349&view=diff
==============================================================================
--- nutch/trunk/build.xml (original)
+++ nutch/trunk/build.xml Sat Jun  4 08:38:41 2011
@@ -606,18 +606,11 @@
     <mkdir dir="${dist.version.dir}/runtime"/>
     <mkdir dir="${dist.version.dir}/docs"/>
     <mkdir dir="${dist.version.dir}/docs/api"/>
-    <mkdir dir="${dist.version.dir}/plugins"/>
+    <mkdir dir="${dist.version.dir}/ivy"/>
 
     <copy todir="${dist.version.dir}/lib" includeEmptyDirs="false">
-      <fileset dir="${build.lib.dir}"/>
+      <fileset dir="lib"/>
     </copy>
-
-    <copy todir="${dist.version.dir}/plugins">
-      <fileset dir="${build.plugins}"/>
-    </copy>
-
-    <copy file="${build.dir}/${final.name}.jar" todir="${dist.version.dir}"/>
-    <copy file="${build.dir}/${final.name}.job" todir="${dist.version.dir}"/>
    
     <copy todir="${dist.version.dir}/runtime">
       <fileset dir="runtime"/>
@@ -647,6 +640,10 @@
       <fileset dir="src"/>
     </copy>
 
+    <copy todir="${dist.version.dir}/ivy" includeEmptyDirs="true">
+      <fileset dir="ivy"/>
+    </copy>
+
     <copy todir="${dist.version.dir}/" file="build.xml"/>
     <copy todir="${dist.version.dir}/" file="default.properties"/>