You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2012/09/26 20:45:38 UTC

svn commit: r1390658 - in /manifoldcf/integration/solr-3.x/trunk: build.xml mcf/README.txt

Author: kwright
Date: Wed Sep 26 18:45:38 2012
New Revision: 1390658

URL: http://svn.apache.org/viewvc?rev=1390658&view=rev
Log:
Fix for CONNECTORS-535

Modified:
    manifoldcf/integration/solr-3.x/trunk/build.xml
    manifoldcf/integration/solr-3.x/trunk/mcf/README.txt

Modified: manifoldcf/integration/solr-3.x/trunk/build.xml
URL: http://svn.apache.org/viewvc/manifoldcf/integration/solr-3.x/trunk/build.xml?rev=1390658&r1=1390657&r2=1390658&view=diff
==============================================================================
--- manifoldcf/integration/solr-3.x/trunk/build.xml (original)
+++ manifoldcf/integration/solr-3.x/trunk/build.xml Wed Sep 26 18:45:38 2012
@@ -57,6 +57,9 @@
       <fileset dir="solr/solr/build/contrib/solr-mcf">
         <include name="*.jar"/>
       </fileset>
+      <fileset dir="mcf">
+        <include name="README.txt"/>
+      </fileset>
     </copy>
   </target>
 

Modified: manifoldcf/integration/solr-3.x/trunk/mcf/README.txt
URL: http://svn.apache.org/viewvc/manifoldcf/integration/solr-3.x/trunk/mcf/README.txt?rev=1390658&r1=1390657&r2=1390658&view=diff
==============================================================================
--- manifoldcf/integration/solr-3.x/trunk/mcf/README.txt (original)
+++ manifoldcf/integration/solr-3.x/trunk/mcf/README.txt Wed Sep 26 18:45:38 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.
+
 Getting Started
 ---------------