blob: 0f3c2b3a7a4a09770faa97d1a78a89461eeddeac [file] [log] [blame]
custom = true
#
# Set javac.debug to "true" to enable debug attributes like lines, variables and source-filename
# Set javac.optimize to "on" to enable cpmpiler optimizations
# Set javac.deprecation to "on" to enable deprecation messages during compile
# Set javac.version when you would like to override the java version during testing
javac.debug=true
javac.debuglevel=lines,vars,source
javac.optimize=off
javac.deprecation=off
javac.version=1.8
# Do not edit the variables below
# They may, however, be overridden in parent scripts
# Static Definitions
# -----------------------------------
release.version=3.0.0
jaxb-api.jar=javax.xml.bind_2.2.12.v201410011542.jar
jaxb-xjc.jar=jaxb-xjc_2.2.11.v201407311112.jar
jaxb-core.jar=jaxb-core_2.2.11.v201407311112.jar
src.dir=src
classes.dir=classes
resource.dir=resource
# Build Artifact Definitions
# -----------------------------------
bin.includes = .,\
META-INF/
source.. = src/,\
resource/