Further tidy-up of svn refs
This commit is contained in:
+5
-5
@@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
OpenLayers.js -- OpenLayers Map Viewer Library
|
OpenLayers.js -- OpenLayers Map Viewer Library
|
||||||
|
|
||||||
Copyright 2005-2012 OpenLayers Contributors, released under the FreeBSD
|
Copyright (c) 2006-2012 by OpenLayers Contributors
|
||||||
license. Please see http://svn.openlayers.org/trunk/openlayers/license.txt
|
Published under the 2-clause BSD license.
|
||||||
for the full text of the license.
|
See http://openlayers.org/dev/license.txt for the full text of the license, and http://openlayers.org/dev/authors.txt for full list of contributors.
|
||||||
|
|
||||||
Includes compressed code under the following licenses:
|
Includes compressed code under the following licenses:
|
||||||
|
|
||||||
(For uncompressed versions of the code used please see the
|
(For uncompressed versions of the code used, please see the
|
||||||
OpenLayers SVN repository: <http://openlayers.org/>)
|
OpenLayers Github repository: <https://github.com/openlayers/openlayers>)
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
-13
@@ -1,13 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
RELEASE=$1
|
|
||||||
RC=$2
|
|
||||||
|
|
||||||
svn co http://svn.openlayers.org/branches/openlayers/$RELEASE
|
|
||||||
cd $RELEASE
|
|
||||||
sed -i -e "s/OpenLayers.VERSION_NUMBER=.*/OpenLayers.VERSION_NUMBER=\"Release $1-$2\";/" lib/OpenLayers.js
|
|
||||||
sed -i -e "s/VERSION_NUMBER: .*,/VERSION_NUMBER: \"Release $1-$2\",/" lib/OpenLayers/SingleFile.js
|
|
||||||
svn diff;
|
|
||||||
sleep 10;
|
|
||||||
svn ci -m "Updating version numbers for $1-$2".
|
|
||||||
svn cp -m "Tagging the $1-$2 release." http://svn.openlayers.org/branches/openlayers/$1 http://svn.openlayers.org/tags/openlayers/release-$1-$2
|
|
||||||
Reference in New Issue
Block a user