main
| Rev | Line | |
|---|
| [02de7999] | 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.
|
|---|
| 5 | civlversion=1.22
|
|---|
| 6 | javaversion=17
|
|---|
| [651a741] | 7 | nthreads=4
|
|---|
| [02de7999] | 8 | root=/opt/vsl-${civlversion}
|
|---|
| 9 |
|
|---|
| 10 | hamcrest.jar=${root}/lib/hamcrest-2.2.jar
|
|---|
| [5665815] | 11 | jacoco.jar=${root}/src/jacoco/lib/jacocoant.jar
|
|---|
| [02de7999] | 12 | junit.jar=${root}/lib/junit-4.13.2.jar
|
|---|
| 13 |
|
|---|
| 14 | antlr3.jar=${root}/lib/antlr-3.5.2-complete.jar
|
|---|
| 15 | antlr3.runtime.jar=${root}/lib/antlr-runtime-3.5.2.jar
|
|---|
| 16 | antlr3.runtime.mod.jar=antlr3runtime.jar
|
|---|
| 17 | antlr3.runtime.mod.jar.path=${root}/mods/antlr3/${antlr3.runtime.mod.jar}
|
|---|
| 18 |
|
|---|
| 19 | antlr4.jar=${root}/lib/antlr-4.4-complete.jar
|
|---|
| 20 | antlr4.runtime.jar=${root}/lib/antlr-runtime-4.4.jar
|
|---|
| 21 | antlr4.runtime.mod.jar=antlr4runtime.jar
|
|---|
| 22 | antlr4.runtime.mod.jar.path=${root}/mods/antlr4/${antlr4.runtime.mod.jar}
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.