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

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

Author: alally
Date: Tue Jan 23 08:22:17 2007
New Revision: 499066

URL: http://svn.apache.org/viewvc?view=rev&rev=499066
Log:
Fixed javadoc build.  The javadoc tool requires source directories
to be separated by a semicolon, but we were using a colon.
UIMA-222: http://issues.apache.org/jira/browse/UIMA-222

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

Modified: incubator/uima/uimaj/trunk/uimaj-distr/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-distr/pom.xml?view=diff&rev=499066&r1=499065&r2=499066
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-distr/pom.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj-distr/pom.xml Tue Jan 23 08:22:17 2007
@@ -146,7 +146,7 @@
 									<packages>*</packages>
 								</group>
 							</groups>
-							<sourcepath>../uimaj-core/src/main/java:../uimaj-document-annotation/src/main/java</sourcepath>
+							<sourcepath>../uimaj-core/src/main/java;../uimaj-document-annotation/src/main/java</sourcepath>
 							<excludePackageNames>*.internal.*:*.impl.*</excludePackageNames>
 							<!-- add a few classes in impl packages that are directly used by user code -->
 							<additionalparam>