You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by do...@apache.org on 2008/07/08 02:44:54 UTC

svn commit: r674687 - /incubator/shindig/trunk/features/opensocial-0.6/feature.xml

Author: doll
Date: Mon Jul  7 17:44:54 2008
New Revision: 674687

URL: http://svn.apache.org/viewvc?rev=674687&view=rev
Log:
SHINDIG-414
Added missing views dependency to opensocial-0.6


Modified:
    incubator/shindig/trunk/features/opensocial-0.6/feature.xml

Modified: incubator/shindig/trunk/features/opensocial-0.6/feature.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/features/opensocial-0.6/feature.xml?rev=674687&r1=674686&r2=674687&view=diff
==============================================================================
--- incubator/shindig/trunk/features/opensocial-0.6/feature.xml (original)
+++ incubator/shindig/trunk/features/opensocial-0.6/feature.xml Mon Jul  7 17:44:54 2008
@@ -20,6 +20,7 @@
 <feature>
   <name>opensocial-0.6</name>
   <dependency>opensocial-0.7</dependency>
+  <dependency>views</dependency>
   <gadget>
     <script src="opensocial6to7.js"></script>
   </gadget>