-
Notifications
You must be signed in to change notification settings - Fork 2
/
jpf.properties
26 lines (21 loc) · 1.06 KB
/
jpf.properties
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
#--- JPF project properties file for project jpf-constar
jpf-costar = ${config_path}
#--- project specific host VM classpath (used by Java to load classes)
# NOTE: you have to replace the wildcard jar specs with explicit jar pathnames
# if this property file is used from within a build.xml or NetBeans project.xml,
# since both do not support wildcard patterns in classpath specs
jpf-costar.native_classpath =\
${jpf-costar}/build/jpf-costar.jar;\
${jpf-costar}/lib/*.jar;\
${starlib}/build/starlib.jar;\
${starlib}/build/starlib-jpf.jar;
#--- project specific JPF classpath (used by JPF to load system-under-test classes)
jpf-costar.classpath =\
${jpf-costar}/build/examples
#--- where are the classes for the JPF regression tests (used by host VM and JPF)
jpf-costar.test_classpath =\
${jpf-costar}/build/tests
#--- project specific JPF sourcepath (used by JPF to locate sources for system-under-test classes)
jpf-costar.sourcepath =\
${jpf-costar}/src/examples
#--- other project specific options go here (e.g. 'vm.insn_factory.class' or 'peer_packages')