Author: cwiklik
Date: Wed Feb 2 17:37:44 2011
New Revision: 1066545
URL: http://svn.apache.org/viewvc?rev=1066545&view=rev
Log:
UIMA-2031 Modified to copy FileSystemCollectionReader.xml from activemq project
instead of using one from uimaj-examples.
Modified:
uima/uima-as/trunk/uima-as/src/main/assembly/bin.xml
Modified: uima/uima-as/trunk/uima-as/src/main/assembly/bin.xml
URL:
http://svn.apache.org/viewvc/uima/uima-as/trunk/uima-as/src/main/assembly/bin.xml?rev=1066545&r1=1066544&r2=1066545&view=diff
==============================================================================
--- uima/uima-as/trunk/uima-as/src/main/assembly/bin.xml (original)
+++ uima/uima-as/trunk/uima-as/src/main/assembly/bin.xml Wed Feb 2 17:37:44
2011
@@ -143,6 +143,13 @@ under the License.
<fileSet>
<directory>target/uimaj/apache-uima/examples</directory>
<outputDirectory>examples</outputDirectory>
+ <!--
+ Remove the following exclude for future releases. It is a temp
measure to
+ include changes to the Collection Reader made after base release
2.3.1
+ -->
+ <excludes>
+
<exclude>descriptors/collection_reader/FileSystemCollectionReader.xml</exclude>
+ </excludes>
<fileMode>644</fileMode>
<directoryMode>755</directoryMode>
</fileSet>
@@ -363,6 +370,17 @@ under the License.
<destName>.classpath</destName>
<fileMode>644</fileMode>
</file>
+
+ <!-- The following should be removed when deploying AS with the Base at
the same
+ time. This is a temporary measure for releasing AS 2.3.1 after the
Base. There
+ is a change made to the CollectionReader descriptor to fix a missing
Language
+ parameter value. The change was made after the base was released.
+ -->
+ <file>
+
<source>../uimaj-as-activemq/src/test/resources/descriptors/collection_reader/FileSystemCollectionReader.xml</source>
+ <outputDirectory>examples/descriptors/collection_reader</outputDirectory>
+ <fileMode>644</fileMode>
+ </file>
<!-- put readme file with altered name at the top level -->
<!-- file>