You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by rb...@apache.org on 2011/11/05 22:56:33 UTC

svn commit: r1198095 - /shindig/trunk/features/src/main/javascript/features/actions/feature.xml

Author: rbaxter85
Date: Sat Nov  5 21:56:32 2011
New Revision: 1198095

URL: http://svn.apache.org/viewvc?rev=1198095&view=rev
Log:
SHINDIG-1656
Actions feature does not declare it uses the actions rpc service id in its feature xml.

Modified:
    shindig/trunk/features/src/main/javascript/features/actions/feature.xml

Modified: shindig/trunk/features/src/main/javascript/features/actions/feature.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/features/src/main/javascript/features/actions/feature.xml?rev=1198095&r1=1198094&r2=1198095&view=diff
==============================================================================
--- shindig/trunk/features/src/main/javascript/features/actions/feature.xml (original)
+++ shindig/trunk/features/src/main/javascript/features/actions/feature.xml Sat Nov  5 21:56:32 2011
@@ -37,6 +37,7 @@
       <exports type="js">osapi.container.actions.OptParam.VIEW</exports>
       <exports type="js">osapi.container.actions.OptParam.VIEW_TARGET</exports>
       <exports type="rpc">actions</exports>
+      <uses type="rpc">actions</uses>
       <uses type="rpc">bindAction</uses>
       <uses type="rpc">runAction</uses>
       <uses type="rpc">removeAction</uses>