You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sz...@apache.org on 2007/01/21 21:56:57 UTC

svn commit: r498452 - /directory/apacheds/trunk/core/pom.xml

Author: szoerner
Date: Sun Jan 21 12:56:56 2007
New Revision: 498452

URL: http://svn.apache.org/viewvc?view=rev&rev=498452
Log:
Enable resource filtering in order to fix DIRSERVER-829

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

Modified: directory/apacheds/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core/pom.xml?view=diff&rev=498452&r1=498451&r2=498452
==============================================================================
--- directory/apacheds/trunk/core/pom.xml (original)
+++ directory/apacheds/trunk/core/pom.xml Sun Jan 21 12:56:56 2007
@@ -84,7 +84,7 @@
     <resources>
       <resource>
         <directory>src/main/resources</directory>
-        <filtering>false</filtering>
+        <filtering>true</filtering>
         <excludes>
           <exclude>**/*.gif</exclude>
         </excludes>