You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by aw...@apache.org on 2009/07/07 19:55:21 UTC

svn commit: r791921 - /incubator/shindig/trunk/features/src/main/javascript/features/opensocial-templates/feature.xml

Author: awiner
Date: Tue Jul  7 17:55:21 2009
New Revision: 791921

URL: http://svn.apache.org/viewvc?rev=791921&view=rev
Log:
Fix dependencies of opensocial-templates:  it does require opensocial-data-context, it doesn't require opensocial-0.8

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

Modified: incubator/shindig/trunk/features/src/main/javascript/features/opensocial-templates/feature.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/features/src/main/javascript/features/opensocial-templates/feature.xml?rev=791921&r1=791920&r2=791921&view=diff
==============================================================================
--- incubator/shindig/trunk/features/src/main/javascript/features/opensocial-templates/feature.xml (original)
+++ incubator/shindig/trunk/features/src/main/javascript/features/opensocial-templates/feature.xml Tue Jul  7 17:55:21 2009
@@ -31,7 +31,7 @@
 -->
 <feature>
   <name>opensocial-templates</name>
-  <dependency>opensocial-0.8</dependency>
+  <dependency>opensocial-data-context</dependency>
   <dependency>xmlutil</dependency>
   <gadget>
     <script src="jsTemplate/util.js"></script>