Reviewers: dev <[email protected]>, 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
