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 2013/05/22 15:17:15 UTC

svn commit: r1485202 - /uima/sandbox/uima-ducc/trunk/uima-ducc-examples/pom.xml

Author: cwiklik
Date: Wed May 22 13:17:15 2013
New Revision: 1485202

URL: http://svn.apache.org/r1485202
Log:
UIMA-2881 removed build which was forcing inclusion of xml files into the tarball. This was unnecessary as maven automatically includes all files.

Modified:
    uima/sandbox/uima-ducc/trunk/uima-ducc-examples/pom.xml

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-examples/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-examples/pom.xml?rev=1485202&r1=1485201&r2=1485202&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-examples/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-examples/pom.xml Wed May 22 13:17:15 2013
@@ -40,7 +40,7 @@
 
   </dependencies>  
 
-  <build>
+  <!-- build>
     <resources>
       <resource>
         <directory>src/main/java</directory>
@@ -56,6 +56,6 @@
             </includes>                  
           </resource>          
         </resources>        
-  </build>
+  </build -->
 
 </project>