-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild_userresources.properties
32 lines (26 loc) · 1.23 KB
/
build_userresources.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
#
# JAFER library Build User Configurable Resources Created on 03-January-2006
#
# This properties file defines all the build resources that the user must specify or update to perform a build
# The following property will tell the build to generate the axis stubs.
# This only really needs to be done once so it can be switched off by commenting out the line below
generate.stubs.enabled=commentMeOutToDisable
# The following property will tell the build to clean the directories before starting.
# Cleaning can be switched off by commenting out the line below
clean.enabled=commentMeOutToDisable
# The following two properties are used by the java compiler to specify the JDK version
# of the source code being compiled and the target version to compile the code to
#compile.source.jdk.version=1.5
#compile.target.jdk.version=1.5
compile.source.jdk.version=1.5
compile.target.jdk.version=1.5
# These properties defines where to deploy any services such as the SRWServer
deploy.url=http://localhost:8080
deploy.port=8080
compile.target.jdk.version=1.5
# The following two properties determine the debugging level of the compiler
#
#compile.debug=true
#compile.debuglevel=lines,vars,source
compile.debug=true
compile.debuglevel=lines,vars,source