[Thuban-commits] r2686 - in trunk/thuban: . packaging packaging/windows
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Jun 28 17:35:47 CEST 2006
Author: dpinte
Date: 2006-06-28 17:35:46 +0200 (Wed, 28 Jun 2006)
New Revision: 2686
Added:
trunk/thuban/packaging/
trunk/thuban/packaging/windows/
trunk/thuban/packaging/windows/thubanstart.py
Modified:
trunk/thuban/ChangeLog
Log:
2006-06-28 Didrik Pinte <dpinte at itae.be>
* packaging/windows/thubanstart.py: sample file loading all the stable
extensions
Modified: trunk/thuban/ChangeLog
===================================================================
--- trunk/thuban/ChangeLog 2006-06-28 15:34:04 UTC (rev 2685)
+++ trunk/thuban/ChangeLog 2006-06-28 15:35:46 UTC (rev 2686)
@@ -1,5 +1,10 @@
2006-06-28 Didrik Pinte <dpinte at itae.be>
+ * packaging/windows/thubanstart.py: sample file loading all the stable
+ extensions
+
+2006-06-28 Didrik Pinte <dpinte at itae.be>
+
* Thuban/version.py: Bugfix determination of SQLite on old and recent
systems (support pysqlite1 and pysqlite2)
Added: trunk/thuban/packaging/windows/thubanstart.py
===================================================================
--- trunk/thuban/packaging/windows/thubanstart.py 2006-06-28 15:34:04 UTC (rev 2685)
+++ trunk/thuban/packaging/windows/thubanstart.py 2006-06-28 15:35:46 UTC (rev 2686)
@@ -0,0 +1,19 @@
+# This file must be copied into
+# C:\Documents and Settings\username\Application Data\thuban
+
+###############################################################################
+# DEFAULT THUBAN EXTENSIONS
+###############################################################################
+import Extensions.gns2shp
+import Extensions.umn_mapserver
+import Extensions.wms
+import Extensions.bboxdump
+import Extensions.mouseposition
+import Extensions.profiling
+import Extensions.svgexport
+import Extensions.ogr
+
+###############################################################################
+# PERSONAL EXTENSIONS
+###############################################################################
+
More information about the Thuban-commits
mailing list