You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2011/11/10 15:32:16 UTC

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

Author: lixu
Date: Thu Nov 10 14:32:16 2011
New Revision: 1200348

URL: http://svn.apache.org/viewvc?rev=1200348&view=rev
Log:
move oauth2.json to shindig-gadget during build process.
https://reviews.apache.org/r/2793/

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=1200348&r1=1200347&r2=1200348&view=diff
==============================================================================
--- shindig/trunk/java/gadgets/pom.xml (original)
+++ shindig/trunk/java/gadgets/pom.xml Thu Nov 10 14:32:16 2011
@@ -52,6 +52,7 @@
         <directory>${basedir}/../../config</directory>
         <includes>
           <include>oauth.json</include>
+          <include>oauth2.json</include>
           <include>OSML_library.xml</include>
           <include>gadget-admin.json</include>
         </includes>