You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2014/04/28 19:12:38 UTC

svn commit: r1590710 - /uima/uima-as/trunk/src/main/assembly/bin.xml

Author: cwiklik
Date: Mon Apr 28 17:12:38 2014
New Revision: 1590710

URL: http://svn.apache.org/r1590710
Log:
UIMA-3770 added RunRemoteAsyncAE.java to binary tarball

Modified:
    uima/uima-as/trunk/src/main/assembly/bin.xml

Modified: uima/uima-as/trunk/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/src/main/assembly/bin.xml?rev=1590710&r1=1590709&r2=1590710&view=diff
==============================================================================
--- uima/uima-as/trunk/src/main/assembly/bin.xml (original)
+++ uima/uima-as/trunk/src/main/assembly/bin.xml Mon Apr 28 17:12:38 2014
@@ -166,6 +166,16 @@
 			<fileMode>644</fileMode>
 			<directoryMode>755</directoryMode>
 		</fileSet>
+		
+	    <fileSet>
+			<directory>uimaj-as-activemq/src/main/java/org/apache/uima/examples/as</directory>
+			<outputDirectory>examples/as</outputDirectory>
+			<excludes>
+				<exclude>.classpath</exclude>
+			</excludes>
+			<fileMode>644</fileMode>
+			<directoryMode>755</directoryMode>
+		</fileSet>
 
 		<fileSet>
 			<directory>target/uimaj/apache-uima/eclipsePlugins</directory>