[Webflysuesk-commits] r59 - in webflysuesk/branches/openlayers-integration: . doc
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Apr 20 12:10:43 CEST 2009
Author: iweinzierl
Date: 2009-04-20 12:10:43 +0200 (Mon, 20 Apr 2009)
New Revision: 59
Modified:
webflysuesk/branches/openlayers-integration/ChangeLog.txt
webflysuesk/branches/openlayers-integration/doc/INSTALL-eng.txt
webflysuesk/branches/openlayers-integration/doc/INSTALL-ger.txt
Log:
Added installtion hints for OpenLayers and JQuery.
Modified: webflysuesk/branches/openlayers-integration/ChangeLog.txt
===================================================================
--- webflysuesk/branches/openlayers-integration/ChangeLog.txt 2009-04-20 09:53:18 UTC (rev 58)
+++ webflysuesk/branches/openlayers-integration/ChangeLog.txt 2009-04-20 10:10:43 UTC (rev 59)
@@ -1,5 +1,10 @@
2009-04-20 Ingo Weinzierl <ingo.weinzierl at intevation.de>
+
+ * doc/INSTALL-ger.txt,
+ doc/INSTALL-eng.txt: Added installation hints for OpenLayers and JQuery.
+2009-04-20 Ingo Weinzierl <ingo.weinzierl at intevation.de>
+
* doc/INSTALL-ger.txt,
doc/INSTALL-eng.txt: Installation guides.
Modified: webflysuesk/branches/openlayers-integration/doc/INSTALL-eng.txt
===================================================================
--- webflysuesk/branches/openlayers-integration/doc/INSTALL-eng.txt 2009-04-20 09:53:18 UTC (rev 58)
+++ webflysuesk/branches/openlayers-integration/doc/INSTALL-eng.txt 2009-04-20 10:10:43 UTC (rev 59)
@@ -122,6 +122,21 @@
http://localhost:8080/geoserver/mapPreview.do
+12. JavaScript Libs
+ 1. mkdir {WebFLYS}/webflys/src/main/webapp/pages/OpenLayers
+ 2. mkdir {WebFLYS}/webflys/src/main/webapp/pages/JQuery
+ 3. Download OpenLayers trunk in rev8979
+ svn co http://svn.openlayers.org/trunk -r 8979
+ 4. cd {OpenLayers}/trunk/openlayers/build
+ 5. ./build.py
+ 6. cp OpenLayers.js {WebFLYS}/webflys/src/main/webapp/pages/OpenLayers/
+ 7. Download JQuery 1.3.2
+ svn co http://jqueryjs.googlecode.com/svn/tags/1.3.2
+ 8. cd {JQuery}
+ 9. ant jquery
+ 10. cp dist/jquery.js {WebFLYS}/webflys/src/main/webapp/pages/JQuery/
+
+
[1] http://tomcat.apache.org
[2] http://java.sun.com
[3] http://geoserver.org
Modified: webflysuesk/branches/openlayers-integration/doc/INSTALL-ger.txt
===================================================================
--- webflysuesk/branches/openlayers-integration/doc/INSTALL-ger.txt 2009-04-20 09:53:18 UTC (rev 58)
+++ webflysuesk/branches/openlayers-integration/doc/INSTALL-ger.txt 2009-04-20 10:10:43 UTC (rev 59)
@@ -124,6 +124,21 @@
Layer unter http://localhost:8080/geoserver/mapPreview.do testen.
+12. JavaScript Libs
+ 1. mkdir {WebFLYS}/webflys/src/main/webapp/pages/OpenLayers
+ 2. mkdir {WebFLYS}/webflys/src/main/webapp/pages/JQuery
+ 3. Download von OpenLayers trunk in rev8979
+ svn co http://svn.openlayers.org/trunk -r 8979
+ 4. cd {OpenLayers}/trunk/openlayers/build
+ 5. ./build.py
+ 6. cp OpenLayers.js {WebFLYS}/webflys/src/main/webapp/pages/OpenLayers/
+ 7. Download JQuery 1.3.2
+ svn co http://jqueryjs.googlecode.com/svn/tags/1.3.2
+ 8. cd {JQuery}
+ 9. ant jquery
+ 10. cp dist/jquery.js {WebFLYS}/webflys/src/main/webapp/pages/JQuery/
+
+
[1] http://tomcat.apache.org
[2] http://java.sun.com
[3] http://geoserver.org
More information about the Webflysuesk-commits
mailing list