[GRASS-SVN] r45748 - grass/branches/develbranch_6/mswindows

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


Author: hamish
Date: 2011-03-24 17:24:50 -0700 (Thu, 24 Mar 2011)
New Revision: 45748

Modified:
   grass/branches/develbranch_6/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 (merge from trunk)

Modified: grass/branches/develbranch_6/mswindows/GRASS-Packager.bat
===================================================================
--- grass/branches/develbranch_6/mswindows/GRASS-Packager.bat	2011-03-25 00:23:09 UTC (rev 45747)
+++ grass/branches/develbranch_6/mswindows/GRASS-Packager.bat	2011-03-25 00:24:50 UTC (rev 45748)
@@ -67,10 +67,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