You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by Gagandeep singh <ga...@gmail.com> on 2010/09/16 05:58:10 UTC

Issue 2220044: Adding cookiebaseduserprefstore.js to gadgets.jar as it is also getting used

Reviewers: dev <de...@shindig.apache.org>,

Description:

Adding back cookiebaseduserprefstore.js to gadgets.jar as it is also getting
used in gadgets server.
This is a temporary fix whereby we are just making sure that we retain all the
files that are currently getting used. A better long term fix would be to move
the files under container/ directory to features/ but that is not the scope of
this change.


Please review this at http://codereview.appspot.com/2220044/

Affected files:
 java/gadgets/pom.xml


Index: java/gadgets/pom.xml
============================== =====================================
--- java/gadgets/pom.xml        (revision 997572)
+++ java/gadgets/pom.xml        (working copy)
@@ -80,6 +80,7 @@
        <targetPath>files</targetPath>
        <includes>
          <include>container/rpc_relay.html</include>
+          <include>container/cookiebaseduserprefstore.js</include>
        </includes>
      </resource>
    </resources>


Thanks
Gagan