You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2006/08/21 21:08:22 UTC

svn commit: r433329 - /directory/trunks/apacheds/core/pom.xml

Author: elecharny
Date: Mon Aug 21 12:08:21 2006
New Revision: 433329

URL: http://svn.apache.org/viewvc?rev=433329&view=rev
Log:
exclude server.gif from resources UTF-8 transformation while they are copied

Modified:
    directory/trunks/apacheds/core/pom.xml

Modified: directory/trunks/apacheds/core/pom.xml
URL: http://svn.apache.org/viewvc/directory/trunks/apacheds/core/pom.xml?rev=433329&r1=433328&r2=433329&view=diff
==============================================================================
--- directory/trunks/apacheds/core/pom.xml (original)
+++ directory/trunks/apacheds/core/pom.xml Mon Aug 21 12:08:21 2006
@@ -165,6 +165,9 @@
       <resource>
         <directory>src/main/resources</directory>
         <filtering>false</filtering>
+        <excludes>
+          <exclude>**/*.gif</exclude>
+        </excludes>
       </resource>
     </resources>
   </build>