File: default.properties

package info (click to toggle)
cofoja 1.1-r150-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 976 kB
  • ctags: 1,713
  • sloc: java: 10,500; xml: 217; sh: 184; makefile: 27
file content (23 lines) | stat: -rw-r--r-- 836 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## You can override the following properties by creating
## a 'local.properties' configuration file.

## Version information. Set 'snapshot' to false if you are building
## a release.
version=1.1
snapshot=true
debug=true

## Location of an older build of Cofoja, for bootstrapping purposes.
bootstrap.jar=build/bootstrap.jar

## Location of dependency JAR files needed to build Cofoja. The
## defaults assume the JAR files are in the 'build' subdirectory,
## except for 'tools.jar', which is probably not what you want.
asm.jar=build/asm.jar
junit.jar=build/junit.jar
tools.jar=${java.home}/../lib/tools.jar

## If you use Maven, the following may help, instead.
# maven.repo.dir=${user.home}/.m2/repository
# asm.jar=${maven.repo.dir}/asm/asm-all/3.3.1/asm-all-3.3.1.jar
# junit.jar=${maven.repo.dir}/junit/junit/4.8.2/junit-4.8.2.jar