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

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

Author: jgoodyear
Date: Wed Dec  7 14:00:54 2011
New Revision: 1211441

URL: http://svn.apache.org/viewvc?rev=1211441&view=rev
Log:
[KARAF-1086] Create Kar for Karaf demos

Enable filtering of resources.

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=1211441&r1=1211440&r2=1211441&view=diff
==============================================================================
--- karaf/trunk/demos/branding/pom.xml (original)
+++ karaf/trunk/demos/branding/pom.xml Wed Dec  7 14:00:54 2011
@@ -39,7 +39,7 @@
         <resources>
             <resource>
                 <directory>src/main/resources</directory>
-                <!--<filtering>true</filtering>-->
+                <filtering>true</filtering>
                 <excludes>
                     <exclude>**/target/**</exclude>
                 </excludes>