Switch to side-by-side view

--- a/TavernaExtractor.properties
+++ b/TavernaExtractor.properties
@@ -1,19 +1,22 @@
 #
-# Used to specify the Taverna version
-# (example value = taverna-2.4.0)
+# Used to specify the Taverna home directory
+# (example value = /Users/marcounterberger/Library/Application Support/taverna-2.4.0)
+# (default value is %User_home%/taverna-2.4.0)
 #
-taverna.version = taverna-2.4.0
+taverna.home = C:\\Users\\munterberger\\AppData\\Roaming\\taverna-2.4.0
 
 #
 # Specifies path of the provenance database used by Taverna.
+# Must not necessarily align to the default t2-database location
 # Not necessary for the pure Taverna2Archi conversion.
 # (default path is %User_home%/taverna-2.4.0/t2-database)
 #
-taverna.t2Database.path = /Users/marcounterberger/Library/Application Support/taverna-2.4.0/t2-database
+taverna.t2Database.path = C:\\Users\\munterberger\\AppData\\Roaming\\taverna-2.4.0\\t2-database
 
 #
 # Specifies location of Dot.
 # Used to improve layouting of the process steps at business layer.
+# (example value = /usr/local/bin/dot
 #
-dot.exe.location = /usr/local/bin/dot
+dot.exe.location = C:\\Program Files (x86)\\Taverna Workbench 2.4.0\\bin\\win32i386\\dot.exe