You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by jo...@apache.org on 2011/03/01 03:07:43 UTC

svn commit: r1075616 - /shindig/trunk/features/src/main/javascript/features/flash/feature.xml

Author: johnh
Date: Tue Mar  1 02:07:42 2011
New Revision: 1075616

URL: http://svn.apache.org/viewvc?rev=1075616&view=rev
Log:
Expose flash feature in container mode as well as gadget.


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

Modified: shindig/trunk/features/src/main/javascript/features/flash/feature.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/features/src/main/javascript/features/flash/feature.xml?rev=1075616&r1=1075615&r2=1075616&view=diff
==============================================================================
--- shindig/trunk/features/src/main/javascript/features/flash/feature.xml (original)
+++ shindig/trunk/features/src/main/javascript/features/flash/feature.xml Tue Mar  1 02:07:42 2011
@@ -25,4 +25,8 @@ specific language governing permissions 
     <script src="flash.js"/>
     <script src="taming.js"/>
   </gadget>
+  <container>
+    <script src="flash.js"/>
+    <script src="taming.js"/>
+  </container>
 </feature>