You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2010/05/12 16:48:46 UTC

svn commit: r943526 - in /uima/sandbox/branches/mavenAlign/aggregate-addons: ./ pom.xml

Author: schor
Date: Wed May 12 14:48:46 2010
New Revision: 943526

URL: http://svn.apache.org/viewvc?rev=943526&view=rev
Log:
[UIMA-1756] fix module name of alchemy annotator reference

Modified:
    uima/sandbox/branches/mavenAlign/aggregate-addons/   (props changed)
    uima/sandbox/branches/mavenAlign/aggregate-addons/pom.xml

Propchange: uima/sandbox/branches/mavenAlign/aggregate-addons/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed May 12 14:48:46 2010
@@ -0,0 +1,2 @@
+.project
+target

Modified: uima/sandbox/branches/mavenAlign/aggregate-addons/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/branches/mavenAlign/aggregate-addons/pom.xml?rev=943526&r1=943525&r2=943526&view=diff
==============================================================================
--- uima/sandbox/branches/mavenAlign/aggregate-addons/pom.xml (original)
+++ uima/sandbox/branches/mavenAlign/aggregate-addons/pom.xml Wed May 12 14:48:46 2010
@@ -32,7 +32,7 @@
 	<artifactId>aggregate-addons</artifactId>
 	<packaging>pom</packaging>
 	<version>2.3.1-SNAPSHOT</version>
-	<name>UIMA Aggregate: ${project.artifactId}: UIMA Base</name>
+	<name>UIMA Aggregate: ${project.artifactId}</name>
   <description>A convenience aggregate for the UIMA addons</description>
   <url>${uimaWebsiteUrl}</url>
 
@@ -62,7 +62,7 @@
   </properties>
   
   <modules>
-    <module>../alchemy-annotator</module>
+    <module>../AlchemyAPIAnnotator</module>
     <module>../BSFAnnotator</module>
     <module>../ConceptMapper</module>
     <module>../ConfigurableFeatureExtractor</module>