You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by ch...@apache.org on 2013/04/09 21:22:38 UTC

svn commit: r1466188 - /uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml

Author: challngr
Date: Tue Apr  9 19:22:37 2013
New Revision: 1466188

URL: http://svn.apache.org/r1466188
Log:
UIMA-2799
Assembly script to install the mega.

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

Modified: uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml?rev=1466188&r1=1466187&r2=1466188&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml Tue Apr  9 19:22:37 2013
@@ -21,7 +21,7 @@ under the License.    
   <id>bin</id>
   <formats>
     <format>tar.gz</format>  
-     <format>dir</format>
+    <!--format>dir</format-->
   </formats>
   
   <baseDirectory>apache-uima-ducc-${project.version}</baseDirectory> 
@@ -576,6 +576,14 @@ under the License.    
       <directoryMode>755</directoryMode>        
     </fileSet>
 
+    <fileSet>
+      <!-- build up the verification test source -->
+      <directory>uima-ducc-examples/src/main/systemtest</directory>
+      <outputDirectory>ducc_runtime/examples/systemtest</outputDirectory>
+      <fileMode>644</fileMode>
+      <directoryMode>755</directoryMode>        
+    </fileSet>
+
   </fileSets> 
   
   <files>