Author: ab
Date: Mon Mar 12 13:35:37 2007
New Revision: 517382

URL: http://svn.apache.org/viewvc?view=rev&rev=517382
Log:
Fix inconsistent end-of-line style. Discovered this when trying to import
to a separate subversion repo.

Modified:
    lucene/nutch/trunk/contrib/web2/plugins/web-caching-oscache/build.xml
    lucene/nutch/trunk/contrib/web2/plugins/web-caching-oscache/plugin.xml
    
lucene/nutch/trunk/contrib/web2/plugins/web-caching-oscache/src/conf/tiles-defs.xml
    lucene/nutch/trunk/contrib/web2/plugins/web-clustering/build.xml
    lucene/nutch/trunk/contrib/web2/plugins/web-clustering/plugin.xml
    lucene/nutch/trunk/contrib/web2/plugins/web-keymatch/build.xml
    lucene/nutch/trunk/contrib/web2/plugins/web-keymatch/plugin.xml
    lucene/nutch/trunk/contrib/web2/plugins/web-more/build.xml
    lucene/nutch/trunk/contrib/web2/plugins/web-more/plugin.xml
    lucene/nutch/trunk/contrib/web2/plugins/web-more/src/conf/tiles-defs.xml
    lucene/nutch/trunk/contrib/web2/plugins/web-query-propose-ontology/build.xml
    
lucene/nutch/trunk/contrib/web2/plugins/web-query-propose-ontology/plugin.xml
    
lucene/nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/conf/tiles-defs.xml
    lucene/nutch/trunk/contrib/web2/plugins/web-resources/build.xml
    lucene/nutch/trunk/contrib/web2/plugins/web-resources/plugin.xml
    lucene/nutch/trunk/contrib/web2/plugins/web-subcollection/build.xml
    lucene/nutch/trunk/contrib/web2/plugins/web-subcollection/plugin.xml
    
lucene/nutch/trunk/contrib/web2/plugins/web-subcollection/src/conf/tiles-defs.xml

Modified: lucene/nutch/trunk/contrib/web2/plugins/web-caching-oscache/build.xml
URL: 
http://svn.apache.org/viewvc/lucene/nutch/trunk/contrib/web2/plugins/web-caching-oscache/build.xml?view=diff&rev=517382&r1=517381&r2=517382
==============================================================================
--- lucene/nutch/trunk/contrib/web2/plugins/web-caching-oscache/build.xml 
(original)
+++ lucene/nutch/trunk/contrib/web2/plugins/web-caching-oscache/build.xml Mon 
Mar 12 13:35:37 2007
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -14,21 +14,21 @@
   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.
--->
-<project name="web-caching-oscache" default="jar-core">
-
-  <import file="../build-plugin.xml" />
-  <property name="nutch.root" location="${root}/../../../../" />
-
-  <target name="init-plugin">
-    <echo>Copying UI configuration</echo>
-    <copy todir="${build.classes}">
-      <fileset dir="src/conf" includes="**/*" />
-    </copy>
-    <echo>Copying UI templates</echo>
-    <copy todir="${deploy.dir}/web">
-      <fileset dir="src/web" includes="**/*" />
-    </copy>
-  </target>
-
-</project>
+-->
+<project name="web-caching-oscache" default="jar-core">
+
+  <import file="../build-plugin.xml" />
+  <property name="nutch.root" location="${root}/../../../../" />
+
+  <target name="init-plugin">
+    <echo>Copying UI configuration</echo>
+    <copy todir="${build.classes}">
+      <fileset dir="src/conf" includes="**/*" />
+    </copy>
+    <echo>Copying UI templates</echo>
+    <copy todir="${deploy.dir}/web">
+      <fileset dir="src/web" includes="**/*" />
+    </copy>
+  </target>
+
+</project>

Modified: lucene/nutch/trunk/contrib/web2/plugins/web-caching-oscache/plugin.xml
URL: 
http://svn.apache.org/viewvc/lucene/nutch/trunk/contrib/web2/plugins/web-caching-oscache/plugin.xml?view=diff&rev=517382&r1=517381&r2=517382
==============================================================================
--- lucene/nutch/trunk/contrib/web2/plugins/web-caching-oscache/plugin.xml 
(original)
+++ lucene/nutch/trunk/contrib/web2/plugins/web-caching-oscache/plugin.xml Mon 
Mar 12 13:35:37 2007
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -16,25 +16,25 @@
   limitations under the License.
 -->
 <plugin id="web-caching-oscache" name="Search result caching"
-  version="1.0.0" provider-name="apache.org">
-
-  <runtime>
-    <library name="web-caching-oscache.jar">
-      <export name="*" />
-    </library>
-
-    <library name="oscache-2.1.jar" />
-  </runtime>
-
-  <requires>
+  version="1.0.0" provider-name="apache.org">
+
+  <runtime>
+    <library name="web-caching-oscache.jar">
+      <export name="*" />
+    </library>
+
+    <library name="oscache-2.1.jar" />
+  </runtime>
+
+  <requires>
     <import plugin="webui-extensionpoints" />
-  </requires>
-
+  </requires>
+
   <extension id="org.apache.nutch.webapp.extension.UIExtensionPoint"
     name="Nutch ui extension point"
-    point="org.apache.nutch.webapp.extension.UIExtensionPoint">
+    point="org.apache.nutch.webapp.extension.UIExtensionPoint">
     <implementation id="web-caching-oscache"
-      class="org.apache.nutch.webapp.extension.UIExtension.VoidImplementation" 
/>
-  </extension>
-
-</plugin>
+      class="org.apache.nutch.webapp.extension.UIExtension.VoidImplementation" 
/>
+  </extension>
+
+</plugin>

Modified: 
lucene/nutch/trunk/contrib/web2/plugins/web-caching-oscache/src/conf/tiles-defs.xml
URL: 
http://svn.apache.org/viewvc/lucene/nutch/trunk/contrib/web2/plugins/web-caching-oscache/src/conf/tiles-defs.xml?view=diff&rev=517382&r1=517381&r2=517382
==============================================================================
--- 
lucene/nutch/trunk/contrib/web2/plugins/web-caching-oscache/src/conf/tiles-defs.xml
 (original)
+++ 
lucene/nutch/trunk/contrib/web2/plugins/web-caching-oscache/src/conf/tiles-defs.xml
 Mon Mar 12 13:35:37 2007
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles 
Configuration 1.1//EN" 
"http://jakarta.apache.org/struts/dtds/tiles-config_1_1.dtd";>
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles 
Configuration 1.1//EN" 
"http://jakarta.apache.org/struts/dtds/tiles-config_1_1.dtd";>
 <tiles-definitions>
        <!-- Search -->
        <definition name="searchPage" extends="template"
@@ -7,4 +7,4 @@
                <put name="title" value="search.title" />
                <put name="pageBody" value="search" />
        </definition>
-</tiles-definitions>
+</tiles-definitions>

Modified: lucene/nutch/trunk/contrib/web2/plugins/web-clustering/build.xml
URL: 
http://svn.apache.org/viewvc/lucene/nutch/trunk/contrib/web2/plugins/web-clustering/build.xml?view=diff&rev=517382&r1=517381&r2=517382
==============================================================================
--- lucene/nutch/trunk/contrib/web2/plugins/web-clustering/build.xml (original)
+++ lucene/nutch/trunk/contrib/web2/plugins/web-clustering/build.xml Mon Mar 12 
13:35:37 2007
@@ -14,22 +14,22 @@
   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.
--->
-<project name="web-clustering" default="jar-core">
-  <import file="../build-plugin.xml" />
-  <property name="nutch.root" location="${root}/../../../../" />
-  <target name="init-plugin">
-    <echo>Copying resources templates</echo>
-    <copy todir="${build.classes}/resources">
-      <fileset dir="${resources.dir}" includes="**/*" />
-    </copy>
-    <echo>Copying UI configuration</echo>
-    <copy todir="${build.classes}">
-      <fileset dir="src/conf" includes="**/*" />
-    </copy>
-    <echo>Copying UI templates</echo>
-    <copy todir="${deploy.dir}/web">
-      <fileset dir="src/web" includes="**/*" />
-    </copy>
-  </target>
-</project>
+-->
+<project name="web-clustering" default="jar-core">
+  <import file="../build-plugin.xml" />
+  <property name="nutch.root" location="${root}/../../../../" />
+  <target name="init-plugin">
+    <echo>Copying resources templates</echo>
+    <copy todir="${build.classes}/resources">
+      <fileset dir="${resources.dir}" includes="**/*" />
+    </copy>
+    <echo>Copying UI configuration</echo>
+    <copy todir="${build.classes}">
+      <fileset dir="src/conf" includes="**/*" />
+    </copy>
+    <echo>Copying UI templates</echo>
+    <copy todir="${deploy.dir}/web">
+      <fileset dir="src/web" includes="**/*" />
+    </copy>
+  </target>
+</project>

Modified: lucene/nutch/trunk/contrib/web2/plugins/web-clustering/plugin.xml
URL: 
http://svn.apache.org/viewvc/lucene/nutch/trunk/contrib/web2/plugins/web-clustering/plugin.xml?view=diff&rev=517382&r1=517381&r2=517382
==============================================================================
--- lucene/nutch/trunk/contrib/web2/plugins/web-clustering/plugin.xml (original)
+++ lucene/nutch/trunk/contrib/web2/plugins/web-clustering/plugin.xml Mon Mar 
12 13:35:37 2007
@@ -14,17 +14,17 @@
   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.
--->
+-->
 <plugin id="web-clustering" name="Clustering web interface extension"
-  version="1.0.0" provider-name="apache.org">
-
-  <runtime>
-    <library name="web-clustering.jar">
-      <export name="*" />
-    </library>
-  </runtime>
-
-  <requires>
+  version="1.0.0" provider-name="apache.org">
+
+  <runtime>
+    <library name="web-clustering.jar">
+      <export name="*" />
+    </library>
+  </runtime>
+
+  <requires>
     <import plugin="webui-extensionpoints" />
     <!--  
       Following is not a proper requirement, should really require
@@ -34,25 +34,25 @@
       into a plugin?) 
       
     -->
-    <import plugin="clustering-carrot2" />
-  </requires>
-
+    <import plugin="clustering-carrot2" />
+  </requires>
+
   <extension id="org.apache.nutch.webapp.extension.UIExtensionPoint"
     name="Clustering extension for Web UI"
-    point="org.apache.nutch.webapp.extension.UIExtensionPoint">
+    point="org.apache.nutch.webapp.extension.UIExtensionPoint">
     <implementation id="web-clustering"
-      class="org.apache.nutch.webapp.extension.UIExtension.VoidImplementation" 
/>
-  </extension>
-
+      class="org.apache.nutch.webapp.extension.UIExtension.VoidImplementation" 
/>
+  </extension>
+
   <extension-point
     id="org.apache.nutch.webapp.extension.PreSearchExtensionPoint"
-    name="Pre search extension" />
-
+    name="Pre search extension" />
+
   <extension
     id="org.apache.nutch.webapp.extension.PreSearchExtensionPoint"
     name="Clustering extension for Web UI"
-    point="org.apache.nutch.webapp.extension.PreSearchExtensionPoint">
+    point="org.apache.nutch.webapp.extension.PreSearchExtensionPoint">
     <implementation id="web-clustering-presearch"
-      class="org.apache.nutch.clustering.ClusteringPresearchExtension" />
-  </extension>
-</plugin>
+      class="org.apache.nutch.clustering.ClusteringPresearchExtension" />
+  </extension>
+</plugin>

Modified: lucene/nutch/trunk/contrib/web2/plugins/web-keymatch/build.xml
URL: 
http://svn.apache.org/viewvc/lucene/nutch/trunk/contrib/web2/plugins/web-keymatch/build.xml?view=diff&rev=517382&r1=517381&r2=517382
==============================================================================
--- lucene/nutch/trunk/contrib/web2/plugins/web-keymatch/build.xml (original)
+++ lucene/nutch/trunk/contrib/web2/plugins/web-keymatch/build.xml Mon Mar 12 
13:35:37 2007
@@ -14,22 +14,22 @@
   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.
--->
-<project name="web-keymatch" default="jar-core">
-  <import file="../build-plugin.xml" />
-  <property name="nutch.root" location="${root}/../../../../" />
-  <target name="init-plugin">
-    <echo>Copying resources templates</echo>
-    <copy todir="${build.classes}/resources">
-      <fileset dir="${resources.dir}" includes="**/*" />
-    </copy>
-    <echo>Copying UI configuration</echo>
-    <copy todir="${build.classes}">
-      <fileset dir="src/conf" includes="**/*" />
-    </copy>
-    <echo>Copying UI templates</echo>
-    <copy todir="${deploy.dir}/web">
-      <fileset dir="src/web" includes="**/*" />
-    </copy>
-  </target>
-</project>
+-->
+<project name="web-keymatch" default="jar-core">
+  <import file="../build-plugin.xml" />
+  <property name="nutch.root" location="${root}/../../../../" />
+  <target name="init-plugin">
+    <echo>Copying resources templates</echo>
+    <copy todir="${build.classes}/resources">
+      <fileset dir="${resources.dir}" includes="**/*" />
+    </copy>
+    <echo>Copying UI configuration</echo>
+    <copy todir="${build.classes}">
+      <fileset dir="src/conf" includes="**/*" />
+    </copy>
+    <echo>Copying UI templates</echo>
+    <copy todir="${deploy.dir}/web">
+      <fileset dir="src/web" includes="**/*" />
+    </copy>
+  </target>
+</project>

Modified: lucene/nutch/trunk/contrib/web2/plugins/web-keymatch/plugin.xml
URL: 
http://svn.apache.org/viewvc/lucene/nutch/trunk/contrib/web2/plugins/web-keymatch/plugin.xml?view=diff&rev=517382&r1=517381&r2=517382
==============================================================================
--- lucene/nutch/trunk/contrib/web2/plugins/web-keymatch/plugin.xml (original)
+++ lucene/nutch/trunk/contrib/web2/plugins/web-keymatch/plugin.xml Mon Mar 12 
13:35:37 2007
@@ -14,25 +14,25 @@
   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.
--->
+-->
 <plugin id="web-keymatch" name="KeyMatcher for promoting urls"
-  version="1.0.0" provider-name="apache.org">
-
-  <runtime>
-    <library name="web-keymatch.jar">
-      <export name="*" />
-    </library>
-  </runtime>
-
-  <requires>
+  version="1.0.0" provider-name="apache.org">
+
+  <runtime>
+    <library name="web-keymatch.jar">
+      <export name="*" />
+    </library>
+  </runtime>
+
+  <requires>
     <import plugin="webui-extensionpoints" />
-  </requires>
-
+  </requires>
+
   <extension id="org.apache.nutch.webapp.extension.UIExtensionPoint"
     name="Nutch ui extension point"
-    point="org.apache.nutch.webapp.extension.UIExtensionPoint">
+    point="org.apache.nutch.webapp.extension.UIExtensionPoint">
     <implementation id="web-keymatch"
-      class="org.apache.nutch.webapp.extension.UIExtension.VoidImplementation" 
/>
-  </extension>
-
-</plugin>
+      class="org.apache.nutch.webapp.extension.UIExtension.VoidImplementation" 
/>
+  </extension>
+
+</plugin>

Modified: lucene/nutch/trunk/contrib/web2/plugins/web-more/build.xml
URL: 
http://svn.apache.org/viewvc/lucene/nutch/trunk/contrib/web2/plugins/web-more/build.xml?view=diff&rev=517382&r1=517381&r2=517382
==============================================================================
--- lucene/nutch/trunk/contrib/web2/plugins/web-more/build.xml (original)
+++ lucene/nutch/trunk/contrib/web2/plugins/web-more/build.xml Mon Mar 12 
13:35:37 2007
@@ -15,20 +15,20 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project name="web-more" default="jar-core">
-
-  <import file="../build-plugin.xml" />
-  <property name="nutch.root" location="${root}/../../../../" />
-
-  <target name="init-plugin">
-    <echo>Copying UI configuration</echo>
-    <copy todir="${build.classes}">
-      <fileset dir="src/conf" includes="**/*" />
-    </copy>
-    <echo>Copying UI templates</echo>
-    <copy todir="${deploy.dir}/web">
-      <fileset dir="src/web" includes="**/*" />
-    </copy>
-  </target>
-
-</project>
+<project name="web-more" default="jar-core">
+
+  <import file="../build-plugin.xml" />
+  <property name="nutch.root" location="${root}/../../../../" />
+
+  <target name="init-plugin">
+    <echo>Copying UI configuration</echo>
+    <copy todir="${build.classes}">
+      <fileset dir="src/conf" includes="**/*" />
+    </copy>
+    <echo>Copying UI templates</echo>
+    <copy todir="${deploy.dir}/web">
+      <fileset dir="src/web" includes="**/*" />
+    </copy>
+  </target>
+
+</project>

Modified: lucene/nutch/trunk/contrib/web2/plugins/web-more/plugin.xml
URL: 
http://svn.apache.org/viewvc/lucene/nutch/trunk/contrib/web2/plugins/web-more/plugin.xml?view=diff&rev=517382&r1=517381&r2=517382
==============================================================================
--- lucene/nutch/trunk/contrib/web2/plugins/web-more/plugin.xml (original)
+++ lucene/nutch/trunk/contrib/web2/plugins/web-more/plugin.xml Mon Mar 12 
13:35:37 2007
@@ -14,25 +14,25 @@
   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.
--->
+-->
 <plugin id="web-more" name="diplay information from index-more plgin"
-  version="1.0.0" provider-name="apache.org">
-
-  <runtime>
-    <library name="web-more.jar">
-      <export name="*" />
-    </library>
-  </runtime>
-
-  <requires>
+  version="1.0.0" provider-name="apache.org">
+
+  <runtime>
+    <library name="web-more.jar">
+      <export name="*" />
+    </library>
+  </runtime>
+
+  <requires>
     <import plugin="webui-extensionpoints" />
-  </requires>
-
+  </requires>
+
   <extension id="org.apache.nutch.webapp.extension.UIExtensionPoint"
     name="Nutch ui extension point"
-    point="org.apache.nutch.webapp.extension.UIExtensionPoint">
+    point="org.apache.nutch.webapp.extension.UIExtensionPoint">
     <implementation id="web-more"
-      class="org.apache.nutch.webapp.extension.UIExtension.VoidImplementation" 
/>
-  </extension>
-
-</plugin>
+      class="org.apache.nutch.webapp.extension.UIExtension.VoidImplementation" 
/>
+  </extension>
+
+</plugin>

Modified: 
lucene/nutch/trunk/contrib/web2/plugins/web-more/src/conf/tiles-defs.xml
URL: 
http://svn.apache.org/viewvc/lucene/nutch/trunk/contrib/web2/plugins/web-more/src/conf/tiles-defs.xml?view=diff&rev=517382&r1=517381&r2=517382
==============================================================================
--- lucene/nutch/trunk/contrib/web2/plugins/web-more/src/conf/tiles-defs.xml 
(original)
+++ lucene/nutch/trunk/contrib/web2/plugins/web-more/src/conf/tiles-defs.xml 
Mon Mar 12 13:35:37 2007
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles 
Configuration 1.1//EN" 
"http://jakarta.apache.org/struts/dtds/tiles-config_1_1.dtd";>
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles 
Configuration 1.1//EN" 
"http://jakarta.apache.org/struts/dtds/tiles-config_1_1.dtd";>
 <tiles-definitions>
        <definition name="more" path="/plugin/more.jsp" 
controllerClass="org.apache.nutch.webapp.controller.MoreController">
          <putList name="moreNames" id="moreNames">
@@ -9,4 +9,4 @@
            <add value="lastModified" type="string"/>
          </putList>
        </definition>
-</tiles-definitions>
+</tiles-definitions>

Modified: 
lucene/nutch/trunk/contrib/web2/plugins/web-query-propose-ontology/build.xml
URL: 
http://svn.apache.org/viewvc/lucene/nutch/trunk/contrib/web2/plugins/web-query-propose-ontology/build.xml?view=diff&rev=517382&r1=517381&r2=517382
==============================================================================
--- 
lucene/nutch/trunk/contrib/web2/plugins/web-query-propose-ontology/build.xml 
(original)
+++ 
lucene/nutch/trunk/contrib/web2/plugins/web-query-propose-ontology/build.xml 
Mon Mar 12 13:35:37 2007
@@ -14,22 +14,22 @@
   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.
--->
-<project name="web-query-propose-ontology" default="jar-core">
-  <import file="../build-plugin.xml" />
-  <property name="nutch.root" location="${root}/../../../../" />
-  <target name="init-plugin">
-    <echo>Copying resources templates</echo>
-    <copy todir="${build.classes}/resources">
-      <fileset dir="${resources.dir}" includes="**/*" />
-    </copy>
-    <echo>Copying UI configuration</echo>
-    <copy todir="${build.classes}">
-      <fileset dir="src/conf" includes="**/*" />
-    </copy>
-    <echo>Copying UI templates</echo>
-    <copy todir="${deploy.dir}/web">
-      <fileset dir="src/web" includes="**/*" />
-    </copy>
-  </target>
-</project>
+-->
+<project name="web-query-propose-ontology" default="jar-core">
+  <import file="../build-plugin.xml" />
+  <property name="nutch.root" location="${root}/../../../../" />
+  <target name="init-plugin">
+    <echo>Copying resources templates</echo>
+    <copy todir="${build.classes}/resources">
+      <fileset dir="${resources.dir}" includes="**/*" />
+    </copy>
+    <echo>Copying UI configuration</echo>
+    <copy todir="${build.classes}">
+      <fileset dir="src/conf" includes="**/*" />
+    </copy>
+    <echo>Copying UI templates</echo>
+    <copy todir="${deploy.dir}/web">
+      <fileset dir="src/web" includes="**/*" />
+    </copy>
+  </target>
+</project>

Modified: 
lucene/nutch/trunk/contrib/web2/plugins/web-query-propose-ontology/plugin.xml
URL: 
http://svn.apache.org/viewvc/lucene/nutch/trunk/contrib/web2/plugins/web-query-propose-ontology/plugin.xml?view=diff&rev=517382&r1=517381&r2=517382
==============================================================================
--- 
lucene/nutch/trunk/contrib/web2/plugins/web-query-propose-ontology/plugin.xml 
(original)
+++ 
lucene/nutch/trunk/contrib/web2/plugins/web-query-propose-ontology/plugin.xml 
Mon Mar 12 13:35:37 2007
@@ -14,26 +14,26 @@
   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.
--->
+-->
 <plugin id="web-query-propose-ontology" name="Ontology query proposer"
-  version="1.0.0" provider-name="apache.org">
-
-  <runtime>
-    <library name="web-query-propose-ontology.jar">
-      <export name="*" />
-    </library>
-  </runtime>
-
-  <requires>
+  version="1.0.0" provider-name="apache.org">
+
+  <runtime>
+    <library name="web-query-propose-ontology.jar">
+      <export name="*" />
+    </library>
+  </runtime>
+
+  <requires>
     <import plugin="webui-extensionpoints" />
-    <import plugin="ontology" />
-  </requires>
-
+    <import plugin="ontology" />
+  </requires>
+
   <extension id="org.apache.nutch.webapp.extension.UIExtensionPoint"
     name="Nutch ui extension point"
-    point="org.apache.nutch.webapp.extension.UIExtensionPoint">
+    point="org.apache.nutch.webapp.extension.UIExtensionPoint">
     <implementation id="web-query-propose-ontology"
-      class="org.apache.nutch.webapp.extension.UIExtension.VoidImplementation" 
/>
-  </extension>
-
-</plugin>
+      class="org.apache.nutch.webapp.extension.UIExtension.VoidImplementation" 
/>
+  </extension>
+
+</plugin>

Modified: 
lucene/nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/conf/tiles-defs.xml
URL: 
http://svn.apache.org/viewvc/lucene/nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/conf/tiles-defs.xml?view=diff&rev=517382&r1=517381&r2=517382
==============================================================================
--- 
lucene/nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/conf/tiles-defs.xml
 (original)
+++ 
lucene/nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/conf/tiles-defs.xml
 Mon Mar 12 13:35:37 2007
@@ -1,8 +1,8 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles 
Configuration 1.1//EN" "/WEB-INF/dtd/tiles-config_1_1.dtd">
-<tiles-definitions>
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles 
Configuration 1.1//EN" "/WEB-INF/dtd/tiles-config_1_1.dtd">
+<tiles-definitions>
   <definition name="propose" 
               path="/plugin/web-query-propose-spellcheck/propose.jsp"
               
controllerClass="org.apache.nutch.webapp.controller.SpellCheckController"
   />
-</tiles-definitions>
+</tiles-definitions>

Modified: lucene/nutch/trunk/contrib/web2/plugins/web-resources/build.xml
URL: 
http://svn.apache.org/viewvc/lucene/nutch/trunk/contrib/web2/plugins/web-resources/build.xml?view=diff&rev=517382&r1=517381&r2=517382
==============================================================================
--- lucene/nutch/trunk/contrib/web2/plugins/web-resources/build.xml (original)
+++ lucene/nutch/trunk/contrib/web2/plugins/web-resources/build.xml Mon Mar 12 
13:35:37 2007
@@ -14,26 +14,26 @@
   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.
--->
-<project name="web-resources" default="jar-core">
-
-  <import file="../build-plugin.xml" />
-  <property name="nutch.root" location="${root}/../../../../" />
-
-  <target name="init-plugin">
-    <echo>Copying resources templates</echo>
-    <copy todir="${build.classes}/resources">
-      <fileset dir="${resources.dir}" includes="**/*" />
-    </copy>
-    <echo>Copying UI configuration</echo>
-    <copy todir="${build.classes}">
-      <fileset dir="src/conf" includes="**/*" />
-    </copy>
-    <echo>Copying UI templates</echo>
-    <copy todir="${deploy.dir}/web">
-      <fileset dir="src/web" includes="**/*" />
-    </copy>
-  </target>
-
-
-</project>
+-->
+<project name="web-resources" default="jar-core">
+
+  <import file="../build-plugin.xml" />
+  <property name="nutch.root" location="${root}/../../../../" />
+
+  <target name="init-plugin">
+    <echo>Copying resources templates</echo>
+    <copy todir="${build.classes}/resources">
+      <fileset dir="${resources.dir}" includes="**/*" />
+    </copy>
+    <echo>Copying UI configuration</echo>
+    <copy todir="${build.classes}">
+      <fileset dir="src/conf" includes="**/*" />
+    </copy>
+    <echo>Copying UI templates</echo>
+    <copy todir="${deploy.dir}/web">
+      <fileset dir="src/web" includes="**/*" />
+    </copy>
+  </target>
+
+
+</project>

Modified: lucene/nutch/trunk/contrib/web2/plugins/web-resources/plugin.xml
URL: 
http://svn.apache.org/viewvc/lucene/nutch/trunk/contrib/web2/plugins/web-resources/plugin.xml?view=diff&rev=517382&r1=517381&r2=517382
==============================================================================
--- lucene/nutch/trunk/contrib/web2/plugins/web-resources/plugin.xml (original)
+++ lucene/nutch/trunk/contrib/web2/plugins/web-resources/plugin.xml Mon Mar 12 
13:35:37 2007
@@ -14,25 +14,25 @@
   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.
--->
+-->
 <plugin id="web-resources" name="Resources plugin" version="1.0.0"
-  provider-name="apache.org">
-
-  <runtime>
-    <library name="web-resources.jar">
-      <export name="*" />
-    </library>
-  </runtime>
-
-  <requires>
+  provider-name="apache.org">
+
+  <runtime>
+    <library name="web-resources.jar">
+      <export name="*" />
+    </library>
+  </runtime>
+
+  <requires>
     <import plugin="webui-extensionpoints" />
-  </requires>
-
+  </requires>
+
   <extension id="org.apache.nutch.webapp.extension.UIExtensionPoint"
     name="Nutch ui extension point"
-    point="org.apache.nutch.webapp.extension.UIExtensionPoint">
+    point="org.apache.nutch.webapp.extension.UIExtensionPoint">
     <implementation id="web-resources"
-      class="org.apache.nutch.webapp.extension.UIExtension.VoidImplementation" 
/>
-  </extension>
-
-</plugin>
+      class="org.apache.nutch.webapp.extension.UIExtension.VoidImplementation" 
/>
+  </extension>
+
+</plugin>

Modified: lucene/nutch/trunk/contrib/web2/plugins/web-subcollection/build.xml
URL: 
http://svn.apache.org/viewvc/lucene/nutch/trunk/contrib/web2/plugins/web-subcollection/build.xml?view=diff&rev=517382&r1=517381&r2=517382
==============================================================================
--- lucene/nutch/trunk/contrib/web2/plugins/web-subcollection/build.xml 
(original)
+++ lucene/nutch/trunk/contrib/web2/plugins/web-subcollection/build.xml Mon Mar 
12 13:35:37 2007
@@ -14,32 +14,32 @@
   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.
--->
-<project name="web-subcollection" default="jar-core">
-
-  <import file="../build-plugin.xml" />
-  <property name="nutch.root" location="${root}/../../../../" />
-
-  <!-- Add compilation dependencies to classpath -->
-  <path id="plugin.deps">
-    <fileset dir="${nutch.root}/build">
-      <include name="**/subcollection/*.jar" />
-    </fileset>
-  </path>
-
-  <target name="init-plugin">
-    <echo>Copying resources templates</echo>
-    <copy todir="${build.classes}/resources">
-      <fileset dir="${resources.dir}" includes="**/*" />
-    </copy>
-    <echo>Copying UI configuration</echo>
-    <copy todir="${build.classes}">
-      <fileset dir="src/conf" includes="**/*" />
-    </copy>
-    <echo>Copying UI templates</echo>
-    <copy todir="${deploy.dir}/web">
-      <fileset dir="src/web" includes="**/*" />
-    </copy>
-  </target>
-
-</project>
+-->
+<project name="web-subcollection" default="jar-core">
+
+  <import file="../build-plugin.xml" />
+  <property name="nutch.root" location="${root}/../../../../" />
+
+  <!-- Add compilation dependencies to classpath -->
+  <path id="plugin.deps">
+    <fileset dir="${nutch.root}/build">
+      <include name="**/subcollection/*.jar" />
+    </fileset>
+  </path>
+
+  <target name="init-plugin">
+    <echo>Copying resources templates</echo>
+    <copy todir="${build.classes}/resources">
+      <fileset dir="${resources.dir}" includes="**/*" />
+    </copy>
+    <echo>Copying UI configuration</echo>
+    <copy todir="${build.classes}">
+      <fileset dir="src/conf" includes="**/*" />
+    </copy>
+    <echo>Copying UI templates</echo>
+    <copy todir="${deploy.dir}/web">
+      <fileset dir="src/web" includes="**/*" />
+    </copy>
+  </target>
+
+</project>

Modified: lucene/nutch/trunk/contrib/web2/plugins/web-subcollection/plugin.xml
URL: 
http://svn.apache.org/viewvc/lucene/nutch/trunk/contrib/web2/plugins/web-subcollection/plugin.xml?view=diff&rev=517382&r1=517381&r2=517382
==============================================================================
--- lucene/nutch/trunk/contrib/web2/plugins/web-subcollection/plugin.xml 
(original)
+++ lucene/nutch/trunk/contrib/web2/plugins/web-subcollection/plugin.xml Mon 
Mar 12 13:35:37 2007
@@ -14,29 +14,29 @@
   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.
--->
+-->
 <plugin id="web-subcollection" name="subcollection ui enhancements"
- version="1.0.0" provider-name="apache.org">
- <runtime>
-  <library name="web-subcollection.jar">
-   <export name="*" />
-  </library>
- </runtime>
- <requires>
-  <import plugin="webui-extensionpoints" />
-  <import plugin="subcollection" />
- </requires>
+ version="1.0.0" provider-name="apache.org">
+ <runtime>
+  <library name="web-subcollection.jar">
+   <export name="*" />
+  </library>
+ </runtime>
+ <requires>
+  <import plugin="webui-extensionpoints" />
+  <import plugin="subcollection" />
+ </requires>
  <extension id="org.apache.nutch.webapp.extension.UIExtensionPoint"
   name="Nutch ui extension point"
-  point="org.apache.nutch.webapp.extension.UIExtensionPoint">
+  point="org.apache.nutch.webapp.extension.UIExtensionPoint">
   <implementation id="web-subcollection"
-   class="org.apache.nutch.webapp.extension.UIExtension.VoidImplementation" />
- </extension>
+   class="org.apache.nutch.webapp.extension.UIExtension.VoidImplementation" />
+ </extension>
  <extension
   id="org.apache.nutch.webapp.extension.PreSearchExtensionPoint"
   name="Clustering extension for Web UI"
-  point="org.apache.nutch.webapp.extension.PreSearchExtensionPoint">
+  point="org.apache.nutch.webapp.extension.PreSearchExtensionPoint">
   <implementation id="web-subcollection-presearch"
-   
class="org.apache.nutch.webapp.subcollection.SubcollectionPreSearchExtension" />
- </extension>
-</plugin>
+   
class="org.apache.nutch.webapp.subcollection.SubcollectionPreSearchExtension" />
+ </extension>
+</plugin>

Modified: 
lucene/nutch/trunk/contrib/web2/plugins/web-subcollection/src/conf/tiles-defs.xml
URL: 
http://svn.apache.org/viewvc/lucene/nutch/trunk/contrib/web2/plugins/web-subcollection/src/conf/tiles-defs.xml?view=diff&rev=517382&r1=517381&r2=517382
==============================================================================
--- 
lucene/nutch/trunk/contrib/web2/plugins/web-subcollection/src/conf/tiles-defs.xml
 (original)
+++ 
lucene/nutch/trunk/contrib/web2/plugins/web-subcollection/src/conf/tiles-defs.xml
 Mon Mar 12 13:35:37 2007
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles 
Configuration 1.1//EN" 
"http://jakarta.apache.org/struts/dtds/tiles-config_1_1.dtd";>
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles 
Configuration 1.1//EN" 
"http://jakarta.apache.org/struts/dtds/tiles-config_1_1.dtd";>
 <tiles-definitions>
 <!--
 Tile to select subcollection
@@ -8,4 +8,4 @@
   path="/plugin/web-subcollection/select.jsp"
   
controllerClass="org.apache.nutch.webapp.controller.SubcollectionSelectController">
  </definition>
-</tiles-definitions>
+</tiles-definitions>



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Nutch-cvs mailing list
Nutch-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nutch-cvs

Reply via email to