You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by mh...@apache.org on 2011/03/25 23:37:54 UTC

svn commit: r1085588 - in /shindig/trunk/features/src/main/javascript/features: core.json/feature.xml dynamic-height.util/feature.xml dynamic-height/feature.xml

Author: mhermanto
Date: Fri Mar 25 22:37:54 2011
New Revision: 1085588

URL: http://svn.apache.org/viewvc?rev=1085588&view=rev
Log:
Correct js exports tags.
http://codereview.appspot.com/4290066/

Modified:
    shindig/trunk/features/src/main/javascript/features/core.json/feature.xml
    shindig/trunk/features/src/main/javascript/features/dynamic-height.util/feature.xml
    shindig/trunk/features/src/main/javascript/features/dynamic-height/feature.xml

Modified: shindig/trunk/features/src/main/javascript/features/core.json/feature.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/features/src/main/javascript/features/core.json/feature.xml?rev=1085588&r1=1085587&r2=1085588&view=diff
==============================================================================
--- shindig/trunk/features/src/main/javascript/features/core.json/feature.xml (original)
+++ shindig/trunk/features/src/main/javascript/features/core.json/feature.xml Fri Mar 25 22:37:54 2011
@@ -25,20 +25,20 @@
     <script src="json-jsimpl.js"/>
     <script src="json-flatten.js"/>
     <script src="taming.js"/>
-    <apis>
+    <api>
       <exports type="js">gadgets.json.flatten</exports>
       <exports type="js">gadgets.json.parse</exports>
       <exports type="js">gadgets.json.stringify</exports>
-    </apis>
+    </api>
   </gadget>
   <container>
     <script src="json-native.js"/>
     <script src="json-jsimpl.js"/>
     <script src="json-flatten.js"/>
-    <apis>
+    <api>
       <exports type="js">gadgets.json.flatten</exports>
       <exports type="js">gadgets.json.parse</exports>
       <exports type="js">gadgets.json.stringify</exports>
-    </apis>
+    </api>
   </container>
 </feature>

Modified: shindig/trunk/features/src/main/javascript/features/dynamic-height.util/feature.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/features/src/main/javascript/features/dynamic-height.util/feature.xml?rev=1085588&r1=1085587&r2=1085588&view=diff
==============================================================================
--- shindig/trunk/features/src/main/javascript/features/dynamic-height.util/feature.xml (original)
+++ shindig/trunk/features/src/main/javascript/features/dynamic-height.util/feature.xml Fri Mar 25 22:37:54 2011
@@ -32,8 +32,8 @@ specific language governing permissions 
   <container>
     <script src="dynamic-height-util.js"/>
     <script src="taming.js"/>
-    <apis>
+    <api>
       <exports type="js">gadgets.window.getViewportDimensions</exports>
-    </apis>
+    </api>
   </container>
 </feature>

Modified: shindig/trunk/features/src/main/javascript/features/dynamic-height/feature.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/features/src/main/javascript/features/dynamic-height/feature.xml?rev=1085588&r1=1085587&r2=1085588&view=diff
==============================================================================
--- shindig/trunk/features/src/main/javascript/features/dynamic-height/feature.xml (original)
+++ shindig/trunk/features/src/main/javascript/features/dynamic-height/feature.xml Fri Mar 25 22:37:54 2011
@@ -26,8 +26,8 @@ specific language governing permissions 
   <gadget>
     <script src="dynamic-height.js"/>
     <script src="taming.js"/>
-    <apis>
+    <api>
       <exports type="js">gadgets.window.adjustHeight</exports>
-    </apis>
+    </api>
   </gadget>
 </feature>