source: CIVL/build_default.properties@ ed451d9

1.23 2.0 main test-branch
Last change on this file since ed451d9 was 5af87592, checked in by Manchun Zheng <zmanchun@…>, 12 years ago

implemented new command line specification, added grammar for command line specification, supported linking and command line macros now, improved the clarity of compare command.

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

  • Property mode set to 100644
File size: 599 bytes
RevLine 
[c1c00b6]1# This properties file will work fine for most users.
2# If you need to change anything, create your own file
3# called build.properties in this directory.
4# It will be read automatically in place of this one.
[d005d94]5root=/opt/vsl
6workspace=/Users/${user.name}/Documents/workspace
[5af87592]7hamcrest.jar=${root}/lib/hamcrest-core.jar
[d005d94]8jacoco.jar=${root}/src/jacoco/lib/jacocoant.jar
[5af87592]9junit.jar=${root}/lib/junit.jar
10antlr.jar=${root}/lib/antlr-4.4-complete.jar
11antlr.runtime.jar=${root}/lib/antlr-runtime-4.4.jar
[d005d94]12abc.jar=${workspace}/ABC/abc.jar
13gmc.jar=${workspace}/GMC/gmc.jar
[851fa8ec]14sarl.jar=${workspace}/SARL/sarl.jar
Note: See TracBrowser for help on using the repository browser.