[Commits] r1182 - in apps/opengeo/geoexplorer/trunk: build src/script/app/GeoExplorer

commits at geoext.org commits at geoext.org
Wed Jul 1 01:55:09 CEST 2009


Author: tschaub
Date: 2009-07-01 01:55:09 +0200 (Wed, 01 Jul 2009)
New Revision: 1182

Modified:
   apps/opengeo/geoexplorer/trunk/build/geoexplorer-all.cfg
   apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer/Embed.js
   apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer/Full.js
   apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer/GroupContainer.js
Log:
The requires directive forces ordering, include does not.

Modified: apps/opengeo/geoexplorer/trunk/build/geoexplorer-all.cfg
===================================================================
--- apps/opengeo/geoexplorer/trunk/build/geoexplorer-all.cfg	2009-06-30 23:54:18 UTC (rev 1181)
+++ apps/opengeo/geoexplorer/trunk/build/geoexplorer-all.cfg	2009-06-30 23:55:09 UTC (rev 1182)
@@ -75,8 +75,9 @@
 
 first =
     GeoExplorer.js
-    GeoExplorer/Full.js
-    GeoExplorer/Embed.js
+    
+exclude =
+    loader.js
 
 [ux.js]
 root = ../src/script/ux

Modified: apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer/Embed.js
===================================================================
--- apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer/Embed.js	2009-06-30 23:54:18 UTC (rev 1181)
+++ apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer/Embed.js	2009-06-30 23:55:09 UTC (rev 1182)
@@ -1,5 +1,5 @@
 /*
- * @requires GeoExplorer/LayerMenuItem.js
+ * @include GeoExplorer/LayerMenuItem.js
  */
 
 /** api: (define)

Modified: apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer/Full.js
===================================================================
--- apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer/Full.js	2009-06-30 23:54:18 UTC (rev 1181)
+++ apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer/Full.js	2009-06-30 23:55:09 UTC (rev 1182)
@@ -3,7 +3,7 @@
  */
 
 /*
- * @requires GeoExplorer/Wizard.js
+ * @include GeoExplorer/Wizard.js
  */ 
 
 /**

Modified: apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer/GroupContainer.js
===================================================================
--- apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer/GroupContainer.js	2009-06-30 23:54:18 UTC (rev 1181)
+++ apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer/GroupContainer.js	2009-06-30 23:55:09 UTC (rev 1182)
@@ -1,6 +1,3 @@
-/**
- * @ requires GeoExt/widgets/tree/LayerContainer.js
- */
 Ext.namespace("GeoExplorer");
 
 GeoExplorer.GroupContainer = Ext.extend(GeoExt.tree.LayerContainer, {



More information about the Commits mailing list