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

commits at geoext.org commits at geoext.org
Mon Jun 8 18:40:06 CEST 2009


Author: tschaub
Date: 2009-06-08 18:40:06 +0200 (Mon, 08 Jun 2009)
New Revision: 1017

Added:
   apps/opengeo/geoexplorer/branches/0.1.x/build/index.html
Removed:
   apps/opengeo/geoexplorer/branches/0.1.x/index.html
Modified:
   apps/opengeo/geoexplorer/branches/0.1.x/build/Makefile
Log:
Index no longer works without building first.

Modified: apps/opengeo/geoexplorer/branches/0.1.x/build/Makefile
===================================================================
--- apps/opengeo/geoexplorer/branches/0.1.x/build/Makefile	2009-06-08 16:33:45 UTC (rev 1016)
+++ apps/opengeo/geoexplorer/branches/0.1.x/build/Makefile	2009-06-08 16:40:06 UTC (rev 1017)
@@ -30,7 +30,7 @@
 	svn export --force ../externals/openlayers/theme/default/ $(APP_NAME)/theme/ol
 	svn export --force ../externals/geoext/resources $(APP_NAME)/theme/gx
 	
-	cp ../index.html $(APP_NAME)
+	cp index.html $(APP_NAME)
 	cp ../about.html $(APP_NAME)
 	cp ../license.txt $(APP_NAME)
 	

Copied: apps/opengeo/geoexplorer/branches/0.1.x/build/index.html (from rev 1016, apps/opengeo/geoexplorer/branches/0.1.x/index.html)
===================================================================
--- apps/opengeo/geoexplorer/branches/0.1.x/build/index.html	                        (rev 0)
+++ apps/opengeo/geoexplorer/branches/0.1.x/build/index.html	2009-06-08 16:40:06 UTC (rev 1017)
@@ -0,0 +1,45 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+    <head>
+        <title>GeoExplorer</title>
+        
+        <!-- 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 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.js"></script>
+        <script type="text/javascript" src="script/ExtUx.js"></script> 
+
+        <!-- OpenLayers resources -->
+        <link rel="stylesheet" type="text/css" href="theme/ol/style.css" />
+        <script type="text/javascript" src="script/OpenLayers.js"></script>
+
+        <!-- GeoExt resources -->
+        <script type="text/javascript" src="script/GeoExt.js"></script> 
+        <link rel="stylesheet" type="text/css" href="theme/gx/css/geoext-all-debug.css" />
+        <link rel="stylesheet" type="text/css" href="theme/gx/css/gxtheme-gray.css" />
+
+        <!-- GeoExplorer resources -->
+        <link rel="stylesheet" type="text/css" href="theme/app/geoexplorer.css" />
+        <!--[if IE]><link rel="stylesheet" type="text/css" href="theme/app/ie.css"/><![endif]-->
+        <script type="text/javascript" src="script/GeoExplorer.js"></script> 
+
+        <script>
+            Ext.BLANK_IMAGE_URL = "theme/app/img/blank.gif";
+            var app = new GeoExplorer({
+                proxy: "/proxy/?url=",
+                ows: "http://publicus.opengeo.org/geoserver/wms",
+                map: {
+                    layers: [{
+                        name: "topp:states"
+                    }],
+                    center: [-96.7, 37.6],
+                    zoom: 4
+                }
+            });
+        </script>
+
+    </head>
+    <body>
+    </body>
+</html>


Property changes on: apps/opengeo/geoexplorer/branches/0.1.x/build/index.html
___________________________________________________________________
Name: svn:keywords
   + Id Author Date Revision
Name: svn:mergeinfo
   + 
Name: svn:eol-style
   + native

Deleted: apps/opengeo/geoexplorer/branches/0.1.x/index.html
===================================================================
--- apps/opengeo/geoexplorer/branches/0.1.x/index.html	2009-06-08 16:33:45 UTC (rev 1016)
+++ apps/opengeo/geoexplorer/branches/0.1.x/index.html	2009-06-08 16:40:06 UTC (rev 1017)
@@ -1,45 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
-    <head>
-        <title>GeoExplorer</title>
-        
-        <!-- 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 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.js"></script>
-        <script type="text/javascript" src="script/ExtUx.js"></script> 
-
-        <!-- OpenLayers resources -->
-        <link rel="stylesheet" type="text/css" href="theme/ol/style.css" />
-        <script type="text/javascript" src="script/OpenLayers.js"></script>
-
-        <!-- GeoExt resources -->
-        <script type="text/javascript" src="script/GeoExt.js"></script> 
-        <link rel="stylesheet" type="text/css" href="theme/gx/css/geoext-all-debug.css" />
-        <link rel="stylesheet" type="text/css" href="theme/gx/css/gxtheme-gray.css" />
-
-        <!-- GeoExplorer resources -->
-        <link rel="stylesheet" type="text/css" href="theme/app/geoexplorer.css" />
-        <!--[if IE]><link rel="stylesheet" type="text/css" href="theme/app/ie.css"/><![endif]-->
-        <script type="text/javascript" src="script/GeoExplorer.js"></script> 
-
-        <script>
-            Ext.BLANK_IMAGE_URL = "theme/app/img/blank.gif";
-            var app = new GeoExplorer({
-                proxy: "/proxy/?url=",
-                ows: "http://publicus.opengeo.org/geoserver/wms",
-                map: {
-                    layers: [{
-                        name: "topp:states"
-                    }],
-                    center: [-96.7, 37.6],
-                    zoom: 4
-                }
-            });
-        </script>
-
-    </head>
-    <body>
-    </body>
-</html>



More information about the Commits mailing list