forked from CraneSoftwrights/ubl-subset-schema
-
Notifications
You must be signed in to change notification settings - Fork 1
/
subsetUBLschemas.xml
492 lines (463 loc) · 20.7 KB
/
subsetUBLschemas.xml
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
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
<project default="make" xmlns:if="ant:if" xmlns:unless="ant:unless">
<taskdef resource="net/sf/antcontrib/antcontrib.properties"/>
<target name="make">
<property name="thisdir" value="${user.dir}"/>
<property name="utilitydir" value="${thisdir}/utilities/"/>
<propertyregex property="UBLversionBase" input="${UBLversion}"
regexp="^(\d\.\d)" select="\1" casesensitive="true"/>
<condition property="abieExtensions" value="no">
<!--override abieExtensions as "no" for UBL 2.2 and earlier-->
<or>
<equals arg1="${UBLversionBase}" arg2="2.1"/>
<equals arg1="${UBLversionBase}" arg2="2.2"/>
</or>
</condition>
<property name="abieExtensions" value="yes"/>
<!--software timestamps-->
<property name="gc2obdndr" value="20200604-1750z"/>
<property name="ods2obdgc" value="20200412-1320z"/>
<property name="cvagcxsl" value="20130416-0040z"/>
<property name="cva2sch" value="20130207-1940z"/>
<property name="gc2odsxml" value="20170727-0220z"/>
<!--documentation-->
<echo message="gc2obdndr=${gc2obdndr}"/>
<echo message="ods2obdgc=${ods2obdgc}"/>
<echo message="gc2odsxml=${gc2odsxml}"/>
<echo message="cvagcxsl=${cvagcxsl}"/>
<echo message="cva2sch=${cva2sch}"/>
<echo message="dir=${dir}"/>
<echo message="utilitydir=${utilitydir}"/>
<echo message="thisdir=${thisdir}"/>
<echo message="configdir=${configdir}"/>
<echo message="UBLversion=${UBLversion}"/>
<echo message="UBLversionBase=${UBLversionBase}"/>
<echo message="abieExtensions=${abieExtensions}"/>
<!--test skip-gc.txt to preserve the old genericode model file-->
<available property="skip-gc-generation" file="skip-gc.txt"/>
<echo if:set="skip-gc-generation" message="!!!!!!!!!!!!!! Incomplete execution requested: UBL-Entities-${configdir}.gc not being generated from the given spreadsheets; delete skip-gc.txt to restore normal operation!!!!!!!!!!!!!!!!"/>
<!--test skip-spreadsheet.txt for no spreadsheets-->
<available property="skip-spreadsheet-generation" file="skip-ss.txt"/>
<echo if:set="skip-spreadsheet-generation" message="!!!!!!!!!!!!!! Incomplete execution requested: ODS and XLS spreadsheets not being generated from UBL-Entities-${configdir}.gc ; delete skip-spreadsheets.txt to restore normal operation!!!!!!!!!!!!!!!!"/>
<!--test skip-html.txt for no HTML-->
<available property="skip-html-generation" file="skip-html.txt"/>
<echo if:set="skip-html-generation" message="!!!!!!!!!!!!!! Incomplete execution requested: HTML reports not being generated from UBL-Entities-${configdir}.gc; delete skip-html.txt to restore normal operation!!!!!!!!!!!!!!!!"/>
<available property="gc2obdndr-exists"
file="${utilitydir}Crane-gc2obdndr-${gc2obdndr}/Crane-gc2obdndr.xsl"/>
<echo unless:set="gc2obdndr-exists"
message="Cannot find gc2obdndr=${gc2obdndr}"/>
<available property="ods2obdgc-exists"
file="${utilitydir}Crane-ods2obdgc-${ods2obdgc}/Crane-ods2obdgc.xsl"/>
<echo unless:set="ods2obdgc-exists"
message="Cannot find ods2obdgc=${ods2obdgc}"/>
<available property="gc2odsxml-exists"
file="${utilitydir}Crane-gc2odsxml-${gc2odsxml}/Crane-gc2odsxml.xsl"/>
<echo unless:set="gc2odsxml-exists"
message="Cannot find gc2odsxml=${gc2odsxml}"/>
<echo message="subset-model-regex=${subset-model-regex}"/>
<echo message="subset-column-name=${subset-column-name}"/>
<echo message="version=${version}"/>
<echo message="stamp=${stamp}"/>
<propertyregex property="configdirBad" input="${configdir}"
regexp="^(UBL-).*" select="\1" casesensitive="true"/>
<echo if:set="configdirBad"
message='ERROR - the configuration directory "${configdir}" cannot begin with "UBL-"'/>
<fail if:set="configdirBad"/>
<!--start with the raw files from UBL-->
<echo message="Copying UBL directory UBL-${UBLversion}"/>
<copy preservelastmodified="true" todir="${dir}/UBL-${UBLversion}">
<fileset dir="UBL-${UBLversion}">
<include name="**"/>
</fileset>
</copy>
<copy preservelastmodified="true" todir="${dir}/${package}-${version}">
<fileset dir="${dir}/UBL-${UBLversion}">
<include name="**"/>
</fileset>
</copy>
<copy preservelastmodified="true" todir="${dir}/${package}-${version}/xsdrt">
<fileset dir="UBL-${UBLversion}/xsd">
<include name="**"/>
</fileset>
</copy>
<!--next the configuration files for the subset-->
<echo message="Copying configuration directory ${configdir}"/>
<copy preservelastmodified="true" todir="${dir}/${configdir}">
<fileset dir="${configdir}">
<include name="**"/>
</fileset>
</copy>
<move preservelastmodified="true" todir="${dir}" failonerror="false"
file="${dir}/${configdir}/UBL-Entities-${configdir}.gc"/>
<delete
file="${dir}/${package}-${version}/mod/UBL-Entities-${UBLversion}.gc"/>
<!--create GC files for subset-->
<delete file="${dir}/UBL-Entities-${configdir}.gc"
unless:set="skip-gc-generation"/>
<exec executable="wget" unless:set="skip-gc-generation">
<arg value="--no-check-certificate"/>
<arg value="-O"/><arg value="${dir}/UBL-Library-Google.ods"/>
<arg value="${libraryGoogle}/export?format=ods"/>
</exec>
<exec executable="wget" unless:set="skip-gc-generation">
<arg value="--no-check-certificate"/>
<arg value="-O"/><arg value="${dir}/UBL-Documents-Google.ods"/>
<arg value="${documentsGoogle}/export?format=ods"/>
</exec>
<condition property="processFailed">
<not>
<or>
<istrue value="${skip-gc-generation}"/>
<and>
<available file="${dir}/UBL-Library-Google.ods"/>
<available file="${dir}/UBL-Documents-Google.ods"/>
</and>
</or>
</not>
</condition>
<condition property="gc-okay">
<and>
<istrue value="${skip-gc-generation}"/>
<available file="${dir}/UBL-Entities-${configdir}.gc"/>
</and>
</condition>
<!--create GC unless GC has been supplied-->
<property name="lengthen-uri"
location="${configdir}/massageModelName-${configdir}.xml"/>
<property name="ident-uri"
location="${configdir}/ident-${configdir}.xml"/>
<antcallback target="-ods2gc" unless:set="processFailed" return="returnGC2ODS">
<param name="okay" value="gc-okay"/>
<param name="source" value="${dir}/UBL-Library-Google.ods,${dir}/UBL-Documents-Google.ods"/>
<param name="target" value="${dir}/UBL-Entities-${configdir}.gc"/>
<param name="identification-uri" value="${ident-uri}"/>
<param name="lengthen-model-name-uri" value="${lengthen-uri}"/>
<param name="returnProperty" value="returnGC2ODS"/>
</antcallback>
<condition property="processFailed">
<and>
<isset property="returnGC2ODS"/>
<not>
<equals arg1="${returnGC2ODS}" arg2="0"/>
</not>
</and>
</condition>
<condition property="processFailed">
<not>
<available file="${dir}/UBL-Entities-${configdir}.gc"/>
</not>
</condition>
<!--create XSD files--><!--against UBL ${UBLversion}-->
<antcallback target="-gc2ndr" return="returnNDR"
unless:set="processFailed">
<param name="okay" value="xsd-okay"/><!--not set to force running-->
<param name="report"
value="${dir}/check-${package}-${stamp}-UBL-${UBLversion}.html"/>
<param name="change" value="${package}"/>
<param name="compare"
value="UBL-${UBLversion}/mod/UBL-Entities-${UBLversion}.gc"/>
<param name="title" value="${title}"/>
<param name="dbcmn"
value="old2newDocBook-${configdir}-${version}-UBL-${UBLversion}-library-ent.xml"/>
<param name="dbmain"
value="old2newDocBook-${configdir}-${version}-UBL-${UBLversion}-documents-ent.xml"/>
<param name="dbhref"
value="mod/summary/reports/All-${package}-Documents.html"/>
<param name="words" value="wordlist-UBL-${UBLversion}.txt"/>
<param name="source" value="${dir}/UBL-Entities-${configdir}.gc"/>
<param name="config" value="${configdir}/config-${configdir}.xml"/>
<param name="basecfg" value=""/>
<param name="basegc" value=""/>
<param name="library" value="UBL-CommonLibrary-${UBLversionBase}"/>
<param name="subsets" value="${subset-model-regex}"/>
<param name="subsCol" value="${subset-column-name}"/>
<param name="fatal" value="yes"/>
<param name="returnProperty" value="returnNDR"/>
</antcallback>
<condition property="processFailed">
<and>
<isset property="returnNDR"/>
<not>
<equals arg1="${returnNDR}" arg2="0"/>
</not>
</and>
</condition>
<!--prepare other artefacts-->
<antcall target="-artefacts"/>
<!--prepare reports-->
<antcall target="-reports"/>
<!--package it all up-->
<antcall target="-package"/>
</target>
<target name="-artefacts" unless="processFailed">
<uptodate targetfile="${dir}/${package}-${version}/mod/UBL-Entities-${UBLversion}.ods"
property= "display-file-okay">
<srcfiles dir=".">
<include name="${dir}/UBL-Entities-${configdir}.gc"/>
<include name="${configdir}/skeletonDisplayEditSubset-${configdir}.ods"/>
</srcfiles>
</uptodate>
<condition property="display-okay">
<or>
<istrue value="${display-file-okay}"/>
<istrue value="${skip-spreadsheet-generation}"/>
</or>
</condition>
<antcall target="-gc2ods">
<param name="okay" value="display-okay"/>
<param name="source" value="${dir}/UBL-Entities-${configdir}.gc"/>
<param name="target" value="${dir}/${package}-${version}/mod/${configdir}-${version}.ods"/>
<param name="skeleton"
value="${configdir}/skeletonDisplayEditSubset-${configdir}.ods"/>
<param name="shorten" value=""/>
</antcall>
<uptodate targetfile="${dir}/${package}-${version}/mod/${configdir}-${version}.xls"
property= "xls-file-okay">
<srcfiles dir=".">
<include name="${dir}/${package}-${version}/mod/${configdir}-${version}.ods"/>
</srcfiles>
</uptodate>
<condition property="xls-okay">
<or>
<istrue value="${xls-file-okay}"/>
<istrue value="${skip-spreadsheet-generation}"/>
</or>
</condition>
<antcall target="-ods2xls">
<param name="okay" value="xls-okay"/>
<param name="sourcedir" value="${dir}/${package}-${version}/mod"/>
<param name="sourcefilenoext" value="${configdir}-${version}"/>
</antcall>
</target>
<target name="-reports" unless="processFailed">
<condition property="html-okay">
<or>
<istrue value="${html-file-okay}"/>
<istrue value="${skip-html-generation}"/>
</or>
</condition>
<parallel>
<sequential>
<antcall target="-gc2html">
<param name="okay" value="html-okay"/>
<param name="source" value="${dir}/UBL-Entities-${configdir}.gc"/>
<param name="library" value="UBL-CommonLibrary-${UBLversionBase}"/>
<param name="basehtm" value=""/>
<param name="basegc" value=""/>
<param name="subsets" value="${subset-model-regex}"/>
<param name="subsCol" value="${subset-column-name}"/>
<param name="exclusions" value="no"/>
<param name="alldocsname" value="${package}"/>
</antcall>
<antcall target="-gc2html">
<param name="okay" value="html-okay"/>
<param name="source" value="${dir}/UBL-Entities-${configdir}.gc"/>
<param name="library" value="UBL-CommonLibrary-${UBLversionBase}"/>
<param name="basehtm" value=""/>
<param name="basegc" value=""/>
<param name="subsets" value="${subset-model-regex}"/>
<param name="subsCol" value="${subset-column-name}"/>
<param name="exclusions" value="yes"/>
<param name="alldocsname" value="${package}-exclusions"/>
</antcall>
</sequential>
</parallel>
</target>
<target name="-ods2gc" unless="${okay}">
<delete file="${target}"/>
<echo message='Rebuilding "${target}" GC file...'/>
<java resultProperty="returnODS" append="true" classname="net.sf.saxon.Transform">
<arg value="-xsl:${utilitydir}Crane-ods2obdgc-${ods2obdgc}/Crane-ods2obdgc.xsl"/>
<arg value="-o:${target}"/>
<arg value="-it:ods-uri"/>
<arg value="ods-uri=${source}"/>
<arg value="identification-uri=${identification-uri}"/>
<arg value="lengthen-model-name-uri=${lengthen-model-name-uri}"/>
</java>
<available property="done" file="${target}"/>
<echo unless:set="done" message="Unable to create GC file: ${target}"/>
<condition property="${returnProperty}">
<and>
<isset property="returnODS"/>
<not>
<equals arg1="${returnODS}" arg2="0"/>
</not>
</and>
</condition>
</target>
<target name="-gc2ods" unless="${okay}">
<delete file="${target}"/>
<echo message='Rebuilding "${target}" ODS file...'/>
<java append="true" classname="net.sf.saxon.Transform">
<arg value="-xsl:${utilitydir}Crane-gc2odsxml-${gc2odsxml}/Crane-gc2odsxml.xsl"/>
<arg value="-o:${target}-dir/dummy"/>
<arg value="-s:${source}"/>
<arg value="skeleton-ods-uri=${skeleton}"/>
<arg value="--suppressXsltNamespaceCheck:on"/>
</java>
<available property="files" file="${target}-dir/content.xml"/>
<echo unless:set="files"
message="Unable to create ODS XML file: ${target}-dir/"/>
<zip destfile="${target}" basedir="${target}-dir" includes="**"/>
<delete dir="${target}-dir"/>
<available property="done" file="${target}"/>
<echo unless:set="done" message="Unable to create ODS file: ${target}"/>
</target>
<target name="-ods2xls" unless="${okay}">
<delete file="${sourcedir}/${sourcefilenoext}.xls"/>
<echo message="Need to rebuild ${sourcedir}/${sourcefilenoext}.xls from ${sourcedir}/${sourcefilenoext}.ods..."/>
<available property="ready" file="${sourcedir}/${sourcefilenoext}.ods"/>
<echo unless:set="ready" message="Unable to find ODS file: ${sourcedir}/${sourcefilenoext}.ods"/>
<exec executable="soffice">
<arg value="--headless"/>
<arg value="--convert-to"/>
<arg value="xls"/>
<arg value="--outdir"/>
<arg value="${sourcedir}/"/>
<arg value="${sourcedir}/${sourcefilenoext}.ods"/>
</exec>
<available property="done" file="${sourcedir}/${sourcefilenoext}.xls"/>
<echo unless:set="done" message="Unable to create XLS file: ${sourcedir}/${sourcefilenoext}.xls"/>
</target>
<target name="-gc2ndr-check-only" unless="${okay}">
<echo message='Checking "${source}" GC file against NDR and old "${compare}" to create "${report}"...'/>
<echo message="Fail setting = ${fatal}"/>
<touch file="${dir}/${words}"/>
<property name="words-uri" location="${dir}/${words}"/>
<property name="spell-uri"
location="${dir}/${configdir}/spellcheck-${configdir}.txt"/>
<java resultproperty="returnCheck" append="true" classname="net.sf.saxon.Transform">
<arg value="-xsl:${utilitydir}Crane-gc2obdndr-${gc2obdndr}/Crane-checkgc4obdndr.xsl"/>
<arg value="-o:${report}"/>
<arg value="-s:${source}"/>
<arg value="config-uri=${config}"/>
<arg value="title-suffix=${title}"/>
<arg value="change-suffix=${change}"/>
<arg value="old-uri=${compare}"/>
<arg value="docbook-common-uri=${dbcmn}"/>
<arg value="docbook-maindoc-uri=${dbmain}"/>
<arg value="all-documents-report-href=${dbhref}"/>
<arg value="den-word-list-uri=${words-uri}"/>
<arg value="common-library-singleton-model-name=${library}"/>
<arg value="version-column-name=CurrentVersion"/>
<arg value="--suppressXsltNamespaceCheck:on"/>
<arg value="errors-are-fatal=${fatal}"/>
</java>
<condition property="${returnProperty}">
<and>
<isset property="returnCheck"/>
<not>
<equals arg1="${returnCheck}" arg2="0"/>
</not>
</and>
</condition>
<echo unless:set="${returnProperty}" message="Spell-checking the resulting word list into ${dir}/unexpectedWords.txt (run aspell -l EN -p ${spell-uri} check ${words-uri} if abend)..."/>
<exec unless:set="${returnProperty}" resultproperty="returnSpell" executable="sh">
<arg value="-e"/>
<arg value="-c"/>
<arg value='aspell -l EN -p ${spell-uri} list <${words-uri} | tee ${dir}/unexpectedWords.txt | wc -w | sed "s/ //g" | grep "^0$"'/>
</exec>
<condition property="${returnProperty}">
<and>
<isset property="returnSpell"/>
<not>
<equals arg1="${returnSpell}" arg2="0"/>
</not>
</and>
</condition>
</target>
<target name="-gc2ndr" unless="${okay}">
<antcallback target="-gc2ndr-check-only" return="${returnProperty}"/>
<echo unless:set="${returnProperty}" message='Creating XSD/JSON from "${source}" GC file...'/>
<java unless:set="${returnProperty}" resultproperty="returnNDRgen" append="true" classname="net.sf.saxon.Transform">
<arg value="-xsl:${utilitydir}Crane-gc2obdndr-${gc2obdndr}/Crane-gc2obdndr.xsl"/>
<arg value="-s:${source}"/>
<arg value="-o:${dir}/${package}-${version}/junk.out"/>
<arg value="config-uri=${config}"/>
<arg value="base-config-uri=${basecfg}"/>
<arg value="base-gc-uri=${basegc}"/>
<arg value="errors-are-fatal=${fatal}"/>
<arg value="common-library-singleton-model-name=${library}"/>
<arg value="subset-model-regex=${subsets}"/>
<arg value="subset-column-name=${subsCol}"/>
<arg value="--suppressXsltNamespaceCheck:on"/>
<arg value="extensions-for-abies=${abieExtensions}"/>
</java>
<condition property="${returnProperty}">
<and>
<isset property="returnNDRgen"/>
<not>
<equals arg1="${returnNDRgen}" arg2="0"/>
</not>
</and>
</condition>
</target>
<target name="-gc2html" unless="${okay}">
<delete file="${dir}/${package}-${version}/mod/summary/reports"/>
<property name="alldocsname" value="All-${package}-Documents"/>
<echo message='Creating HTML reports from "${source}" GC file with exclusions=${exclusions}...'/>
<java append="true" classname="net.sf.saxon.Transform">
<arg value="-xsl:${utilitydir}Crane-gc2obdndr-${gc2obdndr}/Crane-gc2obdsummary.xsl"/>
<arg value="-s:${source}"/>
<arg value="-o:${dir}/${package}-${version}/mod/summary/reports/junk.out"/>
<arg value="all-documents-base-name=${alldocsname}"/>
<arg value="title-prefix=${title}"/>
<arg value="date-time=${version}"/>
<arg value="subset-model-regex=${subsets}"/>
<arg value="subset-column-name=${subsCol}"/>
<arg value="subset-exclusions=${exclusions}"/>
<arg value="do-all-only=yes"/>
<arg value="common-library-singleton-model-name=${library}"/>
<arg value="copyright-text=${copyright}"/>
<arg value="--suppressXsltNamespaceCheck:on"/>
</java>
</target>
<target name="-package">
<move preservelastmodified="true" todir="${dir}/${package}-${version}/mod"
file="${dir}/UBL-Entities-${configdir}.gc"/>
<delete dir="${dir}/artefacts-${package}-v${version}-${stamp}"/>
<mkdir dir="${dir}/artefacts-${package}-v${version}-${stamp}"/>
<copy preservelastmodified="true" todir="${dir}/artefacts-${package}-v${version}-${stamp}">
<fileset dir="${dir}/${package}-${version}">
<include name="**"/>
</fileset>
</copy>
<touch if:set="skip-gc-generation" file="${dir}/artefacts-${package}-v${version}-${stamp}/GC-FILE-NOT-REGENERATED.txt"/>
<touch if:set="skip-spreadsheet-generation" file="${dir}/artefacts-${package}-v${version}-${stamp}/ODS-XLS-FILES-NOT-GENERATED.txt"/>
<touch if:set="skip-html-generation" file="${dir}/artefacts-${package}-v${version}-${stamp}/HTML-FILES-NOT-GENERATED.txt"/>
<mkdir dir="${dir}/artefacts-${package}-v${version}-${stamp}/archive-only-not-in-final-distribution"/>
<copy preservelastmodified="true" includeEmptyDirs="false"
todir="${dir}/artefacts-${package}-v${version}-${stamp}/archive-only-not-in-final-distribution">
<fileset dir=".">
<include name="**"/>
<exclude name="**/.git/**"/>
<exclude name="**/.github/**"/>
<exclude name="**/utilities/**"/>
<exclude name="**/${dir}/**"/>
<exclude name="**/UBL-**/**"/>
</fileset>
</copy>
<move preservelastmodified="true" includeEmptyDirs="false"
todir="${dir}/artefacts-${package}-v${version}-${stamp}/archive-only-not-in-final-distribution">
<fileset dir="${dir}">
<include name="*"/>
<exclude name="artefacts.*.txt"/>
</fileset>
</move>
<!--remove unneeded files to reduce storage burden-->
<delete dir="${dir}/${package}-${version}"/>
<!--
Cannot create zip until console log and error exit files added to archive.
<delete file="${dir}/artefacts-${package}-v${version}-${stamp}.zip"/>
<zip destfile="${dir}/artefacts-${package}-v${version}-${stamp}.zip"
basedir="${dir}" includes="artefacts-${package}-v${version}/**"/>
<delete dir="${dir}/artefacts-${package}-v${version}-${stamp}"/>
<unzip src="${dir}/artefacts-${package}-v${version}-${stamp}.zip"
dest="${dir}" />
-->
<!--documentation-->
<echo message="subset-model-regex=${subset-model-regex}"/>
<echo message="subset-column-name=${subset-column-name}"/>
<echo message="version=${version}"/>
<echo message="stamp=${stamp}"/>
</target>
</project>