Changes between Version 13 and Version 14 of Release/Procedure/New
- Timestamp:
- 11/08/06 12:00:23 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Release/Procedure/New
v13 v14 40 40 1. Export it: 41 41 {{{ 42 svn export http://svn.openlayers.org/tags/openlayers/release-x.y-rcZ OpenLayers-x.y 42 svn export http://svn.openlayers.org/tags/openlayers/release-x.y-rcZ OpenLayers-x.y-rcZ 43 43 }}} 44 44 1. Build the single file version: 45 45 {{{ 46 cd OpenLayers-x.y /build46 cd OpenLayers-x.y-rcZ/build 47 47 ./build.sh 48 48 }}} 49 49 1. Install the new API code on openlayers.org 50 50 {{{ 51 cp build/OpenLayers.js /www/openlayers/htdocs/api/x.y 52 cp -a img/ /www/openlayers/htdocs/api/x.y 51 cd .. 52 cp build/OpenLayers.js /www/openlayers/htdocs/api/x.y-rcZ 53 cp -a img/ /www/openlayers/htdocs/api/x.y-rcZ 54 cp -a theme/ /www/openlayers/htdocs/api/x.y-rcZ 53 55 }}} 54 56 1. Remove all .pyc files from the directory.
