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 2012/07/30 18:08:33 UTC

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

Author: cwiklik
Date: Mon Jul 30 16:08:32 2012
New Revision: 1367141

URL: http://svn.apache.org/viewvc?rev=1367141&view=rev
Log:
UIMA-2436 modified to include xmlbeans in the bin distro

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=1367141&r1=1367140&r2=1367141&view=diff
==============================================================================
--- uima/uima-as/trunk/src/main/assembly/bin.xml (original)
+++ uima/uima-as/trunk/src/main/assembly/bin.xml Mon Jul 30 16:08:32 2012
@@ -44,6 +44,8 @@ under the License.    
         <include>org.apache.uima:uimaj-as-core</include>
         <include>org.apache.uima:uimaj-as-jms</include>
         <include>org.apache.uima:uimaj-as-camel</include>
+        <include>org.apache.uima:</include>
+        <include>org.apache.xmlbeans:xmlbeans</include>
       </includes>      
       <outputFileNameMapping>${artifact.artifactId}.jar</outputFileNameMapping>
       <outputDirectory>lib</outputDirectory>
@@ -345,6 +347,14 @@ under the License.    
       <directoryMode>755</directoryMode>        
     </fileSet>
         
+    <!-- xmlbeans 2.4.0 -->    
+    <fileSet>
+      <directory>src/main/xmlbeans</directory>
+      <outputDirectory>lib/xmlbeans</outputDirectory>
+      <fileMode>644</fileMode>
+      <directoryMode>755</directoryMode>        
+    </fileSet>
+
   </fileSets>
   
   <files>