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 2009/11/14 01:21:32 UTC

svn commit: r836079 - /incubator/shindig/trunk/features/src/main/javascript/features/core.auth/feature.xml

Author: johnh
Date: Sat Nov 14 00:21:31 2009
New Revision: 836079

URL: http://svn.apache.org/viewvc?rev=836079&view=rev
Log:
Output core.auth in container mode.

Thanks to Michael Hermanto for the patch.

This closes SHINDIG-1226.


Modified:
    incubator/shindig/trunk/features/src/main/javascript/features/core.auth/feature.xml

Modified: incubator/shindig/trunk/features/src/main/javascript/features/core.auth/feature.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/features/src/main/javascript/features/core.auth/feature.xml?rev=836079&r1=836078&r2=836079&view=diff
==============================================================================
--- incubator/shindig/trunk/features/src/main/javascript/features/core.auth/feature.xml (original)
+++ incubator/shindig/trunk/features/src/main/javascript/features/core.auth/feature.xml Sat Nov 14 00:21:31 2009
@@ -24,4 +24,8 @@
     <script src="auth.js"/>
     <script src="auth-init.js"/>
   </gadget>
+  <container>
+    <script src="auth.js"/>
+    <script src="auth-init.js"/>
+  </container>
 </feature>