[GRASS-SVN] r41533 - grass/trunk/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Mar 24 11:31:02 EDT 2010
Author: martinl
Date: 2010-03-24 11:31:00 -0400 (Wed, 24 Mar 2010)
New Revision: 41533
Modified:
grass/trunk/mswindows/GRASS-Packager.bat
Log:
osgeo4 packager updated
Modified: grass/trunk/mswindows/GRASS-Packager.bat
===================================================================
--- grass/trunk/mswindows/GRASS-Packager.bat 2010-03-23 20:02:02 UTC (rev 41532)
+++ grass/trunk/mswindows/GRASS-Packager.bat 2010-03-24 15:31:00 UTC (rev 41533)
@@ -12,33 +12,18 @@
rem Set the script variables
rem --------------------------------------------------------------------------------------------------------------------------
-set GRASS_70_DEV_PACKAGE_DIR=.\GRASS-70-Dev-Package
+set PACKAGE_DIR=.\GRASS-70-Dev-Package
set OSGEO4W_DIR=c:\osgeo4w
-set GRASS_70_DEV_INSTALL_DIR=%OSGEO4W_DIR%\apps\grass\grass-7.0.svn
+set GRASS_PREFIX=%OSGEO4W_DIR%\apps\grass\grass-7.0.svn
-rem @echo .
-rem @echo Select the GRASS version to pack:
-rem @echo.
-rem @echo 1. Current GRASS-70 Development Version
-rem @echo.
-
-rem set /p SELECTION=Enter your selection (1):
-
-rem if %SELECTION%==1 (
-set PACKAGE_DIR=%GRASS_70_DEV_PACKAGE_DIR%
-set GRASS_PREFIX=%GRASS_70_DEV_INSTALL_DIR%
-rem )
-
@echo.
@echo -----------------------------------------------------------------------------------------------------------------------
@echo Remove the previous Selected Package and create a new PACKAGE_DIR
@echo -----------------------------------------------------------------------------------------------------------------------
@echo.
-rem pause
-
if exist %PACKAGE_DIR% rmdir /S/Q %PACKAGE_DIR%
mkdir %PACKAGE_DIR%
@@ -197,4 +182,3 @@
@echo Packaging Completed
@echo -----------------------------------------------------------------------------------------------------------------------
@echo.
-pause
More information about the grass-commit
mailing list