Routino SVN Repository Browser

Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino

ViewVC logotype

Contents of /trunk/web/www/openlayers/install.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 572 - (show annotations) (download) (as text)
Wed Dec 29 09:58:20 2010 UTC (14 years, 3 months ago) by amb
File MIME type: text/x-sh
File size: 307 byte(s)
Added the uncontrolled (not auto-generated) files from routino-1.2.

1 #!/bin/sh -x
2
3 # Download the file.
4
5 wget http://openlayers.org/download/OpenLayers-2.8.tar.gz
6
7 # Uncompress it.
8
9 tar -xzf OpenLayers-2.8.tar.gz
10
11 # Copy the files.
12
13 cp -p OpenLayers-2.8/OpenLayers.js .
14 cp -pr OpenLayers-2.8/img .
15 cp -pr OpenLayers-2.8/theme .
16
17 # Delete the remainder
18
19 rm -rf OpenLayers-2.8

Properties

Name Value
svn:executable *