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>


Reply via email to