Author: jerome
Date: Tue Feb 28 02:07:50 2006
New Revision: 381622

URL: http://svn.apache.org/viewcvs?rev=381622&view=rev
Log:
Remove fake src folder in nutch-extensionpoints and add an empty compile target 
in its build.xml

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

Modified: lucene/nutch/trunk/src/plugin/nutch-extensionpoints/build.xml
URL: 
http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/plugin/nutch-extensionpoints/build.xml?rev=381622&r1=381621&r2=381622&view=diff
==============================================================================
--- lucene/nutch/trunk/src/plugin/nutch-extensionpoints/build.xml (original)
+++ lucene/nutch/trunk/src/plugin/nutch-extensionpoints/build.xml Tue Feb 28 
02:07:50 2006
@@ -4,4 +4,12 @@
 
   <import file="../build-plugin.xml"/>
 
+  <!--
+   ! Override the compile and jar targets,
+   ! since there is nothing to compile here.
+   ! -->
+  <target name="compile" depends="init"/>
+
+  <!--target name="jar" depends="compile"/-->
+
 </project>




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Nutch-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nutch-cvs

Reply via email to