You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by le...@apache.org on 2012/06/08 15:47:21 UTC

svn commit: r1348070 - in /nutch/trunk: conf/schema.xml default.properties

Author: lewismc
Date: Fri Jun  8 13:47:20 2012
New Revision: 1348070

URL: http://svn.apache.org/viewvc?rev=1348070&view=rev
Log:
trivial commit to add license header and update schema number

Modified:
    nutch/trunk/conf/schema.xml
    nutch/trunk/default.properties

Modified: nutch/trunk/conf/schema.xml
URL: http://svn.apache.org/viewvc/nutch/trunk/conf/schema.xml?rev=1348070&r1=1348069&r2=1348070&view=diff
==============================================================================
--- nutch/trunk/conf/schema.xml (original)
+++ nutch/trunk/conf/schema.xml Fri Jun  8 13:47:20 2012
@@ -28,7 +28,7 @@
         example/solr/conf/schema.xml?view=markup
         for more info.
     -->
-<schema name="nutch" version="1.4">
+<schema name="nutch" version="1.6">
     <types>
         <fieldType name="string" class="solr.StrField" sortMissingLast="true"
             omitNorms="true"/> 

Modified: nutch/trunk/default.properties
URL: http://svn.apache.org/viewvc/nutch/trunk/default.properties?rev=1348070&r1=1348069&r2=1348070&view=diff
==============================================================================
--- nutch/trunk/default.properties (original)
+++ nutch/trunk/default.properties Fri Jun  8 13:47:20 2012
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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.
+
 name=apache-nutch
 version=1.6-SNAPSHOT
 final.name=${name}-${version}