Switch to unified view

a/TavernaExtractor.properties b/TavernaExtractor.properties
1
#
2
# Used to specify the Taverna version
3
# (example value = taverna-2.4.0)
4
#
1
taverna.version = taverna-2.4.0 
5
taverna.version = taverna-2.4.0
6
7
#
8
# Specifies path of the provenance database used by Taverna.
9
# Not necessary for the pure Taverna2Archi conversion.
10
# (default path is %User_home%/taverna-2.4.0/t2-database)
11
#
2
taverna.t2Database.path = /Users/marcounterberger/Library/Application Support/taverna-2.4.0/t2-database
12
taverna.t2Database.path = /Users/marcounterberger/Library/Application Support/taverna-2.4.0/t2-database
13
14
#
15
# Specifies location of Dot.
16
# Used to improve layouting of the process steps at business layer.
17
#
3
dot.exe.location = /usr/local/bin/dot
18
dot.exe.location = /usr/local/bin/dot
4
19