E4XML/Config.py

changeset 0
de9c2efb9d02
child 13
1af94a91f439
diff -r 000000000000 -r de9c2efb9d02 E4XML/Config.py
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/E4XML/Config.py	Mon Dec 28 16:03:33 2009 +0000
@@ -0,0 +1,38 @@
+# -*- coding: utf-8 -*-
+
+# Copyright (c) 2004 - 2009 Detlev Offenbach <detlev@die-offenbachs.de>
+#
+
+"""
+Module implementing some common configuration stuf for the XML package.
+"""
+
+# version number of the multi project file
+multiProjectFileFormatVersion = "4.2"
+
+# version number of the project file
+projectFileFormatVersion = "4.6"
+
+# version number of the user project file
+userProjectFileFormatVersion = "4.0"
+
+# version number of the project session file
+sessionFileFormatVersion = "4.3"
+
+# version number of the shortcuts file
+shortcutsFileFormatVersion = "3.6"
+
+# version number of the tasks file
+tasksFileFormatVersion = "4.2"
+
+# version number of the debugger properties file
+debuggerPropertiesFileFormatVersion = "3.9"
+
+# version number of the templates file
+templatesFileFormatVersion = "4.0"
+
+# version number of the plugin repository file
+pluginRepositoryFileFormatVersion = "4.2"
+
+# version number of the highlighting styles file
+highlightingStylesFileFormatVersion = "4.3"

eric ide

mercurial