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/07/27 14:39:21 UTC

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

Author: elecharny
Date: Thu Jul 27 05:39:21 2006
New Revision: 426046

URL: http://svn.apache.org/viewvc?rev=426046&view=rev
Log:
Modified the resource copy but swithing the filtering option to false, allowing a binary file to be copied. Thanks to maven, the 'resource' plugin has been updated in the last 5 months, and now break the build. Fixed

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=426046&r1=426045&r2=426046&view=diff
==============================================================================
--- directory/trunks/apacheds/core/pom.xml (original)
+++ directory/trunks/apacheds/core/pom.xml Thu Jul 27 05:39:21 2006
@@ -164,7 +164,7 @@
     <resources>
       <resource>
         <directory>src/main/resources</directory>
-        <filtering>true</filtering>
+        <filtering>false</filtering>
       </resource>
     </resources>
   </build>