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 2009/10/01 17:41:00 UTC

svn commit: r820691 - in /incubator/uima/sandbox/trunk/SandboxDistr: annotator-package/pom.xml pom.xml

Author: schor
Date: Thu Oct  1 15:40:59 2009
New Revision: 820691

URL: http://svn.apache.org/viewvc?rev=820691&view=rev
Log:
UIMA-1594

Modified:
    incubator/uima/sandbox/trunk/SandboxDistr/annotator-package/pom.xml
    incubator/uima/sandbox/trunk/SandboxDistr/pom.xml

Modified: incubator/uima/sandbox/trunk/SandboxDistr/annotator-package/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/SandboxDistr/annotator-package/pom.xml?rev=820691&r1=820690&r2=820691&view=diff
==============================================================================
--- incubator/uima/sandbox/trunk/SandboxDistr/annotator-package/pom.xml (original)
+++ incubator/uima/sandbox/trunk/SandboxDistr/annotator-package/pom.xml Thu Oct  1 15:40:59 2009
@@ -35,7 +35,7 @@
     <artifactId>uimaj</artifactId> <!-- don't need to build this project as a sandbox proj -->
     <!-- version cannot be a ${xxx} form -->
     <version>2.3.0-incubating-SNAPSHOT</version> <!-- this comment is a flag for changeVersion -->
-    <relativePath>..</relativePath>
+    <relativePath>../../uimaj</relativePath>
   </parent>
      
   <build>
@@ -53,24 +53,5 @@
 	    </plugin>
     </plugins>
   </build>
-  
-  <modules>
-    <!-- alphabetical order for ease of maintenance -->
-    <module>../../BSFAnnotator</module>
-    <module>../../ConceptMapper</module>
-    <module>../../ConfigurableFeatureExtractor</module>
-    <module>../../DictionaryAnnotator</module>
-    <module>../../FsVariables</module>
-    <module>../../Lucas</module>
-    <module>../../OpenCalaisAnnotator</module>
-    <module>../../PearPackagingAntTask</module>
-    <module>../../RegularExpressionAnnotator</module>
-    <module>../../SimpleServer</module>
-    <!--module>../../SimpleUimaAsService</module>  skip this - requires uima-as to have been built -->
-    <module>../../SnowballAnnotator</module>
-    <module>../../Tagger</module>
-    <module>../../TikaAnnotator</module>
-    <module>../../WhitespaceTokenizer</module>
-  </modules>
-   
+     
 </project>
\ No newline at end of file

Modified: incubator/uima/sandbox/trunk/SandboxDistr/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/SandboxDistr/pom.xml?rev=820691&r1=820690&r2=820691&view=diff
==============================================================================
--- incubator/uima/sandbox/trunk/SandboxDistr/pom.xml (original)
+++ incubator/uima/sandbox/trunk/SandboxDistr/pom.xml Thu Oct  1 15:40:59 2009
@@ -361,7 +361,22 @@
   </profiles>
   
   <modules>
-    <module>./annotator-package</module>
+    <!-- alphabetical order for ease of maintenance -->
+    <module>../../BSFAnnotator</module>
+    <module>../../ConceptMapper</module>
+    <module>../../ConfigurableFeatureExtractor</module>
+    <module>../../DictionaryAnnotator</module>
+    <module>../../FsVariables</module>
+    <module>../../Lucas</module>
+    <module>../../OpenCalaisAnnotator</module>
+    <module>../../PearPackagingAntTask</module>
+    <module>../../RegularExpressionAnnotator</module>
+    <module>../../SimpleServer</module>
+    <!--module>../../SimpleUimaAsService</module>  skip this - requires uima-as to have been built -->
+    <module>../../SnowballAnnotator</module>
+    <module>../../Tagger</module>
+    <module>../../TikaAnnotator</module>
+    <module>../../WhitespaceTokenizer</module>
   </modules>
  
 </project>
\ No newline at end of file