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:00:26 UTC

svn commit: r433324 - /directory/branches/apacheds/1.0/core/pom.xml

Author: elecharny
Date: Mon Aug 21 12:00:25 2006
New Revision: 433324

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

Modified:
    directory/branches/apacheds/1.0/core/pom.xml

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