You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by pk...@apache.org on 2013/01/15 21:41:03 UTC

svn commit: r1433623 - in /uima/sandbox/TextMarker/trunk/uimaj-textmarker-eclipse-feature: feature.xml src/main/resources/feature.xml

Author: pkluegl
Date: Tue Jan 15 20:41:03 2013
New Revision: 1433623

URL: http://svn.apache.org/viewvc?rev=1433623&view=rev
Log:
UIMA-2513
- removed additional feature.xml
- improved name of feature

Removed:
    uima/sandbox/TextMarker/trunk/uimaj-textmarker-eclipse-feature/feature.xml
Modified:
    uima/sandbox/TextMarker/trunk/uimaj-textmarker-eclipse-feature/src/main/resources/feature.xml

Modified: uima/sandbox/TextMarker/trunk/uimaj-textmarker-eclipse-feature/src/main/resources/feature.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/TextMarker/trunk/uimaj-textmarker-eclipse-feature/src/main/resources/feature.xml?rev=1433623&r1=1433622&r2=1433623&view=diff
==============================================================================
--- uima/sandbox/TextMarker/trunk/uimaj-textmarker-eclipse-feature/src/main/resources/feature.xml (original)
+++ uima/sandbox/TextMarker/trunk/uimaj-textmarker-eclipse-feature/src/main/resources/feature.xml Tue Jan 15 20:41:03 2013
@@ -19,7 +19,7 @@
 -->
 <feature
       id="org.apache.uima.textmarker.feature"
-      label="TextMarker"
+      label="UIMA TextMarker Workbench"
       version="${parsedVersion.osgiVersion}"
       provider-name="Apache Software Foundation">
 
@@ -86,12 +86,12 @@ under the License.
          install-size="0"
          version="${parsedVersion.osgiVersion}"
          unpack="false"/>
+
    <plugin
          id="org.apache.uima.textmarker.textruler"
          download-size="0"
          install-size="0"
          version="${parsedVersion.osgiVersion}"
          unpack="false"/>
-   
 
 </feature>