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/15 15:40:35 UTC

svn commit: r496337 - /incubator/uima/uimaj/trunk/uimaj-ep-configurator/src/main/assembly/assemble-plugin.xml

Author: alally
Date: Mon Jan 15 06:40:34 2007
New Revision: 496337

URL: http://svn.apache.org/viewvc?view=rev&rev=496337
Log:
In plugin assembly descriptors, changed <directory> from / to ./
since the former does not work on unix/Mac.
UIMA-189: https://issues.apache.org/jira/browse/UIMA-189

Modified:
    incubator/uima/uimaj/trunk/uimaj-ep-configurator/src/main/assembly/assemble-plugin.xml

Modified: incubator/uima/uimaj/trunk/uimaj-ep-configurator/src/main/assembly/assemble-plugin.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-ep-configurator/src/main/assembly/assemble-plugin.xml?view=diff&rev=496337&r1=496336&r2=496337
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-ep-configurator/src/main/assembly/assemble-plugin.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj-ep-configurator/src/main/assembly/assemble-plugin.xml Mon Jan 15 06:40:34 2007
@@ -6,7 +6,7 @@
 	<includeBaseDirectory>true</includeBaseDirectory>
 	<fileSets>
 		<fileSet>
-			<directory>/</directory>
+			<directory>./</directory>
 			<includes>
 				<include>plugin.xml</include>
 				<include>META-INF/</include>