Author: simonetripodi
Date: Wed Jul  4 13:21:53 2012
New Revision: 1357245

URL: http://svn.apache.org/viewvc?rev=1357245&view=rev
Log:
just filter the form.html page (no needs to filetr css/js as well)

Modified:
    incubator/any23/trunk/service/pom.xml

Modified: incubator/any23/trunk/service/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/any23/trunk/service/pom.xml?rev=1357245&r1=1357244&r2=1357245&view=diff
==============================================================================
--- incubator/any23/trunk/service/pom.xml (original)
+++ incubator/any23/trunk/service/pom.xml Wed Jul  4 13:21:53 2012
@@ -90,6 +90,17 @@
               <directory>${basedir}/src/main/webapp/resources</directory>
               <targetPath>/resources</targetPath>
               <filtering>true</filtering>
+              <includes>
+                <include>form.html</include>
+              </includes>
+            </resource>
+            <resource>
+              <directory>${basedir}/src/main/webapp/resources</directory>
+              <targetPath>/resources</targetPath>
+              <filtering>false</filtering>
+              <excludes>
+                <exclude>form.html</exclude>
+              </excludes>
             </resource>
             <resource>
               <directory>${basedir}/../</directory>


Reply via email to