File: build.properties

package info (click to toggle)
cortado 0.6.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 1,744 kB
  • sloc: java: 21,834; xml: 592; sh: 78; makefile: 17
file content (23 lines) | stat: -rw-r--r-- 647 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# properties in this file can be customized in build.config
# please do not customize this file

# product information

product.name         cortado
# Product version or GIT for git snapshot
product.version      0.6.0

# which compiler to use; "modern" or "jikes" currently work
# used by all javac tasks by default
build.compiler       extJavac

# choose between debug and stripped builds
build.type           debug

# what things to debug in the debug build
build.debuglevel     lines,vars,source

# choose additional compiler flags
# FIXME: these can be used to set debug flags for jikes with ant < 1.6.5
build.debug.flags
build.stripped.flags