You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by mb...@apache.org on 2007/01/03 17:52:39 UTC

svn commit: r492217 - /incubator/uima/uimaj/trunk/uimaj/pom.xml

Author: mbaessler
Date: Wed Jan  3 08:52:38 2007
New Revision: 492217

URL: http://svn.apache.org/viewvc?view=rev&rev=492217
Log:
JIRA ticket UIMA-152 (https://issues.apache.org/jira/browse/UIMA-152)

update uimaj POM with the new uimaj-component-test-util module

Modified:
    incubator/uima/uimaj/trunk/uimaj/pom.xml

Modified: incubator/uima/uimaj/trunk/uimaj/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj/pom.xml?view=diff&rev=492217&r1=492216&r2=492217
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj/pom.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj/pom.xml Wed Jan  3 08:52:38 2007
@@ -116,7 +116,8 @@
 		<module>../uimaj-tools</module>
 		<module>../uimaj-adapter-vinci</module>
 		<module>../uimaj-adapter-soap</module>
-		<module>../uimaj-test-util</module>
+		<module>../uimaj-test-util</module>
+		<module>../uimaj-component-test-util</module>
 		<module>../jVinci</module>
 		<module>../uimaj-ep-debug</module>
 		<module>../uimaj-ep-jcasgen</module>