You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by ga...@apache.org on 2010/09/16 18:23:09 UTC

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

Author: gagan
Date: Thu Sep 16 16:23:09 2010
New Revision: 997823

URL: http://svn.apache.org/viewvc?rev=997823&view=rev
Log:
Patch by gagan.goku: http://codereview.appspot.com/2220044/: Adding cookiebaseduserprefstore.js to gadgets.jar as it is also getting used

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=997823&r1=997822&r2=997823&view=diff
==============================================================================
--- shindig/trunk/java/gadgets/pom.xml (original)
+++ shindig/trunk/java/gadgets/pom.xml Thu Sep 16 16:23:09 2010
@@ -80,6 +80,7 @@
         <targetPath>files</targetPath>
         <includes>
           <include>container/rpc_relay.html</include>
+          <include>container/cookiebaseduserprefstore.js</include>
         </includes>
       </resource>
     </resources>