File: config.properties.in

package info (click to toggle)
sipxtapi 3.3.0~test17-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 23,168 kB
  • sloc: cpp: 252,058; ansic: 11,911; sh: 11,657; makefile: 2,449; java: 2,264; xml: 225; perl: 161
file content (20 lines) | stat: -rw-r--r-- 403 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

# G E N E R A L
version=@VERSION@
top.dir=@abs_srcdir@/..
java=@JAVA@
java.home=@JAVA_HOME@
optimize=@JAVAC_OPTIMIZED@
deprecation=false
debug=@JAVAC_DEBUG@
bin.dir=@bindir@
lib.dir=@libdir@
prefix.dir=@prefix@

# comma-separated combination of 'lines' 'source' and 'var' only valid
# when debug is on
debuglevel=lines

# U T I L
jdom.jar=${top.dir}/lib/jdom-b10.jar
junit.jar=${top.dir}/lib/junit.jar