release.sh script - do not remove the build/closure-compiler folder

This commit is contained in:
Éric Lemoine
2012-07-03 08:57:05 +02:00
parent 90d3c2d9a9
commit 679111fa88

View File

@@ -41,8 +41,6 @@ mv ../../compiler.jar ../tools/closure-compiler.jar
./build.py -c none mobile OpenLayers.mobile.debug.js
./build.py -c none light OpenLayers.light.debug.js
mv OpenLayers*.js ../
rm -rf closure-compiler
rm closure*.py
rm ../tools/closure-compiler.jar
cd ..