You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by jo...@apache.org on 2011/03/03 21:37:51 UTC

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

Author: johnh
Date: Thu Mar  3 20:37:50 2011
New Revision: 1076787

URL: http://svn.apache.org/viewvc?rev=1076787&view=rev
Log:
Include xpc.swf in gadgets JAR.


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

Modified: shindig/trunk/java/gadgets/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/java/gadgets/pom.xml?rev=1076787&r1=1076786&r2=1076787&view=diff
==============================================================================
--- shindig/trunk/java/gadgets/pom.xml (original)
+++ shindig/trunk/java/gadgets/pom.xml Thu Mar  3 20:37:50 2011
@@ -66,6 +66,7 @@
         <directory>${basedir}/../../content/</directory>
         <targetPath>files</targetPath>
         <includes>
+          <include>xpc.swf</include>
           <include>container/rpc_relay.html</include>
           <include>container/cookiebaseduserprefstore.js</include>
         </includes>