You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by dj...@apache.org on 2011/12/07 00:50:05 UTC

svn commit: r1211234 - /karaf/trunk/demos/branding/pom.xml

Author: djencks
Date: Tue Dec  6 23:50:05 2011
New Revision: 1211234

URL: http://svn.apache.org/viewvc?rev=1211234&view=rev
Log:
KARAF-1086 don't filter demo project, then it works when unpacked

Modified:
    karaf/trunk/demos/branding/pom.xml

Modified: karaf/trunk/demos/branding/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/demos/branding/pom.xml?rev=1211234&r1=1211233&r2=1211234&view=diff
==============================================================================
--- karaf/trunk/demos/branding/pom.xml (original)
+++ karaf/trunk/demos/branding/pom.xml Tue Dec  6 23:50:05 2011
@@ -39,7 +39,7 @@
         <resources>
             <resource>
                 <directory>src/main/resources</directory>
-                <filtering>true</filtering>
+                <!--<filtering>true</filtering>-->
                 <excludes>
                     <exclude>**/target/**</exclude>
                 </excludes>