Author: johnh
Date: Wed Feb 2 00:51:02 2011
New Revision: 1066287
URL: http://svn.apache.org/viewvc?rev=1066287&view=rev
Log:
Cleanup of globals/feature.xml
Modified:
shindig/trunk/features/src/main/javascript/features/globals/feature.xml
Modified:
shindig/trunk/features/src/main/javascript/features/globals/feature.xml
URL:
http://svn.apache.org/viewvc/shindig/trunk/features/src/main/javascript/features/globals/feature.xml?rev=1066287&r1=1066286&r2=1066287&view=diff
==============================================================================
--- shindig/trunk/features/src/main/javascript/features/globals/feature.xml
(original)
+++ shindig/trunk/features/src/main/javascript/features/globals/feature.xml Wed
Feb 2 00:51:02 2011
@@ -19,19 +19,19 @@
<feature>
<name>globals</name>
<gadget>
- <script src="globals.js"/>
<api>
<exports type="js">gadgets</exports>
- <exports type="js">osapi</exports>
<exports type="js">shindig</exports>
+ <exports type="js">osapi</exports>
</api>
+ <script src="globals.js"/>
</gadget>
<container>
- <script src="globals.js"/>
<api>
<exports type="js">gadgets</exports>
<exports type="js">osapi</exports>
<exports type="js">shindig</exports>
</api>
+ <script src="globals.js"/>
</container>
</feature>