Skip to content

Commit af7d6f8

Browse files
committedApr 1, 2013
osgeo4w release preparations
1 parent 40095a9 commit af7d6f8

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed
 

‎ms-windows/osgeo4w/package.cmd

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,15 +192,16 @@ tar -C %OSGEO4W_ROOT% -cjf %PACKAGENAME%-common-%VERSION%-%PACKAGE%.tar.bz2 ^
192192
"apps/%PACKAGENAME%/plugins/gdalprovider.dll" ^
193193
"apps/%PACKAGENAME%/plugins/gpxprovider.dll" ^
194194
"apps/%PACKAGENAME%/plugins/memoryprovider.dll" ^
195+
"apps/%PACKAGENAME%/plugins/mssqlprovider.dll" ^
195196
"apps/%PACKAGENAME%/plugins/ogrprovider.dll" ^
196-
"apps/%PACKAGENAME%/plugins/osmprovider.dll" ^
197+
"apps/%PACKAGENAME%/plugins/owsprovider.dll" ^
197198
"apps/%PACKAGENAME%/plugins/postgresprovider.dll" ^
199+
"apps/%PACKAGENAME%/plugins/qgissqlanyconnection.dll" ^
198200
"apps/%PACKAGENAME%/plugins/spatialiteprovider.dll" ^
199201
"apps/%PACKAGENAME%/plugins/sqlanywhereprovider.dll" ^
200-
"apps/%PACKAGENAME%/plugins/qgissqlanyconnection.dll" ^
202+
"apps/%PACKAGENAME%/plugins/wcsprovider.dll" ^
201203
"apps/%PACKAGENAME%/plugins/wfsprovider.dll" ^
202204
"apps/%PACKAGENAME%/plugins/wmsprovider.dll" ^
203-
"apps/%PACKAGENAME%/plugins/mssqlprovider.dll" ^
204205
"apps/%PACKAGENAME%/resources/qgis.db" ^
205206
"apps/%PACKAGENAME%/resources/spatialite.db" ^
206207
"apps/%PACKAGENAME%/resources/srs.db" ^
@@ -241,6 +242,7 @@ tar -C %OSGEO4W_ROOT% -cjf %PACKAGENAME%-%VERSION%-%PACKAGE%.tar.bz2 ^
241242
"apps/%PACKAGENAME%/plugins/evis.dll" ^
242243
"apps/%PACKAGENAME%/plugins/georefplugin.dll" ^
243244
"apps/%PACKAGENAME%/plugins/gpsimporterplugin.dll" ^
245+
"apps/%PACKAGENAME%/plugins/heatmapplugin.dll" ^
244246
"apps/%PACKAGENAME%/plugins/interpolationplugin.dll" ^
245247
"apps/%PACKAGENAME%/plugins/offlineeditingplugin.dll" ^
246248
"apps/%PACKAGENAME%/plugins/oracleplugin.dll" ^
@@ -249,8 +251,8 @@ tar -C %OSGEO4W_ROOT% -cjf %PACKAGENAME%-%VERSION%-%PACKAGE%.tar.bz2 ^
249251
"apps/%PACKAGENAME%/plugins/spatialqueryplugin.dll" ^
250252
"apps/%PACKAGENAME%/plugins/spitplugin.dll" ^
251253
"apps/%PACKAGENAME%/plugins/sqlanywhereplugin.dll" ^
254+
"apps/%PACKAGENAME%/plugins/topolplugin.dll" ^
252255
"apps/%PACKAGENAME%/plugins/zonalstatisticsplugin.dll" ^
253-
"apps/%PACKAGENAME%/plugins/heatmapplugin.dll" ^
254256
"apps/%PACKAGENAME%/qgis_help.exe" ^
255257
"apps/qt4/plugins/sqldrivers/qsqlspatialite.dll" ^
256258
"apps/%PACKAGENAME%/python/" ^
@@ -273,6 +275,7 @@ tar -C %OSGEO4W_ROOT% -cjf %PACKAGENAME%-grass-plugin-%VERSION%-%PACKAGE%.tar.bz
273275
"apps/%PACKAGENAME%/plugins/grassrasterprovider.dll" ^
274276
"apps/%PACKAGENAME%/plugins/grassplugin.dll" ^
275277
"apps/%PACKAGENAME%/plugins/grassprovider.dll" ^
278+
"apps/%PACKAGENAME%/plugins/libgrass_gis.%GRASS_VERSION%.dll" ^
276279
>>%LOG% 2>&1
277280
if errorlevel 1 goto error
278281

@@ -314,3 +317,4 @@ if exist %PACKAGENAME%-oracle-provider-%VERSION%-%PACKAGE%.tar.bz2 del %PACKAGEN
314317

315318
:end
316319
echo FINISHED: %DATE% %TIME% >>%LOG% 2>&1
320+

0 commit comments

Comments
 (0)
Please sign in to comment.