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/03 23:03:49 UTC

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

Author: elecharny
Date: Thu Aug  3 14:03:48 2006
New Revision: 428528

URL: http://svn.apache.org/viewvc?rev=428528&view=rev
Log:
Avoid an encoding pb on windows (UTF-8 -> ISO-8859 conversion)

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=428528&r1=428527&r2=428528&view=diff
==============================================================================
--- directory/branches/apacheds/1.0/core/pom.xml (original)
+++ directory/branches/apacheds/1.0/core/pom.xml Thu Aug  3 14:03:48 2006
@@ -164,7 +164,7 @@
     <resources>
       <resource>
         <directory>src/main/resources</directory>
-        <filtering>true</filtering>
+        <filtering>false</filtering>
       </resource>
     </resources>
   </build>