You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jo...@apache.org on 2011/02/01 12:16:58 UTC

svn commit: r1065997 - /incubator/opennlp/trunk/opennlp-distr/src/main/assembly/bin.xml

Author: joern
Date: Tue Feb  1 11:16:58 2011
New Revision: 1065997

URL: http://svn.apache.org/viewvc?rev=1065997&view=rev
Log:
OPENNLP-114 Added opennlp uima descriptors to binary distribution.

Modified:
    incubator/opennlp/trunk/opennlp-distr/src/main/assembly/bin.xml

Modified: incubator/opennlp/trunk/opennlp-distr/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-distr/src/main/assembly/bin.xml?rev=1065997&r1=1065996&r2=1065997&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-distr/src/main/assembly/bin.xml (original)
+++ incubator/opennlp/trunk/opennlp-distr/src/main/assembly/bin.xml Tue Feb  1 11:16:58 2011
@@ -108,5 +108,12 @@
 			<outputDirectory>docs/apidocs/opennlp-uima</outputDirectory>
 		</fileSet>
 		
+		<fileSet>
+			<directory>../opennlp-uima/descriptors</directory>
+			<fileMode>644</fileMode>
+			<directoryMode>755</directoryMode>
+			<outputDirectory>docs/opennlp-uima-descriptors</outputDirectory>
+		</fileSet>
+		
 	</fileSets>
 </assembly>
\ No newline at end of file