You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by xu...@apache.org on 2011/09/21 04:56:24 UTC

svn commit: r1173469 - /openejb/branches/openejb-3.0.x/pom.xml

Author: xuhaihong
Date: Wed Sep 21 02:56:24 2011
New Revision: 1173469

URL: http://svn.apache.org/viewvc?rev=1173469&view=rev
Log:
Add an exclusion for readme file

Modified:
    openejb/branches/openejb-3.0.x/pom.xml

Modified: openejb/branches/openejb-3.0.x/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.x/pom.xml?rev=1173469&r1=1173468&r2=1173469&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.x/pom.xml (original)
+++ openejb/branches/openejb-3.0.x/pom.xml Wed Sep 21 02:56:24 2011
@@ -363,6 +363,9 @@
                 <exclude>**/.*</exclude>
                 <exclude>**/.*/*</exclude>
                 <exclude>**/eclipse-classes/**/*</exclude>
+                
+                <!-- left the readme files -->
+                <exclude>**/DATA-README.txt</exclude>
               </excludes>
             </configuration>
           </plugin>