File tree Expand file tree Collapse file tree 6 files changed +5
-23
lines changed Expand file tree Collapse file tree 6 files changed +5
-23
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name=GdalTools
3
3
description=Integrate GDAL tools into QGIS
4
4
category=Raster
5
5
version=1.2.29
6
- qgisMinimumVersion=1 .0
6
+ qgisMinimumVersion=2 .0
7
7
8
8
author=Giuseppe Sucameli (Faunalia)
9
9
email=brush.tyler@gmail.com
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name=DB Manager
3
3
description=Manage your databases within QGis
4
4
category=Database
5
5
version=0.1.20
6
- qgisMinimumVersion=1.5 .0
6
+ qgisMinimumVersion=2 .0
7
7
8
8
author=Giuseppe Sucameli
9
9
email=brush.tyler@gmail.com
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name=fTools
3
3
description=Tools for vector data analysis and management
4
4
category=Vector
5
5
version=0.6.2
6
- qgisMinimumVersion=1.4 .0
6
+ qgisMinimumVersion=2.0 .0
7
7
8
8
author=Carson Farmer
9
9
email=carson.farmer@gmail.com
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name=MapServer Export
3
3
description=Export a saved QGIS project file to a MapServer map file
4
4
category=Web
5
5
version=0.4.4
6
- qgisMinimumVersion=1 .0
6
+ qgisMinimumVersion=2 .0
7
7
8
8
author=Gary E. Sherman
9
9
email=sherman@mrcc.com
Original file line number Diff line number Diff line change 28
28
# This will get replaced with a git SHA1 when you do a git archive
29
29
__revision__ = '$Format:%H$'
30
30
31
- def name ():
32
- return "SEXTANTE"
33
-
34
- def description ():
35
- return "SEXTANTE Geoprocessing Platform for QGIS"
36
-
37
- def version ():
38
- return "1.0.9"
39
-
40
- def icon ():
41
- return "images/toolbox.png"
42
-
43
- def category ():
44
- return "Analysis"
45
-
46
- def qgisMinimumVersion ():
47
- return "1.8"
48
-
49
31
def classFactory (iface ):
50
32
from sextante .SextantePlugin import SextantePlugin
51
33
return SextantePlugin (iface )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name=SEXTANTE
3
3
description=SEXTANTE Geoprocessing Platform for QGIS
4
4
category=Analysis
5
5
version=1.1
6
- qgisMinimumVersion=1.9
6
+ qgisMinimumVersion=2.0
7
7
8
8
author=Victor Olaya
9
9
email=volayaf@gmail.com
You can’t perform that action at this time.
0 commit comments