/[Apache-SVN]/lucene/nutch/trunk/src/plugin/build.xml
ViewVC logotype

Diff of /lucene/nutch/trunk/src/plugin/build.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- lucene/nutch/trunk/src/plugin/build.xml	2006/03/04 00:24:45	382980
+++ lucene/nutch/trunk/src/plugin/build.xml	2006/03/04 00:26:54	382981
@@ -1,6 +1,11 @@
 <?xml version="1.0"?>
 
-<project name="Nutch" default="deploy" basedir=".">
+<project name="Nutch" default="deploy-core" basedir=".">
+
+  <target name="deploy-core">
+    <ant target="compile-core" inheritall="false" dir="../.."/>
+    <ant target="deploy"/>
+  </target>
 
   <!-- ====================================================== -->
   <!-- Build & deploy all the plugin jars.                    -->

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26