[GRASS-SVN] r45747 - grass/trunk/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Mar 24 20:23:09 EDT 2011


Author: hamish
Date: 2011-03-24 17:23:09 -0700 (Thu, 24 Mar 2011)
New Revision: 45747

Modified:
   grass/trunk/mswindows/GRASS-Packager.bat
Log:
avoid license incompatibility; these plugins were not built directly into GDAL on purpose. see https://trac.osgeo.org/gdal/wiki/rfc34_license_policy

Modified: grass/trunk/mswindows/GRASS-Packager.bat
===================================================================
--- grass/trunk/mswindows/GRASS-Packager.bat	2011-03-24 21:47:53 UTC (rev 45746)
+++ grass/trunk/mswindows/GRASS-Packager.bat	2011-03-25 00:23:09 UTC (rev 45747)
@@ -69,10 +69,8 @@
 
 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 -----------------------------------------------------------------------------------------------------------------------



More information about the grass-commit mailing list