Browse Source

avoid license incompatibility; these plugins were not built directly into GDAL on purpose. see https://trac.osgeo.org/gdal/wiki/rfc34_license_policy

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@45747 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 14 years ago
parent
commit
44fbd8b32d
1 changed files with 0 additions and 2 deletions
  1. 0 2
      mswindows/GRASS-Packager.bat

+ 0 - 2
mswindows/GRASS-Packager.bat

@@ -69,10 +69,8 @@ move %PACKAGE_DIR%\extralib\libgrass_*.dll %PACKAGE_DIR%\lib
 
 mkdir %PACKAGE_DIR%\extrabin
 mkdir %PACKAGE_DIR%\extrabin\gdalplugins
-mkdir %PACKAGE_DIR%\extrabin\gdalplugins\1.8
 
 copy %OSGEO4W_DIR%\bin\*.exe %PACKAGE_DIR%\extrabin
-xcopy %OSGEO4W_DIR%\bin\gdalplugins\1.8 %PACKAGE_DIR%\extrabin\gdalplugins\1.8 /S/V/F/I
 
 @echo.
 @echo -----------------------------------------------------------------------------------------------------------------------