[GRASS-SVN] r64703 - in grass/branches/releasebranch_7_0: gui/wxpython/xml scripts

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Feb 20 09:09:55 PST 2015


Author: martinl
Date: 2015-02-20 09:09:55 -0800 (Fri, 20 Feb 2015)
New Revision: 64703

Removed:
   grass/branches/releasebranch_7_0/scripts/v.in.gps/
   grass/branches/releasebranch_7_0/scripts/v.out.gps/
Modified:
   grass/branches/releasebranch_7_0/gui/wxpython/xml/toolboxes.xml
   grass/branches/releasebranch_7_0/scripts/Makefile
Log:
v.in.gps/v.out.gps moved to addons
(reason: v.in.gps disabled; v.out.gps depends on gpsbabel)


Modified: grass/branches/releasebranch_7_0/gui/wxpython/xml/toolboxes.xml
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/xml/toolboxes.xml	2015-02-20 17:06:53 UTC (rev 64702)
+++ grass/branches/releasebranch_7_0/gui/wxpython/xml/toolboxes.xml	2015-02-20 17:09:55 UTC (rev 64703)
@@ -421,9 +421,6 @@
       <module-item name="v.out.dxf">
         <label>DXF export</label>
       </module-item>
-      <module-item name="v.out.gps">
-        <label>Multiple GPS export formats using GPSBabel</label>
-      </module-item>
       <module-item name="v.out.postgis">
         <label>PostGIS export</label>
       </module-item>

Modified: grass/branches/releasebranch_7_0/scripts/Makefile
===================================================================
--- grass/branches/releasebranch_7_0/scripts/Makefile	2015-02-20 17:06:53 UTC (rev 64702)
+++ grass/branches/releasebranch_7_0/scripts/Makefile	2015-02-20 17:09:55 UTC (rev 64703)
@@ -66,9 +66,8 @@
 	v.in.wfs \
 	v.rast.stats \
 	v.report \
-	v.out.gps \
 	v.pack \
-        v.to.lines \
+	v.to.lines \
 	v.unpack \
 	v.what.vect \
 	wxpyimgview \



More information about the grass-commit mailing list