[Commits] r1110 - in apps/opengeo/geoexplorer/branches/0.1.x: . build externals

commits at geoext.org commits at geoext.org
Thu Jun 18 19:42:12 CEST 2009


Author: tschaub
Date: 2009-06-18 19:42:11 +0200 (Thu, 18 Jun 2009)
New Revision: 1110

Modified:
   apps/opengeo/geoexplorer/branches/0.1.x/build/index.html
   apps/opengeo/geoexplorer/branches/0.1.x/build/readme.txt
   apps/opengeo/geoexplorer/branches/0.1.x/debug.html
   apps/opengeo/geoexplorer/branches/0.1.x/externals/
Log:
Updating app loaders to use Ext 2.2.1.  Adding a section to the readme on getting the source.

Modified: apps/opengeo/geoexplorer/branches/0.1.x/build/index.html
===================================================================
--- apps/opengeo/geoexplorer/branches/0.1.x/build/index.html	2009-06-18 16:21:52 UTC (rev 1109)
+++ apps/opengeo/geoexplorer/branches/0.1.x/build/index.html	2009-06-18 17:42:11 UTC (rev 1110)
@@ -7,8 +7,8 @@
         <!-- Ext resources -->
         <link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-2.2.1/resources/css/ext-all.css" />
         <link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-2.2.1/resources/css/xtheme-gray.css" />
-        <script src="http://extjs.cachefly.net/ext-2.2/adapter/ext/ext-base.js"></script>
-        <script src="http://extjs.cachefly.net/ext-2.2/ext-all.js"></script>
+        <script src="http://extjs.cachefly.net/ext-2.2.1/adapter/ext/ext-base.js"></script>
+        <script src="http://extjs.cachefly.net/ext-2.2.1/ext-all.js"></script>
         <script src="script/ExtUx.js"></script> 
 
         <!-- OpenLayers resources -->

Modified: apps/opengeo/geoexplorer/branches/0.1.x/build/readme.txt
===================================================================
--- apps/opengeo/geoexplorer/branches/0.1.x/build/readme.txt	2009-06-18 16:21:52 UTC (rev 1109)
+++ apps/opengeo/geoexplorer/branches/0.1.x/build/readme.txt	2009-06-18 17:42:11 UTC (rev 1110)
@@ -70,3 +70,25 @@
         }
     });
 
+
+Getting the source
+------------------
+
+This application runs on Ext, OpenLayers, GeoExt, and custom application code.
+
+Getting ExtJS
+~~~~~~~~~~~~~
+
+GeoExplorer requires Ext 2.2.1. At the time of this writing, Ext 2.2.1 is
+available from http://extjs.com/products/extjs/download.php?dl=extjs221. For
+more information on licensing and using ExtJS, see http://extjs.com.
+
+Getting OpenLayers, GeoExt, and GeoExplorer
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+You can get the sources for OpenLayers, GeoExt, and the application directly
+from the GeoExt subversion repository. This requires that you have subversion
+installed::
+
+    $ svn co http://svn.geoext.org/apps/opengeo/geoexplorer/branches/0.1.x geoexplorer
+ 

Modified: apps/opengeo/geoexplorer/branches/0.1.x/debug.html
===================================================================
--- apps/opengeo/geoexplorer/branches/0.1.x/debug.html	2009-06-18 16:21:52 UTC (rev 1109)
+++ apps/opengeo/geoexplorer/branches/0.1.x/debug.html	2009-06-18 17:42:11 UTC (rev 1110)
@@ -6,13 +6,13 @@
         <!-- IE 8 Compatibility -->
         <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
         
-        <link rel="shortcut icon" href="theme/img/favicon.ico"/>
+        <link rel="shortcut icon" href="theme/app/img/favicon.ico"/>
 
         <!-- Ext resources -->
-        <link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-2.2/resources/css/ext-all.css" />
-        <link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-2.2/resources/css/xtheme-gray.css" />
-        <script type="text/javascript" src="http://extjs.cachefly.net/ext-2.2/adapter/ext/ext-base.js"></script>
-        <script type="text/javascript" src="http://extjs.cachefly.net/ext-2.2/ext-all-debug.js"></script>
+        <link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-2.2.1/resources/css/ext-all.css" />
+        <link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-2.2.1/resources/css/xtheme-gray.css" />
+        <script type="text/javascript" src="http://extjs.cachefly.net/ext-2.2.1/adapter/ext/ext-base.js"></script>
+        <script type="text/javascript" src="http://extjs.cachefly.net/ext-2.2.1/ext-all-debug.js"></script>
 
         <!-- OpenLayers resources -->
         <link rel="stylesheet" type="text/css" href="externals/openlayers/theme/default/style.css" />


Property changes on: apps/opengeo/geoexplorer/branches/0.1.x/externals
___________________________________________________________________
Name: svn:externals
   - openlayers http://svn.openlayers.org/branches/openlayers/2.8/
geoext http://www.geoext.org/svn/geoext/core/trunk/geoext
ext http://www.geoext.org/svn/geoext/ext/2.2.1/

   + openlayers http://svn.openlayers.org/branches/openlayers/2.8/
geoext http://www.geoext.org/svn/geoext/core/trunk/geoext




More information about the Commits mailing list