source: CIVL/mods/dev.civl.com/build_default.properties@ 8553be8

1.23 2.0 main test-branch
Last change on this file since 8553be8 was 8553be8, checked in by Stephen Siegel <siegel@…>, 3 years ago

Adjustments to ignore property and fine tuning of clean targets.

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

  • Property mode set to 100644
File size: 873 bytes
RevLine 
[aad342c]1# Configuration constants for CIVL's ant build system. This
2# properties file will work fine for most users. If you need to
3# change anything, create your own file called build.properties in
4# this directory. It will be read automatically in place of this one.
5javaversion=17
6nthreads=4
[8553be8]7root=/opt/vsl-1.22
[aad342c]8
[8553be8]9hamcrest.jar=${root}/lib/hamcrest-2.2.jar
[aad342c]10jacoco.jar=${root}/src/jacoco/lib/jacocoant.jar
11junit.jar=${root}/lib/junit-4.13.2.jar
12
13antlr3.jar=${root}/lib/antlr-3.5.2-complete.jar
14antlr3.runtime.jar=${root}/lib/antlr-runtime-3.5.2.jar
15antlr3.runtime.mod.jar=antlr3runtime.jar
16antlr3.runtime.mod.jar.path=${root}/mods/antlr3/${antlr3.runtime.mod.jar}
17
18antlr4.jar=${root}/lib/antlr-4.4-complete.jar
19antlr4.runtime.jar=${root}/lib/antlr-runtime-4.4.jar
20antlr4.runtime.mod.jar=antlr4runtime.jar
21antlr4.runtime.mod.jar.path=${root}/mods/antlr4/${antlr4.runtime.mod.jar}
Note: See TracBrowser for help on using the repository browser.