Ver código fonte

osgeo4 packager updated

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@41533 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 15 anos atrás
pai
commit
f858841f15
1 arquivos alterados com 2 adições e 18 exclusões
  1. 2 18
      mswindows/GRASS-Packager.bat

+ 2 - 18
mswindows/GRASS-Packager.bat

@@ -12,24 +12,11 @@ rem ----------------------------------------------------------------------------
 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
-
-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 )
+set GRASS_PREFIX=%OSGEO4W_DIR%\apps\grass\grass-7.0.svn
 
 @echo.
 @echo -----------------------------------------------------------------------------------------------------------------------
@@ -37,8 +24,6 @@ rem )
 @echo -----------------------------------------------------------------------------------------------------------------------
 @echo.
 
-rem pause
-
 if exist %PACKAGE_DIR% rmdir /S/Q %PACKAGE_DIR%
 mkdir %PACKAGE_DIR%
 
@@ -197,4 +182,3 @@ xcopy %OSGEO4W_DIR%\apps\Python25\Scripts %PACKAGE_DIR%\Python25\Scripts /S/V/F/
 @echo Packaging Completed
 @echo -----------------------------------------------------------------------------------------------------------------------
 @echo.
-pause