[Commits] r2845 - in extensions/geoext.ux/ux/SimplePrint: examples tests/lib/GeoExt.ux
commits at geoext.org
commits at geoext.org
Wed Oct 5 08:23:22 CEST 2011
Author: fredj
Date: 2011-10-05 08:23:21 +0200 (Wed, 05 Oct 2011)
New Revision: 2845
Modified:
extensions/geoext.ux/ux/SimplePrint/examples/SimplePrint.html
extensions/geoext.ux/ux/SimplePrint/tests/lib/GeoExt.ux/SimplePrint.html
Log:
use OpenLayers 2.11 and ExtJS 3.4.0
Modified: extensions/geoext.ux/ux/SimplePrint/examples/SimplePrint.html
===================================================================
--- extensions/geoext.ux/ux/SimplePrint/examples/SimplePrint.html 2011-10-04 07:32:07 UTC (rev 2844)
+++ extensions/geoext.ux/ux/SimplePrint/examples/SimplePrint.html 2011-10-05 06:23:21 UTC (rev 2845)
@@ -2,11 +2,11 @@
<head>
<title>Printing ux SimplePrint Example</title>
- <script type="text/javascript" src="http://extjs.cachefly.net/ext-3.2.1/adapter/ext/ext-base.js"></script>
- <script type="text/javascript" src="http://extjs.cachefly.net/ext-3.2.1/ext-all.js"></script>
- <link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-3.2.1/resources/css/ext-all.css" />
- <link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-3.2.1/examples/shared/examples.css" />
- <script src="http://www.openlayers.org/api/2.10/OpenLayers.js"></script>
+ <script type="text/javascript" src="http://extjs.cachefly.net/ext-3.4.0/adapter/ext/ext-base.js"></script>
+ <script type="text/javascript" src="http://extjs.cachefly.net/ext-3.4.0/ext-all.js"></script>
+ <link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-3.4.0/resources/css/ext-all.css" />
+ <link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-3.4.0/examples/shared/examples.css" />
+ <script src="http://www.openlayers.org/api/2.11/OpenLayers.js"></script>
<script type="text/javascript" src="../../../../geoext/lib/GeoExt.js"></script>
<!-- script resources for this ux -->
Modified: extensions/geoext.ux/ux/SimplePrint/tests/lib/GeoExt.ux/SimplePrint.html
===================================================================
--- extensions/geoext.ux/ux/SimplePrint/tests/lib/GeoExt.ux/SimplePrint.html 2011-10-04 07:32:07 UTC (rev 2844)
+++ extensions/geoext.ux/ux/SimplePrint/tests/lib/GeoExt.ux/SimplePrint.html 2011-10-05 06:23:21 UTC (rev 2845)
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<html debug="true">
<head>
- <script type="text/javascript" src="http://www.openlayers.org/api/2.10/OpenLayers.js"></script>
- <script type="text/javascript" src="http://extjs.cachefly.net/ext-3.2.1/adapter/ext/ext-base.js"></script>
- <script type="text/javascript" src="http://extjs.cachefly.net/ext-3.2.1/ext-all.js"></script>
+ <script type="text/javascript" src="http://www.openlayers.org/api/2.11/OpenLayers.js"></script>
+ <script type="text/javascript" src="http://extjs.cachefly.net/ext-3.4.0/adapter/ext/ext-base.js"></script>
+ <script type="text/javascript" src="http://extjs.cachefly.net/ext-3.4.0/ext-all.js"></script>
<script type="text/javascript" src="../../../../../../geoext/lib/GeoExt.js"></script>
<script type="text/javascript" src="../../../lib/GeoExt.ux/SimplePrint.js"></script>
More information about the Commits
mailing list