-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbuild.properties
42 lines (31 loc) · 1002 Bytes
/
build.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#####################################################################
#
# CRN-specific properties
#
#####################################################################
# Application version
app.version=2.3.5.RELEASE
#####################################################################
#
# Standard Ant properties file for NCDC Web Application build script
#
# Use this file to customize / override default configuration
# defined in build.xml
#
#####################################################################
########## JUNIT PROPERTIES ##########
# Specify a different pattern so only certain unit tests run
#compile.test-classes=**/ElementDaoImplTest.java
########## JAVA COMPILER PROPERTIES ##########
# Debug mode
compile.debug=true
compile.debuglevel=lines,source,vars
# Deprecation mode
#compile.deprecation=false
# Optimization mode
#compile.optimize=false
# Verbose mode
#compile.verbose=true
# Java version
compile.version=1.7
compile.bootclasspath=jdk1.7.0/lib/rt.jar