[EMAIL PROTECTED] wrote:
+    <!-- Copy the plugin.dtd file to the plugin doc-files dir -->
+    <copy file="${plugins.dir}/plugin.dtd"
+          todir="${src.dir}/org/apache/nutch/plugin/doc-files"/>

The build should not make changes to the source tree. The source tree should be read-only to the build. All changes during build should be confined to the build directory.

Is this just needed for references from javadoc? If so, then this can be copied to build/docs, no?

Doug

Reply via email to