Changeset 1110
- Timestamp:
- 06/18/09 19:42:11 (4 years ago)
- Files:
-
- apps/opengeo/geoexplorer/branches/0.1.x/build/index.html (modified) (1 diff)
- apps/opengeo/geoexplorer/branches/0.1.x/build/readme.txt (modified) (1 diff)
- apps/opengeo/geoexplorer/branches/0.1.x/debug.html (modified) (1 diff)
- apps/opengeo/geoexplorer/branches/0.1.x/externals (modified) (1 prop)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
apps/opengeo/geoexplorer/branches/0.1.x/build/index.html
r1023 r1110 8 8 <link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-2.2.1/resources/css/ext-all.css" /> 9 9 <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> 12 12 <script src="script/ExtUx.js"></script> 13 13 apps/opengeo/geoexplorer/branches/0.1.x/build/readme.txt
r1103 r1110 71 71 }); 72 72 73 74 Getting the source 75 ------------------ 76 77 This application runs on Ext, OpenLayers, GeoExt, and custom application code. 78 79 Getting ExtJS 80 ~~~~~~~~~~~~~ 81 82 GeoExplorer requires Ext 2.2.1. At the time of this writing, Ext 2.2.1 is 83 available from http://extjs.com/products/extjs/download.php?dl=extjs221. For 84 more information on licensing and using ExtJS, see http://extjs.com. 85 86 Getting OpenLayers, GeoExt, and GeoExplorer 87 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 88 89 You can get the sources for OpenLayers, GeoExt, and the application directly 90 from the GeoExt subversion repository. This requires that you have subversion 91 installed:: 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 7 7 <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> 8 8 9 <link rel="shortcut icon" href="theme/ img/favicon.ico"/>9 <link rel="shortcut icon" href="theme/app/img/favicon.ico"/> 10 10 11 11 <!-- 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> 16 16 17 17 <!-- 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
- Property svn:externals changed from