You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mp...@apache.org on 2006/07/26 10:45:19 UTC

svn commit: r425679 - /incubator/openjpa/trunk/openjpa-project/pom.xml

Author: mprudhom
Date: Wed Jul 26 01:45:19 2006
New Revision: 425679

URL: http://svn.apache.org/viewvc?rev=425679&view=rev
Log:
Disabled filtering, since it was being applied to images and was corrupting them!

Modified:
    incubator/openjpa/trunk/openjpa-project/pom.xml

Modified: incubator/openjpa/trunk/openjpa-project/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-project/pom.xml?rev=425679&r1=425678&r2=425679&view=diff
==============================================================================
--- incubator/openjpa/trunk/openjpa-project/pom.xml (original)
+++ incubator/openjpa/trunk/openjpa-project/pom.xml Wed Jul 26 01:45:19 2006
@@ -28,7 +28,7 @@
                 <directory>${project.basedir}/src/site</directory>
                 <!-- targetPath is relative to target/classes/ -->
                 <targetPath>../filtered-site</targetPath>
-                <filtering>true</filtering>
+                <filtering>false</filtering>
             </resource>
         </resources>