[GRASS-SVN] r50447 - grass-addons/tools/wingrass-packager

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jan 25 10:01:07 EST 2012


Author: martinl
Date: 2012-01-25 07:01:07 -0800 (Wed, 25 Jan 2012)
New Revision: 50447

Modified:
   grass-addons/tools/wingrass-packager/grass_packager.bat
Log:
winGRASS support scripts: remove unused code

Modified: grass-addons/tools/wingrass-packager/grass_packager.bat
===================================================================
--- grass-addons/tools/wingrass-packager/grass_packager.bat	2012-01-25 14:43:10 UTC (rev 50446)
+++ grass-addons/tools/wingrass-packager/grass_packager.bat	2012-01-25 15:01:07 UTC (rev 50447)
@@ -12,13 +12,10 @@
 rem Preparation
 if exist .\grass64 rmdir /S/Q .\grass64
 xcopy C:\OSGeo4W\usr\src\grass64_release\mswindows\* .\grass64 /S/V/F/I
-xcopy C:\OSGeo4W\usr\src\grass64_release\package\grass64\* .\grass64\ /S/V/F/I
 if exist .\grass65 rmdir /S/Q .\grass65
 xcopy C:\OSGeo4W\usr\src\grass6_devel\mswindows\* .\grass65 /S/V/F/I
-xcopy C:\OSGeo4W\usr\src\grass6_devel\package\grass65\* .\grass65\ /S/V/F/I
 if exist .\grass70 rmdir /S/Q .\grass70
 xcopy C:\OSGeo4W\usr\src\grass_trunk\mswindows\* .\grass70 /S/V/F/I
-xcopy C:\OSGeo4W\usr\src\grass_trunk\package\grass70\* .\grass70\ /S/V/F/I
 
 cd .\grass64
 call .\GRASS-Packager.bat



More information about the grass-commit mailing list