You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by et...@apache.org on 2008/01/16 08:34:11 UTC

svn commit: r612376 - /incubator/shindig/trunk/java/gadgets/pom.xml

Author: etnu
Date: Tue Jan 15 23:34:03 2008
New Revision: 612376

URL: http://svn.apache.org/viewvc?rev=612376&view=rev
Log:
Simplified pom.xml to use wild card dependency inclusion for static files.

Modified:
    incubator/shindig/trunk/java/gadgets/pom.xml

Modified: incubator/shindig/trunk/java/gadgets/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/java/gadgets/pom.xml?rev=612376&r1=612375&r2=612376&view=diff
==============================================================================
--- incubator/shindig/trunk/java/gadgets/pom.xml (original)
+++ incubator/shindig/trunk/java/gadgets/pom.xml Tue Jan 15 23:34:03 2008
@@ -29,14 +29,7 @@
               <!-- this is relative to the pom.xml directory -->
               <directory>../../javascript/</directory>
               <includes>
-                <include>**/*.js</include>
-                <include>**/*.html</include>
-                <include>**/*.css</include>
-                <include>**/*.dtd</include>
-                <include>**/*.xml</include>
-                <include>**/*.gif</include>
-                <include>**/*.png</include>
-                <include>**/*.jpg</include>
+                <include>**/*.*</include>
               </includes>
             </resource>
           </webResources>