You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by je...@apache.org on 2005/09/05 18:59:34 UTC

svn commit: r278798 - /lucene/nutch/trunk/src/plugin/build-plugin.xml

Author: jerome
Date: Mon Sep  5 09:59:30 2005
New Revision: 278798

URL: http://svn.apache.org/viewcvs?rev=278798&view=rev
Log:
Add support for inter plugin dependencies at compilation time (using plugin.deps path)

Modified:
    lucene/nutch/trunk/src/plugin/build-plugin.xml

Modified: lucene/nutch/trunk/src/plugin/build-plugin.xml
URL: http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/plugin/build-plugin.xml?rev=278798&r1=278797&r2=278798&view=diff
==============================================================================
--- lucene/nutch/trunk/src/plugin/build-plugin.xml (original)
+++ lucene/nutch/trunk/src/plugin/build-plugin.xml Mon Sep  5 09:59:30 2005
@@ -35,6 +35,8 @@
 
   <property name="build.encoding" value="ISO-8859-1"/>
 
+  <path id="plugin.deps"/>
+
   <fileset id="lib.jars" dir="${root}" includes="lib/*.jar"/>
 
   <!-- the normal classpath -->
@@ -45,6 +47,7 @@
     <fileset dir="${nutch.root}/lib">
       <include name="*.jar" />
     </fileset>
+    <path refid="plugin.deps"/>
   </path>
 
   <!-- the unit test classpath -->