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/11 12:42:54 UTC

svn commit: r1431998 - in /uima/sandbox/TextMarker/trunk: uimaj-ep-textmarker-addons/ uimaj-ep-textmarker-caseditor/ uimaj-ep-textmarker-engine/ uimaj-ep-textmarker-ide/ uimaj-ep-textmarker-textruler/ uimaj-textmarker-eclipse-feature/ uimaj-textmarker-...

Author: pkluegl
Date: Fri Jan 11 11:42:53 2013
New Revision: 1431998

URL: http://svn.apache.org/viewvc?rev=1431998&view=rev
Log:
UIMA-2513
- improved artifact naming by adding "TextMarker"

Modified:
    uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-addons/pom.xml
    uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-caseditor/pom.xml
    uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-engine/pom.xml
    uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-ide/pom.xml
    uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-textruler/pom.xml
    uima/sandbox/TextMarker/trunk/uimaj-textmarker-eclipse-feature/pom.xml
    uima/sandbox/TextMarker/trunk/uimaj-textmarker-eclipse-update-site/pom.xml

Modified: uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-addons/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-addons/pom.xml?rev=1431998&r1=1431997&r2=1431998&view=diff
==============================================================================
--- uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-addons/pom.xml (original)
+++ uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-addons/pom.xml Fri Jan 11 11:42:53 2013
@@ -30,7 +30,7 @@
   <properties>
     <uimaScmProject>${project.artifactId}</uimaScmProject>
   </properties>
-  <name>Apache UIMA Eclipse: ${project.artifactId}</name>
+  <name>Apache UIMA TextMarker Eclipse: ${project.artifactId}</name>
   <url>${uimaWebsiteUrl}</url>
   <description>Provides addons for the UIMA TextMarker development environment in Eclipse</description>
   <dependencies>

Modified: uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-caseditor/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-caseditor/pom.xml?rev=1431998&r1=1431997&r2=1431998&view=diff
==============================================================================
--- uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-caseditor/pom.xml (original)
+++ uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-caseditor/pom.xml Fri Jan 11 11:42:53 2013
@@ -30,7 +30,7 @@
   <properties>
     <uimaScmProject>${project.artifactId}</uimaScmProject>
   </properties>
-  <name>Apache UIMA Eclipse: ${project.artifactId}</name>
+  <name>Apache UIMA TextMarker Eclipse: ${project.artifactId}</name>
   <url>${uimaWebsiteUrl}</url>
   <description>Provides additional views for the CAS Editor</description>
   <scm>

Modified: uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-engine/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-engine/pom.xml?rev=1431998&r1=1431997&r2=1431998&view=diff
==============================================================================
--- uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-engine/pom.xml (original)
+++ uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-engine/pom.xml Fri Jan 11 11:42:53 2013
@@ -31,7 +31,7 @@
   <properties>
     <uimaScmProject>${project.artifactId}</uimaScmProject>
   </properties>
-  <name>Apache UIMA Eclipse: ${project.artifactId}</name>
+  <name>Apache UIMA TextMarker Eclipse: ${project.artifactId}</name>
   <url>${uimaWebsiteUrl}</url>
   <description>Provides the UIMA TextMarker engine to other Eclipse 
     plugins for their use</description>

Modified: uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-ide/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-ide/pom.xml?rev=1431998&r1=1431997&r2=1431998&view=diff
==============================================================================
--- uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-ide/pom.xml (original)
+++ uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-ide/pom.xml Fri Jan 11 11:42:53 2013
@@ -31,7 +31,7 @@
   <properties>
     <uimaScmProject>${project.artifactId}</uimaScmProject>
   </properties>
-  <name>Apache UIMA Eclipse: ${project.artifactId}</name>
+  <name>Apache UIMA TextMarker Eclipse: ${project.artifactId}</name>
   <url>${uimaWebsiteUrl}</url>
   <description>Provides the UIMA TextMarker development environment for Eclipse</description>
   <dependencies>

Modified: uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-textruler/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-textruler/pom.xml?rev=1431998&r1=1431997&r2=1431998&view=diff
==============================================================================
--- uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-textruler/pom.xml (original)
+++ uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-textruler/pom.xml Fri Jan 11 11:42:53 2013
@@ -30,7 +30,7 @@
   <properties>
     <uimaScmProject>${project.artifactId}</uimaScmProject>
   </properties>
-  <name>Apache UIMA Eclipse: ${project.artifactId}</name>
+  <name>Apache UIMA TextMarker Eclipse: ${project.artifactId}</name>
   <url>${uimaWebsiteUrl}</url>
   <description>UIMA TextMarker TextRuler plugin for rule learning</description>
   <dependencies>

Modified: uima/sandbox/TextMarker/trunk/uimaj-textmarker-eclipse-feature/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/TextMarker/trunk/uimaj-textmarker-eclipse-feature/pom.xml?rev=1431998&r1=1431997&r2=1431998&view=diff
==============================================================================
--- uima/sandbox/TextMarker/trunk/uimaj-textmarker-eclipse-feature/pom.xml (original)
+++ uima/sandbox/TextMarker/trunk/uimaj-textmarker-eclipse-feature/pom.xml Fri Jan 11 11:42:53 2013
@@ -29,7 +29,7 @@
   <artifactId>uimaj-textmarker-eclipse-feature</artifactId>
   <version>2.0.0-SNAPSHOT</version>
   
-  <name>Apache UIMA Eclipse: ${project.artifactId}</name>
+  <name>Apache UIMA TextMarker Eclipse: ${project.artifactId}</name>
   <description>UIMA Eclipse Plugin Feature that
     contains the TextMArker engine and IDE</description>
   <url>${uimaWebsiteUrl}</url>

Modified: uima/sandbox/TextMarker/trunk/uimaj-textmarker-eclipse-update-site/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/TextMarker/trunk/uimaj-textmarker-eclipse-update-site/pom.xml?rev=1431998&r1=1431997&r2=1431998&view=diff
==============================================================================
--- uima/sandbox/TextMarker/trunk/uimaj-textmarker-eclipse-update-site/pom.xml (original)
+++ uima/sandbox/TextMarker/trunk/uimaj-textmarker-eclipse-update-site/pom.xml Fri Jan 11 11:42:53 2013
@@ -31,7 +31,7 @@
 	<packaging>pom</packaging>
 	<version>3</version>
   
-	<name>Apache UIMA Eclipse: ${project.artifactId}</name>
+	<name>Apache UIMA TextMarker Eclipse: ${project.artifactId}</name>
   <description>The UIMA TextMarker Eclipse update site</description>
   <url>${uimaWebsiteUrl}</url>