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 2011/03/14 18:39:00 UTC

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

Author: cwiklik
Date: Mon Mar 14 17:39:00 2011
New Revision: 1081490

URL: http://svn.apache.org/viewvc?rev=1081490&view=rev
Log:
UIMA-2091 Modified to copy base uima examples project file into UIMA AS 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=1081490&r1=1081489&r2=1081490&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 Mon Mar 14 17:39:00 2011
@@ -356,7 +356,11 @@ under the License.    
       <destName>README.uimaj.txt</destName>
       <fileMode>644</fileMode>
     </file>
-    
+    <file>
+      <source>target/uimaj/apache-uima/examples/.project</source>
+      <outputDirectory>examples</outputDirectory>
+      <fileMode>644</fileMode> 
+    </file>
     <file>
       <source>target/uimaj/apache-uima/RELEASE_NOTES.html</source>
       <outputDirectory/>