forked from restlet/restlet-framework-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.properties
More file actions
81 lines (61 loc) · 2.27 KB
/
build.properties
File metadata and controls
81 lines (61 loc) · 2.27 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# ====================================================================
# Restlet build properties file - Copyright 2005-2012 Restlet S.A.S.
# ====================================================================
# The version numbers
major-number: 2
minor-number: 0
version-minor: ${major-number}.${minor-number}
release-type: snapshot
release-number:
version-full: ${version-minor} Snapshot
version-compact: ${version-minor}${release-type}${release-number}
# Used only for the maven distribution
# Possible values: ${version-minor}-SNAPSHOT, ${version-minor}-M3, ${version-minor}.${release-number}
version-maven: ${version-minor}-SNAPSHOT
# Used only for the manifest files
# Used only for the manifest files
version-manifest: ${version-minor}.0.SNAPSHOT
# The base directory where a Restlet distributions is zipped
# Each Restlet version will create its own file
dist-zip: dist
# Compilation flags
debug: true
debug-source: true
debug-lines: true
debug-vars: true
optimize: true
# Indicates if a backport distribution (to JDK 1.4)
# should be made using Retroweaver.
backport: false
jdk1.4-home: C:/Progra~1/Java/j2re1.4.2_09
backport-failonwarning: true
# Indicates if the FindBugs tool should be run over the
# project modules. See http://findbugs.sourceforge.net/
findbugs: false
# Indicates if the CheckStyle tool should be run over the
# project modules. See http://checkstyle.sourceforge.net/
checkstyle: false
# Indicates if the Javadocs should be regenerated.
# This can save time if you are not generating a
# public distribution.
javadoc: true
# Indicates if the Javadocs of the implementation code
# should be hidden.
javadoc-hide: true
# Indicates if the NSIS tool should be run over the
# distribution files
nsis: false
nsis-makensis-path: /usr/bin
# Verbose flag currently used during Java compilation
# and Javadocs generation.
verbose: false
# Indicates if the Maven distribution should be regenerated.
maven: false
# Indicates if the distribution should be checked.
verify: true
# Indicates if the final packaging phase should be done.
package: false
# Port number to use for JUnit tests
port-number: 30000
# The list of generated editions ("," separated list)
editions: jse,jee,android,gae,gwt