-
Notifications
You must be signed in to change notification settings - Fork 9
/
build.properties
247 lines (205 loc) · 10.6 KB
/
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
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.
#
# The contents of this file are subject to the terms of either the GNU
# General Public License Version 2 only ("GPL") or the Common Development
# and Distribution License("CDDL") (collectively, the "License"). You
# may not use this file except in compliance with the License. You can
# obtain a copy of the License at
# https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
# or packager/legal/LICENSE.txt. See the License for the specific
# language governing permissions and limitations under the License.
#
# When distributing the software, include this License Header Notice in each
# file and include the License file at packager/legal/LICENSE.txt.
#
# GPL Classpath Exception:
# Oracle designates this particular file as subject to the "Classpath"
# exception as provided by Oracle in the GPL Version 2 section of the License
# file that accompanied this code.
#
# Modifications:
# If applicable, add the following below the License Header, with the fields
# enclosed by brackets [] replaced by your own identifying information:
# "Portions Copyright [year] [name of copyright owner]"
#
# Contributor(s):
# If you wish your version of this file to be governed by only the CDDL or
# only the GPL Version 2, indicate your decision by adding "[Contributor]
# elects to include this software in this distribution under the [CDDL or GPL
# Version 2] license." If you don't indicate a single choice of license, a
# recipient has the option to distribute your version of this file under
# either the CDDL, the GPL Version 2 or to extend the choice of license to
# its licensees as provided above. However, if you add GPL Version 2 code
# and therefore, elected the GPL Version 2 license, then the option applies
# only if the new code is made subject to such option by the copyright
# holder.
#
# versions
release.spec.version=2.2.6
release.impl.version=2.2.5-1
release.impl.version.suffix=
mvnProxyHost=www-proxy.us.oracle.com
mvnProxyPort=80
# root workspace
jaxb.root=${basedir}
jaxb-unit.root=${basedir}/../jaxb-unit
tools.root=${basedir}/tools
jaxb.libs=${tools.root}/lib
jaxb.libs.src=${jaxb.libs}/src
jaxb.libs.redist=${jaxb.libs}/redist
jaxb.libs.rebundle=${jaxb.libs}/rebundle
jaxb.libs.runtime=${jaxb.libs.rebundle}/runtime
jaxb.libs.runtime2=${jaxb.libs.rebundle}/runtime2
jaxb.libs.compiler=${jaxb.libs.rebundle}/compiler
jaxb.libs.compiler10=${basedir}/tools/compiler10
jaxb.libs.util=${jaxb.libs}/util
jaxb.libs.test=${jaxb-unit.root}/tools/lib/util
jaxb.docs=${basedir}/docs
jaxb.dist=${basedir}/dist
jaxb.build=${basedir}/build
# msv, xsdlib
msv.bin=${jaxb.libs.redist}/msv.jar
xsdlib.bin=${jaxb.libs.redist}/xsdlib.jar
# xjc
xjc.root=${jaxb.root}/xjc
xjc.src=${xjc.root}/src
xjc.gensrc=${xjc.root}/build/src
xjc.test=${xjc.root}/test
xjc.classes=${xjc.root}/build/classes
xjc10.classes=${xjc.root}/build/1.0-classes/1.0
xjc.compilerarg=-Xbootclasspath/p:${jaxb.libs.redist}/jaxb-api.jar
# runtime
runtime.root=${jaxb.root}/runtime
runtime.src=${runtime.root}/src
runtime.test=${runtime.root}/test
runtime.classes=${runtime.root}/build/classes
runtime.test.classes=${runtime.root}/build/test
runtime.compilerarg=-Xbootclasspath/p:${jaxb.libs.redist}/jaxb-api.jar
# runtime FI
runtime-fi.root=${jaxb.root}/runtime-fi
runtime-fi.src=${runtime-fi.root}/src
runtime-fi.test=${runtime-fi.root}/test
runtime-fi.classes=${runtime-fi.root}/build/classes
runtime-fi.test.classes=${runtime-fi.root}/build/test
# runtime StAX-ex
runtime-staxex.root=${jaxb.root}/runtime-staxex
runtime-staxex.src=${runtime-staxex.root}/src
runtime-staxex.test=${runtime-staxex.root}/test
runtime-staxex.classes=${runtime-staxex.root}/build/classes
runtime-staxex.test.classes=${runtime-staxex.root}/build/test
# runtime
reflection.root=${jaxb.root}/reflection
reflection.src=${reflection.root}/src
reflection.test=${reflection.root}/test
reflection.classes=${reflection.root}/build/classes
reflection.test.classes=${reflection.root}/build/test
# annotation proxy generator
apgen.root=${jaxb.root}/apgen
apgen.src=${apgen.root}/src
apgen.classes=${apgen.root}/build/classes
# deprecated runtime
runtime-deprecated.root=${jaxb.root}/runtime-deprecated
runtime-deprecated.src=${runtime-deprecated.root}/src
runtime-deprecated.classes=${runtime-deprecated.root}/build/classes
# jar manifest template
manifest.root=${jaxb.root}/docs/manifest
# src bundle
srcbundle.dist=${jaxb.root}/srcbundle
# compiler switches
compile.debug=on
compile.optimize=off
compile.deprecation=off
javadoc.nodeprecation=false
# OSGi
osgi.root=${jaxb.root}/osgi
osgi.build=${osgi.root}/build
osgi.build.rt=${osgi.root}/build/rt
jaxb.samples=${basedir}/samples
samples.root=${jaxb.root}/samples
samples.src=${samples.root}/src
samples.build=${samples.root}/build
samples.classes=${samples.build}/classes
samples.samples-src=${samples.root}/samples-src
# JAXB source build Properties ------START------
external.dir=${jaxb.root}/external
JDK_1.5=/System/Library/Frameworks/JavaVM.framework/Versions/1.5/Home
JDK_1.6=/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home
#mavenized projects
codemodel.version=2.6
codemodel.mvn.path=com/sun/codemodel/codemodel/${codemodel.version}/codemodel-${codemodel.version}.jar
xsom.version=20110809
xsom.mvn.path=com/sun/xsom/xsom/${xsom.version}/xsom-${xsom.version}.jar
istack-commons.version=2.11
istack-commons.tools.mvn.path=com/sun/istack/istack-commons-tools/${istack-commons.version}/istack-commons-tools-${istack-commons.version}
istack-commons.runtime.mvn.path=com/sun/istack/istack-commons-runtime/${istack-commons.version}/istack-commons-runtime-${istack-commons.version}
istack-commons.test.mvn.path=com/sun/istack/istack-commons-test/${istack-commons.version}/istack-commons-test-${istack-commons.version}
rngom.version=201103-SNAPSHOT
rngom.mvn.path=org/kohsuke/rngom/rngom/${rngom.version}/rngom-${rngom.version}.jar
fi.version=1.2.12
fi.mvn.path=com/sun/xml/fastinfoset/FastInfoset/${fi.version}/FastInfoset-${fi.version}.jar
txw2.version=20110809
txw2.mvn.path=com/sun/xml/txw2/txw2/${txw2.version}/txw2-${txw2.version}.jar
txwc2.mvn.path=com/sun/xml/txw2/txwc2/${txw2.version}/txwc2-${txw2.version}.jar
dtd-parser.version=1.2-SNAPSHOT
dtd-parser.mvn.path=com/sun/xml/dtd-parser/dtd-parser/${dtd-parser.version}/dtd-parser-${dtd-parser.version}.jar
#end mavenized
#imported from cvs -d:pserver:[email protected]:/cvsroot/relaxng export -r version-1_0 datatype
#relaxng-datatype.svn.url= https://glassfish-svn.dev.java.net/svn/glassfish-svn/trunk/external/modules/relaxng-datatype
relaxng-datatype.version=1.0
relaxng-datatype.mvn.path=com/sun/xml/relaxngDatatype/${relaxng-datatype.version}/relaxngDatatype-${relaxng-datatype.version}.jar
#imported from cvs -d:pserver:[email protected]:/cvsroot/relaxngcc export -D 20021212 relaxngcc
#relaxngcc.svn.url= https://glassfish-svn.dev.java.net/svn/glassfish-svn/trunk/external/modules/relaxngcc
relaxngcc.version=20021212
relaxngcc.mvn.path=com/sun/xml/relaxngcc/${relaxngcc.version}/relaxngcc-${relaxngcc.version}.jar
#imported from svn co -r '{20050516}' https://msv.dev.java.net/svn/msv/trunk msv-20050516 + DateType.java from trunk, as the repository was corrupt and the file is missing from tag
#xsdlib.svn.url= https://glassfish-svn.dev.java.net/svn/glassfish-svn/trunk/external/modules/xsdlib
xsdlib.version=20050516
xsdlib.mvn.path=com/sun/msv/datatype/xsd/xsdlib/${xsdlib.version}/xsdlib-${xsdlib.version}.jar
#imported from cvs -d :pserver:[email protected]:/cvsroot/iso-relax co -D 20090621 -d isorelax iso-relax
#isorelax.svn.url= https://glassfish-svn.dev.java.net/svn/glassfish-svn/trunk/external/modules/isorelax
isorelax.version=20090621
isorelax.mvn.path=isorelax/isorelax/${isorelax.version}/isorelax-${isorelax.version}.jar
jaxb-api.version=${release.spec.version}
jaxb-api.mvn.path=javax/xml/bind/jaxb-api/${jaxb-api.version}/jaxb-api-${jaxb-api.version}.jar
jaxb-api-osgi.mvn.path=javax/xml/bind/jaxb-api-osgi/${jaxb-api.version}/jaxb-api-osgi-${jaxb-api.version}.jar
#imported from cvs -z3 -d:pserver:[email protected]:/cvsroot/args4j export -r release-1_0 -d args4j-release-1_0 args4j
args4j.version=1.0
args4j.mvn.path=args4j/args4j/${args4j.version}/args4j-${args4j.version}.jar
#imported from svn co -r '{20050516}' https://msv.dev.java.net/svn/msv/trunk msv-20050516
#msv.svn.url= https://glassfish-svn.dev.java.net/svn/glassfish-svn/trunk/external/modules/msv
msv.version=20050516
msv.mvn.path=com/sun/msv/msv/${msv.version}/msv-${msv.version}.jar
#javacc.cvs.url=:pserver:[email protected]:/cvs
#javacc.cvs.tag=release_32
javacc.version=3.2
javacc.mvn.path=javacc/javacc/${javacc.version}/javacc-${javacc.version}.jar
#imported from svn co http://svn.apache.org/repos/asf/xml/commons/tags/xml-commons-resolver-1_1/
#resolver.svn.url= https://glassfish-svn.dev.java.net/svn/glassfish-svn/trunk/external/modules/resolver
resolver.version=1.1
resolver.mvn.path=xml-resolver/xml-resolver/${resolver.version}/xml-resolver-${resolver.version}.jar
#imported from resolver source zip bundled with jaxb 2.2
#resolver-comsun.svn.url= https://glassfish-svn.dev.java.net/svn/glassfish-svn/trunk/external/modules/resolver-comsun
resolver-comsun.version=1.1
resolver-comsun.mvn.path=xml-resolver/xml-resolver-comsun/${resolver-comsun.version}/xml-resolver-comsun-${resolver-comsun.version}.jar
#imported from jsr173api source zip bundled with jaxb 2.2
#jsr173api.svn.url= https://glassfish-svn.dev.java.net/svn/glassfish-svn/trunk/external/modules/jsr173api
jsr173api.version=1.0
jsr173api.mvn.path=javax/xml/jsr173/${jsr173api.version}/jsr173-${jsr173api.version}.jar
#imported from activation source zip bundled with jaxb 2.2
#activation.svn.url= https://glassfish-svn.dev.java.net/svn/glassfish-svn/trunk/external/modules/activation
activation.version=1.1
activation.mvn.path=javax/activation/activation/${activation.version}/activation-${activation.version}.jar
#imported from cvs -d :pserver:[email protected]:/cvs checkout -D 20060204 -d stax-ex-20060204 stax-ex
#stax-ex.svn.url= https://glassfish-svn.dev.java.net/svn/glassfish-svn/trunk/external/modules/stax-ex
stax-ex.version=1.3-SNAPSHOT
stax-ex.mvn.path=org/jvnet/staxex/stax-ex/${stax-ex.version}/stax-ex-${stax-ex.version}.jar
#fi.cvs.url=:pserver:[email protected]:/cvs
#fi1.cvs.tag=FAST_INFOSET_JWSDP_1_6_10
fi1.version=1.0
fi1.mvn.path=com/sun/xml/fastinfoset/FastInfoset/${fi1.version}/FastInfoset-${fi1.version}.jar
jaxb.version=${release.impl.version}${release.impl.version.suffix}
jaxb-osgi.mvn.path=com/sun/xml/bind/jaxb-osgi/${jaxb.version}/jaxb-osgi-${jaxb.version}.jar
# JAXB Source build Properties ------END------