source: CIVL/properties/build.properties.vsl

main
Last change on this file was a389857, checked in by Stephen Siegel <siegel@…>, 3 years ago

Moved properties directory to root.

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@5706 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 597 bytes
Line 
1# This properties file is intended for configuring vsl,
2# our server for all tests. If the environment of vsl is
3# changed, then this file need to be updated accordingly.
4root=/opt/vsl
5workspace=/usa/svn/work
6hamcrest.jar=${root}/lib/hamcrest-core.jar
7jacoco.jar=${root}/src/jacoco/lib/jacocoant.jar
8junit.jar=${root}/lib/junit.jar
9antlr.jar=${root}/lib/antlr-4.4-complete.jar
10antlr.runtime.jar=${root}/lib/antlr-runtime-4.4.jar
11abc.jar=${workspace}/abc/trunk/latest/abc.jar
12gmc.jar=${workspace}/gmc/trunk/latest/gmc.jar
13sarl.jar=${workspace}/sarl/trunk/latest/sarl.jar
14javaversion=11
15nthreads=4
Note: See TracBrowser for help on using the repository browser.