forked from lambda-land/VarexJ
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsite.properties
More file actions
32 lines (22 loc) · 762 Bytes
/
site.properties
File metadata and controls
32 lines (22 loc) · 762 Bytes
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
# JPF site configuration
#jpf.home = ${user.home}/IdeaProjects
# can only expand system properties
#jpf-core = ${user.home}/IdeaProjects/VarexJ
jpf-core = ${user.home}/Documents/package/jpf-core
jpf-nhandler = ${jpf-core}/jpf-nhandler
extensions = ${jpf-core},${jpf-nhandler}
# annotation properties extension
#jpf-aprop = ${jpf.home}/jpf-aprop
#extensions+=,${jpf-aprop}
# numeric extension
#jpf-numeric = ${jpf.home}/jpf-numeric
#extensions+=,${jpf-numeric}
# concurrent extension
#jpf-concurrent = ${jpf.home}/jpf-concurrent
#extensions+=,${jpf-concurrent}
#jpf-shell = ${jpf.home}/jpf-shell
#extensions+=,${jpf-shell}
#jpf-awt = ${jpf.home}/jpf-awt
#extensions+=,${jpf-awt}
#jpf-awt-shell = ${jpf.home}/jpf-awt-shell
#extensions+=,${jpf-awt-shell}