Author: etnu
Date: Thu Jan 31 17:36:09 2008
New Revision: 617322

URL: http://svn.apache.org/viewvc?rev=617322&view=rev
Log:
Added container support for ifpc & json so that they can be used by the sample 
container. (/gadgets/js/ifpc.js?c=1)


Modified:
    incubator/shindig/trunk/features/core/feature.xml
    incubator/shindig/trunk/features/ifpc/feature.xml

Modified: incubator/shindig/trunk/features/core/feature.xml
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/features/core/feature.xml?rev=617322&r1=617321&r2=617322&view=diff
==============================================================================
--- incubator/shindig/trunk/features/core/feature.xml (original)
+++ incubator/shindig/trunk/features/core/feature.xml Thu Jan 31 17:36:09 2008
@@ -32,4 +32,7 @@
     ]]></script>
     <script src="legacy.js"/>
   </gadget>
+  <container>
+    <script src="json.js"/>
+  </container>
 </feature>

Modified: incubator/shindig/trunk/features/ifpc/feature.xml
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/features/ifpc/feature.xml?rev=617322&r1=617321&r2=617322&view=diff
==============================================================================
--- incubator/shindig/trunk/features/ifpc/feature.xml (original)
+++ incubator/shindig/trunk/features/ifpc/feature.xml Thu Jan 31 17:36:09 2008
@@ -21,4 +21,7 @@
   <gadget>
     <script src="ifpc.js"/>
   </gadget>
+  <container>
+    <script src="ifpc.js"/>
+  </container>
 </feature>


Reply via email to