-
Notifications
You must be signed in to change notification settings - Fork 1
/
ProM.ini
47 lines (45 loc) · 1.42 KB
/
ProM.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# This file contains information about this ProM release
# it points ProM to the right packages and keeps version
# information
#
# Folders should be separated using "/" (forward slash).
# This will be replaced with File.Separator().
#
# Specifies the ProM release version
PROM_VERSION = 6.1.0
#
# Specifies which package should be installed
RELEASE_PACKAGE = EstablishedPackages
#
# Specifies the URL to the default package repository
# (default is "http://prom.win.tue.nl/ProM/packages/packages.xml")
PACKAGE_URL = http://www.promtools.org/prom6/packages/packages.xml
#
# Specifies whether ProM is Verbose
# (possible: "ALL" / "ERROR" / "NONE", defaults to "ALL")
VERBOSE = ALL
#
# The library folder is relative to the prom installation
# folder (default is "lib")
LIB_FOLDER = lib
#
# The images folder is relative to the prom library
# folder (default is "=images")
IMAGES_FOLDER = images
#
# The macro folder is relative to the prom library
# folder (default is "macros")
MACRO_FOLDER = macros
#
# The prom user folder is NOT relative to the
# prom installation folder. The (default is empty, in
# which case the OS handles the location)
PROM_USER_FOLDER =
#
# The package folder is relative to the
# prom user folder. The (default is "packages")
PACKAGE_FOLDER = packages
#
# The workspace folder is relative to the
# prom user folder. The (default is "workspace")
WORKSPACE_FOLDER = workspace