Author: lindner
Date: Wed Feb 20 14:12:44 2008
New Revision: 629634
URL: http://svn.apache.org/viewvc?rev=629634&view=rev
Log:
Should fix SHINDIG-43, at least it seems to do the right thing for me..
Modified:
incubator/shindig/trunk/features/analytics/feature.xml
incubator/shindig/trunk/features/caja/feature.xml
incubator/shindig/trunk/features/flash/feature.xml
incubator/shindig/trunk/features/ifpc/feature.xml
incubator/shindig/trunk/features/minimessage/feature.xml
incubator/shindig/trunk/features/opensocial-reference/feature.xml
incubator/shindig/trunk/features/rpc/feature.xml
incubator/shindig/trunk/features/skins/feature.xml
incubator/shindig/trunk/features/tabs/feature.xml
Modified: incubator/shindig/trunk/features/analytics/feature.xml
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/features/analytics/feature.xml?rev=629634&r1=629633&r2=629634&view=diff
==============================================================================
--- incubator/shindig/trunk/features/analytics/feature.xml (original)
+++ incubator/shindig/trunk/features/analytics/feature.xml Wed Feb 20 14:12:44
2008
@@ -18,6 +18,7 @@
-->
<feature>
<name>analytics</name>
+ <dependency>core</dependency>
<gadget>
<script src="http://www.google.com/ig/lib/liburchin.js"/>
<script src="http://www.google.com/ig/lib/libanalytics.js"/>
Modified: incubator/shindig/trunk/features/caja/feature.xml
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/features/caja/feature.xml?rev=629634&r1=629633&r2=629634&view=diff
==============================================================================
--- incubator/shindig/trunk/features/caja/feature.xml (original)
+++ incubator/shindig/trunk/features/caja/feature.xml Wed Feb 20 14:12:44 2008
@@ -21,6 +21,7 @@
-->
<feature>
<name>caja</name>
+ <dependency>core</dependency>
<gadget>
<script src="caja.js"></script>
<script src="html-sanitizer.js"></script>
Modified: incubator/shindig/trunk/features/flash/feature.xml
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/features/flash/feature.xml?rev=629634&r1=629633&r2=629634&view=diff
==============================================================================
--- incubator/shindig/trunk/features/flash/feature.xml (original)
+++ incubator/shindig/trunk/features/flash/feature.xml Wed Feb 20 14:12:44 2008
@@ -18,6 +18,7 @@
-->
<feature>
<name>flash</name>
+ <dependency>core</dependency>
<gadget>
<script src="flash.js"/>
</gadget>
Modified: incubator/shindig/trunk/features/ifpc/feature.xml
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/features/ifpc/feature.xml?rev=629634&r1=629633&r2=629634&view=diff
==============================================================================
--- incubator/shindig/trunk/features/ifpc/feature.xml (original)
+++ incubator/shindig/trunk/features/ifpc/feature.xml Wed Feb 20 14:12:44 2008
@@ -18,6 +18,7 @@
-->
<feature>
<name>ifpc</name>
+ <dependency>core</dependency>
<gadget>
<script src="ifpc.js"/>
</gadget>
Modified: incubator/shindig/trunk/features/minimessage/feature.xml
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/features/minimessage/feature.xml?rev=629634&r1=629633&r2=629634&view=diff
==============================================================================
--- incubator/shindig/trunk/features/minimessage/feature.xml (original)
+++ incubator/shindig/trunk/features/minimessage/feature.xml Wed Feb 20
14:12:44 2008
@@ -18,6 +18,7 @@
-->
<feature>
<name>minimessage</name>
+ <dependency>core</dependency>
<gadget>
<script src="minimessage.js"/>
</gadget>
Modified: incubator/shindig/trunk/features/opensocial-reference/feature.xml
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/features/opensocial-reference/feature.xml?rev=629634&r1=629633&r2=629634&view=diff
==============================================================================
--- incubator/shindig/trunk/features/opensocial-reference/feature.xml (original)
+++ incubator/shindig/trunk/features/opensocial-reference/feature.xml Wed Feb
20 14:12:44 2008
@@ -20,7 +20,7 @@
<feature>
<name>opensocial-reference</name>
<!-- all known opensocial implementations assume that ifpc is present.
-->
- <dependency>ifpc</dependency>
+ <dependency>rpc</dependency>
<gadget>
<script src="opensocial.js"/>
<script src="activity.js"/>
Modified: incubator/shindig/trunk/features/rpc/feature.xml
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/features/rpc/feature.xml?rev=629634&r1=629633&r2=629634&view=diff
==============================================================================
--- incubator/shindig/trunk/features/rpc/feature.xml (original)
+++ incubator/shindig/trunk/features/rpc/feature.xml Wed Feb 20 14:12:44 2008
@@ -28,6 +28,7 @@
(if true, all calls to rpc.call will use the same wire format as ifpc).
-->
<name>rpc</name>
+ <dependency>core</dependency>
<gadget>
<script src="rpc.js"/>
</gadget>
Modified: incubator/shindig/trunk/features/skins/feature.xml
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/features/skins/feature.xml?rev=629634&r1=629633&r2=629634&view=diff
==============================================================================
--- incubator/shindig/trunk/features/skins/feature.xml (original)
+++ incubator/shindig/trunk/features/skins/feature.xml Wed Feb 20 14:12:44 2008
@@ -18,6 +18,7 @@
-->
<feature>
<name>skins</name>
+ <dependency>core</dependency>
<gadget>
<script src="skins.js"/>
</gadget>
Modified: incubator/shindig/trunk/features/tabs/feature.xml
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/features/tabs/feature.xml?rev=629634&r1=629633&r2=629634&view=diff
==============================================================================
--- incubator/shindig/trunk/features/tabs/feature.xml (original)
+++ incubator/shindig/trunk/features/tabs/feature.xml Wed Feb 20 14:12:44 2008
@@ -18,6 +18,7 @@
-->
<feature>
<name>tabs</name>
+ <dependency>core</dependency>
<gadget>
<script src="tabs.js"/>
</gadget>