You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by to...@apache.org on 2011/02/21 10:36:38 UTC

svn commit: r1072906 - in /uima/sandbox/trunk/Solrcas: desc/solrmapping.xml pom.xml

Author: tommaso
Date: Mon Feb 21 09:36:38 2011
New Revision: 1072906

URL: http://svn.apache.org/viewvc?rev=1072906&view=rev
Log:
[UIMA-2047] - default solrmapping file back in desc directory, desc dir not included in jar anymore, added finalname tag in pom

Added:
    uima/sandbox/trunk/Solrcas/desc/solrmapping.xml
Modified:
    uima/sandbox/trunk/Solrcas/pom.xml

Added: uima/sandbox/trunk/Solrcas/desc/solrmapping.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/Solrcas/desc/solrmapping.xml?rev=1072906&view=auto
==============================================================================
--- uima/sandbox/trunk/Solrcas/desc/solrmapping.xml (added)
+++ uima/sandbox/trunk/Solrcas/desc/solrmapping.xml Mon Feb 21 09:36:38 2011
@@ -0,0 +1,26 @@
+<?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 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.
+-->
+
+<fieldMapping>
+  <type name="org.apache.uima.jcas.tcas.Annotation">
+    <map feature="coveredText" field="annotation"/>
+  </type>
+</fieldMapping>
\ No newline at end of file

Modified: uima/sandbox/trunk/Solrcas/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/Solrcas/pom.xml?rev=1072906&r1=1072905&r2=1072906&view=diff
==============================================================================
--- uima/sandbox/trunk/Solrcas/pom.xml (original)
+++ uima/sandbox/trunk/Solrcas/pom.xml Mon Feb 21 09:36:38 2011
@@ -101,10 +101,6 @@
     </dependency>
   </dependencies>
   <build>
-    <resources>
-      <resource>
-        <directory>desc</directory>
-      </resource>
-    </resources>
+    <finalName>uima-solrcas</finalName>
   </build>
 </project>
\ No newline at end of file