Author: jerome
Date: Fri Apr 14 17:13:21 2006
New Revision: 394231
URL: http://svn.apache.org/viewcvs?rev=394231&view=rev
Log:
NUTCH-245 : Some minor fixes
- Added Apache License in DTD (?)
- Delete the org/apache/nutch/plugin/doc-files once javadoc task completed.
Modified:
lucene/nutch/trunk/build.xml
lucene/nutch/trunk/src/plugin/plugin.dtd
Modified: lucene/nutch/trunk/build.xml
URL:
http://svn.apache.org/viewcvs/lucene/nutch/trunk/build.xml?rev=394231&r1=394230&r2=394231&view=diff
==============================================================================
--- lucene/nutch/trunk/build.xml (original)
+++ lucene/nutch/trunk/build.xml Fri Apr 14 17:13:21 2006
@@ -356,7 +356,8 @@
<group title="Ontology Plugins" packages="${plugins.ontology}"/>
<group title="Misc. Plugins" packages="${plugins.misc}"/>
</javadoc>
-
+ <!-- Clean the doc-files dir from src -->
+ <delete dir="${src.dir}/org/apache/nutch/plugin/doc-files"/>
</target>
<target name="default-doc">
Modified: lucene/nutch/trunk/src/plugin/plugin.dtd
URL:
http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/plugin/plugin.dtd?rev=394231&r1=394230&r2=394231&view=diff
==============================================================================
--- lucene/nutch/trunk/src/plugin/plugin.dtd (original)
+++ lucene/nutch/trunk/src/plugin/plugin.dtd Fri Apr 14 17:13:21 2006
@@ -1,10 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
+ ! Copyright 2005 The Apache Software Foundation
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ ! http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !
+ !
! Document : plugin.dtd
! Created on : 14 avril 2006, 22:14
- ! Author : Jerome Charron
- ! Description: Nutch plug-in manifest
+ ! Author : Chris Mattmann, Jerome Charron
+ ! Description: Nutch plug-in manifest DTD
!
! PUBLIC ID : -//Apache Software Fundation//DTD Nutch Plugin Manifest
1.0//EN
! SYSTEM ID : http://lucene.apache.org/nutch/plugin.dtd