Author: etnu
Date: Tue Jan 15 12:14:37 2008
New Revision: 612199
URL: http://svn.apache.org/viewvc?rev=612199&view=rev
Log:
Committed patch from https://issues.apache.org/jira/browse/SHINDIG-16 to
address xml inclusion in the static files list.
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=612199&r1=612198&r2=612199&view=diff
==============================================================================
--- incubator/shindig/trunk/java/gadgets/pom.xml (original)
+++ incubator/shindig/trunk/java/gadgets/pom.xml Tue Jan 15 12:14:37 2008
@@ -32,6 +32,8 @@
<include>**/*.js</include>
<include>**/*.html</include>
<include>**/*.css</include>
+ <include>**/*.dtd</include>
+ <include>**/*.xml</include>
</includes>
</resource>
</webResources>