forked from appium/java-client
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule_java-client.xml
More file actions
Latest commit
330 lines (310 loc) · 23 KB
/
Copy pathmodule_java-client.xml
File metadata and controls
330 lines (310 loc) · 23 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
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
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
<?xml version="1.0" encoding="UTF-8"?>
<projectname="module_java-client"default="compile.module.java-client">
<dirnameproperty="module.java-client.basedir"file="${ant.file.module_java-client}"/>
<propertyname="module.jdk.home.java-client"value="${project.jdk.home}"/>
<propertyname="module.jdk.bin.java-client"value="${project.jdk.bin}"/>
<propertyname="module.jdk.classpath.java-client"value="${project.jdk.classpath}"/>
<propertyname="compiler.args.java-client"value="-encoding UTF-8 -source 8 -target 8 ${compiler.args}"/>
<propertyname="java-client.output.dir"value="${module.java-client.basedir}/build/classes/main"/>
<propertyname="java-client.testoutput.dir"value="${module.java-client.basedir}/build/classes/test"/>
<pathid="java-client.module.bootclasspath">
<!-- Paths to be included in compilation bootclasspath -->
</path>
<pathid="java-client.module.production.classpath">
<pathrefid="${module.jdk.classpath.java-client}"/>
<pathrefid="library.gradle:_org.seleniumhq.selenium:selenium-java:3.0.1.classpath"/>
<pathrefid="library.gradle:_com.google.code.gson:gson:2.8.0.classpath"/>
<pathrefid="library.gradle:_org.apache.httpcomponents:httpclient:4.5.2.classpath"/>
<pathrefid="library.gradle:_com.google.guava:guava:20.0.classpath"/>
<pathrefid="library.gradle:_cglib:cglib:3.2.4.classpath"/>
<pathrefid="library.gradle:_commons-validator:commons-validator:1.5.1.classpath"/>
<pathrefid="library.gradle:_org.apache.commons:commons-lang3:3.5.classpath"/>
<pathrefid="library.gradle:_commons-io:commons-io:2.5.classpath"/>
<pathrefid="library.gradle:_org.springframework:spring-context:4.3.5.release.classpath"/>
<pathrefid="library.gradle:_org.aspectj:aspectjweaver:1.8.10.classpath"/>
<pathrefid="library.gradle:_org.seleniumhq.selenium:selenium-chrome-driver:3.0.1.classpath"/>
<pathrefid="library.gradle:_org.seleniumhq.selenium:selenium-edge-driver:3.0.1.classpath"/>
<pathrefid="library.gradle:_org.seleniumhq.selenium:selenium-firefox-driver:3.0.1.classpath"/>
<pathrefid="library.gradle:_org.seleniumhq.selenium:selenium-ie-driver:3.0.1.classpath"/>
<pathrefid="library.gradle:_org.seleniumhq.selenium:selenium-opera-driver:3.0.1.classpath"/>
<pathrefid="library.gradle:_org.seleniumhq.selenium:selenium-safari-driver:3.0.1.classpath"/>
<pathrefid="library.gradle:_org.seleniumhq.selenium:selenium-support:3.0.1.classpath"/>
<pathrefid="library.gradle:_net.sourceforge.htmlunit:htmlunit:2.23.classpath"/>
<pathrefid="library.gradle:_com.codeborne:phantomjsdriver:1.3.0.classpath"/>
<pathrefid="library.gradle:_org.apache.httpcomponents:httpcore:4.4.4.classpath"/>
<pathrefid="library.gradle:_commons-logging:commons-logging:1.2.classpath"/>
<pathrefid="library.gradle:_org.ow2.asm:asm:5.1.classpath"/>
<pathrefid="library.gradle:_org.apache.ant:ant:1.9.6.classpath"/>
<pathrefid="library.gradle:_commons-beanutils:commons-beanutils:1.9.2.classpath"/>
<pathrefid="library.gradle:_commons-digester:commons-digester:1.8.1.classpath"/>
<pathrefid="library.gradle:_commons-collections:commons-collections:3.2.2.classpath"/>
<pathrefid="library.gradle:_org.springframework:spring-aop:4.3.5.release.classpath"/>
<pathrefid="library.gradle:_org.springframework:spring-beans:4.3.5.release.classpath"/>
<pathrefid="library.gradle:_org.springframework:spring-core:4.3.5.release.classpath"/>
<pathrefid="library.gradle:_org.springframework:spring-expression:4.3.5.release.classpath"/>
<pathrefid="library.gradle:_org.seleniumhq.selenium:selenium-remote-driver:3.0.1.classpath"/>
<pathrefid="library.gradle:_io.netty:netty:3.5.7.final.classpath"/>
<pathrefid="library.gradle:_junit:junit:4.12.classpath"/>
<pathrefid="library.gradle:_xalan:xalan:2.7.2.classpath"/>
<pathrefid="library.gradle:_org.apache.httpcomponents:httpmime:4.5.2.classpath"/>
<pathrefid="library.gradle:_net.sourceforge.htmlunit:htmlunit-core-js:2.23.classpath"/>
<pathrefid="library.gradle:_net.sourceforge.htmlunit:neko-htmlunit:2.23.classpath"/>
<pathrefid="library.gradle:_net.sourceforge.cssparser:cssparser:0.9.20.classpath"/>
<pathrefid="library.gradle:_org.apache.ant:ant-launcher:1.9.6.classpath"/>
<pathrefid="library.gradle:_commons-codec:commons-codec:1.10.classpath"/>
<pathrefid="library.gradle:_org.eclipse.jetty.websocket:websocket-client:9.2.18.v20160721.classpath"/>
<pathrefid="library.gradle:_org.eclipse.jetty:jetty-util:9.2.18.v20160721.classpath"/>
<pathrefid="library.gradle:_org.eclipse.jetty:jetty-io:9.2.18.v20160721.classpath"/>
<pathrefid="library.gradle:_org.eclipse.jetty.websocket:websocket-common:9.2.18.v20160721.classpath"/>
<pathrefid="library.gradle:_org.seleniumhq.selenium:selenium-api:3.0.1.classpath"/>
<pathrefid="library.gradle:_cglib:cglib-nodep:3.2.4.classpath"/>
<pathrefid="library.gradle:_org.apache.commons:commons-exec:1.3.classpath"/>
<pathrefid="library.gradle:_net.java.dev.jna:jna-platform:4.1.0.classpath"/>
<pathrefid="library.gradle:_org.hamcrest:hamcrest-core:1.3.classpath"/>
<pathrefid="library.gradle:_xalan:serializer:2.7.2.classpath"/>
<pathrefid="library.gradle:_xerces:xercesimpl:2.11.0.classpath"/>
<pathrefid="library.gradle:_org.w3c.css:sac:1.3.classpath"/>
<pathrefid="library.gradle:_org.eclipse.jetty.websocket:websocket-api:9.2.18.v20160721.classpath"/>
<pathrefid="library.gradle:_net.java.dev.jna:jna:4.1.0.classpath"/>
<pathrefid="library.gradle:_xml-apis:xml-apis:1.4.01.classpath"/>
</path>
<pathid="java-client.runtime.production.module.classpath">
<pathelementlocation="${java-client.output.dir}"/>
<pathrefid="library.gradle:_org.seleniumhq.selenium:selenium-java:3.0.1.classpath"/>
<pathrefid="library.gradle:_com.google.code.gson:gson:2.8.0.classpath"/>
<pathrefid="library.gradle:_org.apache.httpcomponents:httpclient:4.5.2.classpath"/>
<pathrefid="library.gradle:_com.google.guava:guava:20.0.classpath"/>
<pathrefid="library.gradle:_cglib:cglib:3.2.4.classpath"/>
<pathrefid="library.gradle:_commons-validator:commons-validator:1.5.1.classpath"/>
<pathrefid="library.gradle:_org.apache.commons:commons-lang3:3.5.classpath"/>
<pathrefid="library.gradle:_commons-io:commons-io:2.5.classpath"/>
<pathrefid="library.gradle:_org.springframework:spring-context:4.3.5.release.classpath"/>
<pathrefid="library.gradle:_org.aspectj:aspectjweaver:1.8.10.classpath"/>
<pathrefid="library.gradle:_org.seleniumhq.selenium:selenium-chrome-driver:3.0.1.classpath"/>
<pathrefid="library.gradle:_org.seleniumhq.selenium:selenium-edge-driver:3.0.1.classpath"/>
<pathrefid="library.gradle:_org.seleniumhq.selenium:selenium-firefox-driver:3.0.1.classpath"/>
<pathrefid="library.gradle:_org.seleniumhq.selenium:selenium-ie-driver:3.0.1.classpath"/>
<pathrefid="library.gradle:_org.seleniumhq.selenium:selenium-opera-driver:3.0.1.classpath"/>
<pathrefid="library.gradle:_org.seleniumhq.selenium:selenium-safari-driver:3.0.1.classpath"/>
<pathrefid="library.gradle:_org.seleniumhq.selenium:selenium-support:3.0.1.classpath"/>
<pathrefid="library.gradle:_net.sourceforge.htmlunit:htmlunit:2.23.classpath"/>
<pathrefid="library.gradle:_com.codeborne:phantomjsdriver:1.3.0.classpath"/>
<pathrefid="library.gradle:_org.apache.httpcomponents:httpcore:4.4.4.classpath"/>
<pathrefid="library.gradle:_commons-logging:commons-logging:1.2.classpath"/>
<pathrefid="library.gradle:_org.ow2.asm:asm:5.1.classpath"/>
<pathrefid="library.gradle:_org.apache.ant:ant:1.9.6.classpath"/>
<pathrefid="library.gradle:_commons-beanutils:commons-beanutils:1.9.2.classpath"/>
<pathrefid="library.gradle:_commons-digester:commons-digester:1.8.1.classpath"/>
<pathrefid="library.gradle:_commons-collections:commons-collections:3.2.2.classpath"/>
<pathrefid="library.gradle:_org.springframework:spring-aop:4.3.5.release.classpath"/>
<pathrefid="library.gradle:_org.springframework:spring-beans:4.3.5.release.classpath"/>
<pathrefid="library.gradle:_org.springframework:spring-core:4.3.5.release.classpath"/>
<pathrefid="library.gradle:_org.springframework:spring-expression:4.3.5.release.classpath"/>
<pathrefid="library.gradle:_org.seleniumhq.selenium:selenium-remote-driver:3.0.1.classpath"/>
<pathrefid="library.gradle:_io.netty:netty:3.5.7.final.classpath"/>
<pathrefid="library.gradle:_junit:junit:4.12.classpath"/>
<pathrefid="library.gradle:_xalan:xalan:2.7.2.classpath"/>
<pathrefid="library.gradle:_org.apache.httpcomponents:httpmime:4.5.2.classpath"/>
<pathrefid="library.gradle:_net.sourceforge.htmlunit:htmlunit-core-js:2.23.classpath"/>
<pathrefid="library.gradle:_net.sourceforge.htmlunit:neko-htmlunit:2.23.classpath"/>
<pathrefid="library.gradle:_net.sourceforge.cssparser:cssparser:0.9.20.classpath"/>
<pathrefid="library.gradle:_org.apache.ant:ant-launcher:1.9.6.classpath"/>
<pathrefid="library.gradle:_commons-codec:commons-codec:1.10.classpath"/>
<pathrefid="library.gradle:_org.eclipse.jetty.websocket:websocket-client:9.2.18.v20160721.classpath"/>
<pathrefid="library.gradle:_org.eclipse.jetty:jetty-util:9.2.18.v20160721.classpath"/>
<pathrefid="library.gradle:_org.eclipse.jetty:jetty-io:9.2.18.v20160721.classpath"/>
<pathrefid="library.gradle:_org.eclipse.jetty.websocket:websocket-common:9.2.18.v20160721.classpath"/>
<pathrefid="library.gradle:_org.seleniumhq.selenium:selenium-api:3.0.1.classpath"/>
<pathrefid="library.gradle:_cglib:cglib-nodep:3.2.4.classpath"/>
<pathrefid="library.gradle:_org.apache.commons:commons-exec:1.3.classpath"/>
<pathrefid="library.gradle:_net.java.dev.jna:jna-platform:4.1.0.classpath"/>
<pathrefid="library.gradle:_org.hamcrest:hamcrest-core:1.3.classpath"/>
<pathrefid="library.gradle:_xalan:serializer:2.7.2.classpath"/>
<pathrefid="library.gradle:_xerces:xercesimpl:2.11.0.classpath"/>
<pathrefid="library.gradle:_org.w3c.css:sac:1.3.classpath"/>
<pathrefid="library.gradle:_org.eclipse.jetty.websocket:websocket-api:9.2.18.v20160721.classpath"/>
<pathrefid="library.gradle:_net.java.dev.jna:jna:4.1.0.classpath"/>
<pathrefid="library.gradle:_xml-apis:xml-apis:1.4.01.classpath"/>
</path>
<pathid="java-client.module.classpath">
<pathrefid="${module.jdk.classpath.java-client}"/>
<pathelementlocation="${java-client.output.dir}"/>
<pathrefid="library.gradle:_org.seleniumhq.selenium:selenium-java:3.0.1.classpath"/>
<pathrefid="library.gradle:_com.google.code.gson:gson:2.8.0.classpath"/>
<pathrefid="library.gradle:_org.apache.httpcomponents:httpclient:4.5.2.classpath"/>
<pathrefid="library.gradle:_com.google.guava:guava:20.0.classpath"/>
<pathrefid="library.gradle:_cglib:cglib:3.2.4.classpath"/>
<pathrefid="library.gradle:_commons-validator:commons-validator:1.5.1.classpath"/>
<pathrefid="library.gradle:_org.apache.commons:commons-lang3:3.5.classpath"/>
<pathrefid="library.gradle:_commons-io:commons-io:2.5.classpath"/>
<pathrefid="library.gradle:_org.springframework:spring-context:4.3.5.release.classpath"/>
<pathrefid="library.gradle:_org.aspectj:aspectjweaver:1.8.10.classpath"/>
<pathrefid="library.gradle:_org.seleniumhq.selenium:selenium-chrome-driver:3.0.1.classpath"/>
<pathrefid="library.gradle:_org.seleniumhq.selenium:selenium-edge-driver:3.0.1.classpath"/>
<pathrefid="library.gradle:_org.seleniumhq.selenium:selenium-firefox-driver:3.0.1.classpath"/>
<pathrefid="library.gradle:_org.seleniumhq.selenium:selenium-ie-driver:3.0.1.classpath"/>
<pathrefid="library.gradle:_org.seleniumhq.selenium:selenium-opera-driver:3.0.1.classpath"/>
<pathrefid="library.gradle:_org.seleniumhq.selenium:selenium-safari-driver:3.0.1.classpath"/>
<pathrefid="library.gradle:_org.seleniumhq.selenium:selenium-support:3.0.1.classpath"/>
<pathrefid="library.gradle:_net.sourceforge.htmlunit:htmlunit:2.23.classpath"/>
<pathrefid="library.gradle:_com.codeborne:phantomjsdriver:1.3.0.classpath"/>
<pathrefid="library.gradle:_org.apache.httpcomponents:httpcore:4.4.4.classpath"/>
<pathrefid="library.gradle:_commons-logging:commons-logging:1.2.classpath"/>
<pathrefid="library.gradle:_org.ow2.asm:asm:5.1.classpath"/>
<pathrefid="library.gradle:_org.apache.ant:ant:1.9.6.classpath"/>
<pathrefid="library.gradle:_commons-beanutils:commons-beanutils:1.9.2.classpath"/>
<pathrefid="library.gradle:_commons-digester:commons-digester:1.8.1.classpath"/>
<pathrefid="library.gradle:_commons-collections:commons-collections:3.2.2.classpath"/>
<pathrefid="library.gradle:_org.springframework:spring-aop:4.3.5.release.classpath"/>
<pathrefid="library.gradle:_org.springframework:spring-beans:4.3.5.release.classpath"/>
<pathrefid="library.gradle:_org.springframework:spring-core:4.3.5.release.classpath"/>
<pathrefid="library.gradle:_org.springframework:spring-expression:4.3.5.release.classpath"/>
<pathrefid="library.gradle:_org.seleniumhq.selenium:selenium-remote-driver:3.0.1.classpath"/>
<pathrefid="library.gradle:_io.netty:netty:3.5.7.final.classpath"/>
<pathrefid="library.gradle:_junit:junit:4.12.classpath"/>
<pathrefid="library.gradle:_xalan:xalan:2.7.2.classpath"/>
<pathrefid="library.gradle:_org.apache.httpcomponents:httpmime:4.5.2.classpath"/>
<pathrefid="library.gradle:_net.sourceforge.htmlunit:htmlunit-core-js:2.23.classpath"/>
<pathrefid="library.gradle:_net.sourceforge.htmlunit:neko-htmlunit:2.23.classpath"/>
<pathrefid="library.gradle:_net.sourceforge.cssparser:cssparser:0.9.20.classpath"/>
<pathrefid="library.gradle:_org.apache.ant:ant-launcher:1.9.6.classpath"/>
<pathrefid="library.gradle:_commons-codec:commons-codec:1.10.classpath"/>
<pathrefid="library.gradle:_org.eclipse.jetty.websocket:websocket-client:9.2.18.v20160721.classpath"/>
<pathrefid="library.gradle:_org.eclipse.jetty:jetty-util:9.2.18.v20160721.classpath"/>
<pathrefid="library.gradle:_org.eclipse.jetty:jetty-io:9.2.18.v20160721.classpath"/>
<pathrefid="library.gradle:_org.eclipse.jetty.websocket:websocket-common:9.2.18.v20160721.classpath"/>
<pathrefid="library.gradle:_org.seleniumhq.selenium:selenium-api:3.0.1.classpath"/>
<pathrefid="library.gradle:_cglib:cglib-nodep:3.2.4.classpath"/>
<pathrefid="library.gradle:_org.apache.commons:commons-exec:1.3.classpath"/>
<pathrefid="library.gradle:_net.java.dev.jna:jna-platform:4.1.0.classpath"/>
<pathrefid="library.gradle:_org.hamcrest:hamcrest-core:1.3.classpath"/>
<pathrefid="library.gradle:_xalan:serializer:2.7.2.classpath"/>
<pathrefid="library.gradle:_xerces:xercesimpl:2.11.0.classpath"/>
<pathrefid="library.gradle:_org.w3c.css:sac:1.3.classpath"/>
<pathrefid="library.gradle:_org.eclipse.jetty.websocket:websocket-api:9.2.18.v20160721.classpath"/>
<pathrefid="library.gradle:_net.java.dev.jna:jna:4.1.0.classpath"/>
<pathrefid="library.gradle:_xml-apis:xml-apis:1.4.01.classpath"/>
</path>
<pathid="java-client.runtime.module.classpath">
<pathelementlocation="${java-client.testoutput.dir}"/>
<pathelementlocation="${java-client.output.dir}"/>
<pathrefid="library.gradle:_org.seleniumhq.selenium:selenium-java:3.0.1.classpath"/>
<pathrefid="library.gradle:_com.google.code.gson:gson:2.8.0.classpath"/>
<pathrefid="library.gradle:_org.apache.httpcomponents:httpclient:4.5.2.classpath"/>
<pathrefid="library.gradle:_com.google.guava:guava:20.0.classpath"/>
<pathrefid="library.gradle:_cglib:cglib:3.2.4.classpath"/>
<pathrefid="library.gradle:_commons-validator:commons-validator:1.5.1.classpath"/>
<pathrefid="library.gradle:_org.apache.commons:commons-lang3:3.5.classpath"/>
<pathrefid="library.gradle:_commons-io:commons-io:2.5.classpath"/>
<pathrefid="library.gradle:_org.springframework:spring-context:4.3.5.release.classpath"/>
<pathrefid="library.gradle:_org.aspectj:aspectjweaver:1.8.10.classpath"/>
<pathrefid="library.gradle:_org.seleniumhq.selenium:selenium-chrome-driver:3.0.1.classpath"/>
<pathrefid="library.gradle:_org.seleniumhq.selenium:selenium-edge-driver:3.0.1.classpath"/>
<pathrefid="library.gradle:_org.seleniumhq.selenium:selenium-firefox-driver:3.0.1.classpath"/>
<pathrefid="library.gradle:_org.seleniumhq.selenium:selenium-ie-driver:3.0.1.classpath"/>
<pathrefid="library.gradle:_org.seleniumhq.selenium:selenium-opera-driver:3.0.1.classpath"/>
<pathrefid="library.gradle:_org.seleniumhq.selenium:selenium-safari-driver:3.0.1.classpath"/>
<pathrefid="library.gradle:_org.seleniumhq.selenium:selenium-support:3.0.1.classpath"/>
<pathrefid="library.gradle:_net.sourceforge.htmlunit:htmlunit:2.23.classpath"/>
<pathrefid="library.gradle:_com.codeborne:phantomjsdriver:1.3.0.classpath"/>
<pathrefid="library.gradle:_org.apache.httpcomponents:httpcore:4.4.4.classpath"/>
<pathrefid="library.gradle:_commons-logging:commons-logging:1.2.classpath"/>
<pathrefid="library.gradle:_org.ow2.asm:asm:5.1.classpath"/>
<pathrefid="library.gradle:_org.apache.ant:ant:1.9.6.classpath"/>
<pathrefid="library.gradle:_commons-beanutils:commons-beanutils:1.9.2.classpath"/>
<pathrefid="library.gradle:_commons-digester:commons-digester:1.8.1.classpath"/>
<pathrefid="library.gradle:_commons-collections:commons-collections:3.2.2.classpath"/>
<pathrefid="library.gradle:_org.springframework:spring-aop:4.3.5.release.classpath"/>
<pathrefid="library.gradle:_org.springframework:spring-beans:4.3.5.release.classpath"/>
<pathrefid="library.gradle:_org.springframework:spring-core:4.3.5.release.classpath"/>
<pathrefid="library.gradle:_org.springframework:spring-expression:4.3.5.release.classpath"/>
<pathrefid="library.gradle:_org.seleniumhq.selenium:selenium-remote-driver:3.0.1.classpath"/>
<pathrefid="library.gradle:_io.netty:netty:3.5.7.final.classpath"/>
<pathrefid="library.gradle:_junit:junit:4.12.classpath"/>
<pathrefid="library.gradle:_xalan:xalan:2.7.2.classpath"/>
<pathrefid="library.gradle:_org.apache.httpcomponents:httpmime:4.5.2.classpath"/>
<pathrefid="library.gradle:_net.sourceforge.htmlunit:htmlunit-core-js:2.23.classpath"/>
<pathrefid="library.gradle:_net.sourceforge.htmlunit:neko-htmlunit:2.23.classpath"/>
<pathrefid="library.gradle:_net.sourceforge.cssparser:cssparser:0.9.20.classpath"/>
<pathrefid="library.gradle:_org.apache.ant:ant-launcher:1.9.6.classpath"/>
<pathrefid="library.gradle:_commons-codec:commons-codec:1.10.classpath"/>
<pathrefid="library.gradle:_org.eclipse.jetty.websocket:websocket-client:9.2.18.v20160721.classpath"/>
<pathrefid="library.gradle:_org.eclipse.jetty:jetty-util:9.2.18.v20160721.classpath"/>
<pathrefid="library.gradle:_org.eclipse.jetty:jetty-io:9.2.18.v20160721.classpath"/>
<pathrefid="library.gradle:_org.eclipse.jetty.websocket:websocket-common:9.2.18.v20160721.classpath"/>
<pathrefid="library.gradle:_org.seleniumhq.selenium:selenium-api:3.0.1.classpath"/>
<pathrefid="library.gradle:_cglib:cglib-nodep:3.2.4.classpath"/>
<pathrefid="library.gradle:_org.apache.commons:commons-exec:1.3.classpath"/>
<pathrefid="library.gradle:_net.java.dev.jna:jna-platform:4.1.0.classpath"/>
<pathrefid="library.gradle:_org.hamcrest:hamcrest-core:1.3.classpath"/>
<pathrefid="library.gradle:_xalan:serializer:2.7.2.classpath"/>
<pathrefid="library.gradle:_xerces:xercesimpl:2.11.0.classpath"/>
<pathrefid="library.gradle:_org.w3c.css:sac:1.3.classpath"/>
<pathrefid="library.gradle:_org.eclipse.jetty.websocket:websocket-api:9.2.18.v20160721.classpath"/>
<pathrefid="library.gradle:_net.java.dev.jna:jna:4.1.0.classpath"/>
<pathrefid="library.gradle:_xml-apis:xml-apis:1.4.01.classpath"/>
</path>
<patternsetid="excluded.from.module.java-client">
<patternsetrefid="ignored.files"/>
</patternset>
<patternsetid="excluded.from.compilation.java-client">
<patternsetrefid="excluded.from.module.java-client"/>
</patternset>
<pathid="java-client.module.sourcepath">
<dirsetdir="${module.java-client.basedir}">
<includename="src/main/java"/>
<includename="src/main/resources"/>
</dirset>
</path>
<pathid="java-client.module.test.sourcepath">
<dirsetdir="${module.java-client.basedir}">
<includename="src/test/java"/>
<includename="src/test/resources"/>
</dirset>
</path>
<targetname="compile.module.java-client"depends="compile.module.java-client.production,compile.module.java-client.tests"description="Compile module java-client"/>
<targetname="compile.module.java-client.production"depends="register.custom.compilers"description="Compile module java-client; production classes">
<mkdirdir="${java-client.output.dir}"/>
<javac2destdir="${java-client.output.dir}"debug="${compiler.debug}"nowarn="${compiler.generate.no.warnings}"memorymaximumsize="${compiler.max.memory}"fork="true"executable="${module.jdk.bin.java-client}/javac">
<compilerargline="${compiler.args.java-client}"/>
<bootclasspathrefid="java-client.module.bootclasspath"/>
<classpathrefid="java-client.module.production.classpath"/>
<srcrefid="java-client.module.sourcepath"/>
<patternsetrefid="excluded.from.compilation.java-client"/>
</javac2>
<copytodir="${java-client.output.dir}">
<filesetdir="${module.java-client.basedir}/src/main/java">
<patternsetrefid="compiler.resources"/>
<typetype="file"/>
</fileset>
<filesetdir="${module.java-client.basedir}/src/main/resources">
<patternsetrefid="compiler.resources"/>
<typetype="file"/>
</fileset>
</copy>
</target>
<targetname="compile.module.java-client.tests"depends="register.custom.compilers,compile.module.java-client.production"description="compile module java-client; test classes"unless="skip.tests">
<mkdirdir="${java-client.testoutput.dir}"/>
<javac2destdir="${java-client.testoutput.dir}"debug="${compiler.debug}"nowarn="${compiler.generate.no.warnings}"memorymaximumsize="${compiler.max.memory}"fork="true"executable="${module.jdk.bin.java-client}/javac">
<compilerargline="${compiler.args.java-client}"/>
<bootclasspathrefid="java-client.module.bootclasspath"/>
<classpathrefid="java-client.module.classpath"/>
<srcrefid="java-client.module.test.sourcepath"/>
<patternsetrefid="excluded.from.compilation.java-client"/>
</javac2>
<copytodir="${java-client.testoutput.dir}">
<filesetdir="${module.java-client.basedir}/src/test/java">
<patternsetrefid="compiler.resources"/>
<typetype="file"/>
</fileset>
<filesetdir="${module.java-client.basedir}/src/test/resources">
<patternsetrefid="compiler.resources"/>
<typetype="file"/>
</fileset>
</copy>
</target>
<targetname="clean.module.java-client"description="cleanup module">
<deletedir="${java-client.output.dir}"/>
<deletedir="${java-client.testoutput.dir}"/>
</target>
</project>