[Commits] r1179 - in apps/opengeo/geoexplorer/trunk: build src/html

commits at geoext.org commits at geoext.org
Wed Jul 1 00:41:40 CEST 2009


Author: tschaub
Date: 2009-07-01 00:41:40 +0200 (Wed, 01 Jul 2009)
New Revision: 1179

Modified:
   apps/opengeo/geoexplorer/trunk/build/build.xml
   apps/opengeo/geoexplorer/trunk/src/html/embed.html
   apps/opengeo/geoexplorer/trunk/src/html/index.html
Log:
Correcting paths to blank.gif.

Modified: apps/opengeo/geoexplorer/trunk/build/build.xml
===================================================================
--- apps/opengeo/geoexplorer/trunk/build/build.xml	2009-06-30 21:52:04 UTC (rev 1178)
+++ apps/opengeo/geoexplorer/trunk/build/build.xml	2009-06-30 22:41:40 UTC (rev 1179)
@@ -34,6 +34,7 @@
             <filter token="about.css" value="../../src/theme/app/about.css"/>
             <filter token="GeoExplorer.js" value="../../src/script/app/loader.js"/>
             <filter token="ux.js" value="../../src/script/ux/RowExpander.js"/>
+            <filter token="blank.gif" value="../../src/theme/app/img/blank.gif"/>
         </filterset>
 
         <copy file="${src}/html/index.html" todir="${build}">
@@ -96,6 +97,7 @@
             <filter token="about.css" value="theme/app/about.css"/>
             <filter token="GeoExplorer.js" value="script/GeoExplorer.js"/>
             <filter token="ux.js" value="script/ux.js"/>
+            <filter token="blank.gif" value="theme/app/img/blank.gif"/>
         </filterset>
 
         <copy file="${src}/html/index.html" todir="${build}">

Modified: apps/opengeo/geoexplorer/trunk/src/html/embed.html
===================================================================
--- apps/opengeo/geoexplorer/trunk/src/html/embed.html	2009-06-30 21:52:04 UTC (rev 1178)
+++ apps/opengeo/geoexplorer/trunk/src/html/embed.html	2009-06-30 22:41:40 UTC (rev 1179)
@@ -27,7 +27,7 @@
         <script type="text/javascript" src="@GeoExplorer.js@"></script>
 
         <script>
-            Ext.BLANK_IMAGE_URL = "theme/img/blank.gif";
+            Ext.BLANK_IMAGE_URL = "@blank.gif@";
             var app = new GeoExplorer.Embed({
                 proxy: "/proxy/?url=",
                 about: {

Modified: apps/opengeo/geoexplorer/trunk/src/html/index.html
===================================================================
--- apps/opengeo/geoexplorer/trunk/src/html/index.html	2009-06-30 21:52:04 UTC (rev 1178)
+++ apps/opengeo/geoexplorer/trunk/src/html/index.html	2009-06-30 22:41:40 UTC (rev 1179)
@@ -28,7 +28,7 @@
         <script type="text/javascript" src="@ux.js@"></script>
 
         <script>
-            Ext.BLANK_IMAGE_URL = "../../theme/img/blank.gif";
+            Ext.BLANK_IMAGE_URL = "@blank.gif@";
             var app = new GeoExplorer.Full({
                 proxy: "/proxy/?url=",
                 about: {



More information about the Commits mailing list