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>


Reply via email to