Changeset 1110

Show
Ignore:
Timestamp:
06/18/09 19:42:11 (4 years ago)
Author:
tschaub
Message:

Updating app loaders to use Ext 2.2.1. Adding a section to the readme on getting the source.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • apps/opengeo/geoexplorer/branches/0.1.x/build/index.html

    r1023 r1110  
    88        <link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-2.2.1/resources/css/ext-all.css" /> 
    99        <link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-2.2.1/resources/css/xtheme-gray.css" /> 
    10         <script src="http://extjs.cachefly.net/ext-2.2/adapter/ext/ext-base.js"></script> 
    11         <script src="http://extjs.cachefly.net/ext-2.2/ext-all.js"></script> 
     10        <script src="http://extjs.cachefly.net/ext-2.2.1/adapter/ext/ext-base.js"></script> 
     11        <script src="http://extjs.cachefly.net/ext-2.2.1/ext-all.js"></script> 
    1212        <script src="script/ExtUx.js"></script>  
    1313 
  • apps/opengeo/geoexplorer/branches/0.1.x/build/readme.txt

    r1103 r1110  
    7171    }); 
    7272 
     73 
     74Getting the source 
     75------------------ 
     76 
     77This application runs on Ext, OpenLayers, GeoExt, and custom application code. 
     78 
     79Getting ExtJS 
     80~~~~~~~~~~~~~ 
     81 
     82GeoExplorer requires Ext 2.2.1. At the time of this writing, Ext 2.2.1 is 
     83available from http://extjs.com/products/extjs/download.php?dl=extjs221. For 
     84more information on licensing and using ExtJS, see http://extjs.com. 
     85 
     86Getting OpenLayers, GeoExt, and GeoExplorer 
     87~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     88 
     89You can get the sources for OpenLayers, GeoExt, and the application directly 
     90from the GeoExt subversion repository. This requires that you have subversion 
     91installed:: 
     92 
     93    $ svn co http://svn.geoext.org/apps/opengeo/geoexplorer/branches/0.1.x geoexplorer 
     94  
  • apps/opengeo/geoexplorer/branches/0.1.x/debug.html

    r1070 r1110  
    77        <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> 
    88         
    9         <link rel="shortcut icon" href="theme/img/favicon.ico"/> 
     9        <link rel="shortcut icon" href="theme/app/img/favicon.ico"/> 
    1010 
    1111        <!-- Ext resources --> 
    12         <link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-2.2/resources/css/ext-all.css" /> 
    13         <link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-2.2/resources/css/xtheme-gray.css" /> 
    14         <script type="text/javascript" src="http://extjs.cachefly.net/ext-2.2/adapter/ext/ext-base.js"></script> 
    15         <script type="text/javascript" src="http://extjs.cachefly.net/ext-2.2/ext-all-debug.js"></script> 
     12        <link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-2.2.1/resources/css/ext-all.css" /> 
     13        <link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-2.2.1/resources/css/xtheme-gray.css" /> 
     14        <script type="text/javascript" src="http://extjs.cachefly.net/ext-2.2.1/adapter/ext/ext-base.js"></script> 
     15        <script type="text/javascript" src="http://extjs.cachefly.net/ext-2.2.1/ext-all-debug.js"></script> 
    1616 
    1717        <!-- OpenLayers resources --> 
  • apps/opengeo/geoexplorer/branches/0.1.x/externals

    • Property svn:externals changed from
      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/
      to
      openlayers http://svn.openlayers.org/branches/openlayers/2.8/
      geoext http://www.geoext.org/svn/geoext/core/trunk/geoext