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 2010/01/13 21:56:34 UTC

svn commit: r898940 - in /incubator/shindig/trunk/features/src/main/javascript/features: opensocial-0.6/feature.xml opensocial-data/feature.xml

Author: lindner
Date: Wed Jan 13 20:56:34 2010
New Revision: 898940

URL: http://svn.apache.org/viewvc?rev=898940&view=rev
Log:
remove duplicate transitive dependencies

Modified:
    incubator/shindig/trunk/features/src/main/javascript/features/opensocial-0.6/feature.xml
    incubator/shindig/trunk/features/src/main/javascript/features/opensocial-data/feature.xml

Modified: incubator/shindig/trunk/features/src/main/javascript/features/opensocial-0.6/feature.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/features/src/main/javascript/features/opensocial-0.6/feature.xml?rev=898940&r1=898939&r2=898940&view=diff
==============================================================================
--- incubator/shindig/trunk/features/src/main/javascript/features/opensocial-0.6/feature.xml (original)
+++ incubator/shindig/trunk/features/src/main/javascript/features/opensocial-0.6/feature.xml Wed Jan 13 20:56:34 2010
@@ -19,11 +19,7 @@
 -->
 <feature>
   <name>opensocial-0.6</name>
-  <dependency>core.io</dependency>
-  <dependency>core.prefs</dependency>
-  <dependency>core.util</dependency>
   <dependency>opensocial-0.7</dependency>
-  <dependency>views</dependency>
   <gadget>
     <script src="opensocial6to7.js"></script>
   </gadget>

Modified: incubator/shindig/trunk/features/src/main/javascript/features/opensocial-data/feature.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/features/src/main/javascript/features/opensocial-data/feature.xml?rev=898940&r1=898939&r2=898940&view=diff
==============================================================================
--- incubator/shindig/trunk/features/src/main/javascript/features/opensocial-data/feature.xml (original)
+++ incubator/shindig/trunk/features/src/main/javascript/features/opensocial-data/feature.xml Wed Jan 13 20:56:34 2010
@@ -22,7 +22,7 @@
   <dependency>core.io</dependency>
   <dependency>core.util</dependency>
   <dependency>opensocial-data-context</dependency>
-  <dependency>opensocial-0.8</dependency>
+  <dependency>opensocial</dependency>
   <dependency>xmlutil</dependency>
   <gadget>    
     <script src="data.js"></script>