-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathbuild-packages.bat
207 lines (165 loc) · 8.95 KB
/
build-packages.bat
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
del *.tgz /s /q
del *.tar /s /q
cd hl7.fhir.rX\hl7.fhir.r2.core
"C:\Program Files\7-Zip\7z.exe" a -ttar package.tar package other -x!*.DS*
"C:\Program Files\7-Zip\7z.exe" a -tgzip hl7.fhir.r2.core.tgz package.tar
cd ..\..
cd hl7.fhir.rX\hl7.fhir.r2.corexml
"C:\Program Files\7-Zip\7z.exe" a -ttar package.tar package xml -x!*.DS*
"C:\Program Files\7-Zip\7z.exe" a -tgzip hl7.fhir.r2.corexml.tgz package.tar
cd ..\..
cd hl7.fhir.rX\hl7.fhir.r2.elements
"C:\Program Files\7-Zip\7z.exe" a -ttar package.tar package other xml -x!*.DS*
"C:\Program Files\7-Zip\7z.exe" a -tgzip hl7.fhir.r2.elements.tgz package.tar
cd ..\..
cd hl7.fhir.rX\hl7.fhir.r2.examples
"C:\Program Files\7-Zip\7z.exe" a -ttar package.tar package other xml -x!*.DS*
"C:\Program Files\7-Zip\7z.exe" a -tgzip hl7.fhir.r2.examples.tgz package.tar
cd ..\..
cd hl7.fhir.rX\hl7.fhir.r2.expansions
"C:\Program Files\7-Zip\7z.exe" a -ttar package.tar package other xml -x!*.DS*
"C:\Program Files\7-Zip\7z.exe" a -tgzip hl7.fhir.r2.expansions.tgz package.tar
cd ..\..
cd hl7.fhir.rX\hl7.fhir.r2b.core
"C:\Program Files\7-Zip\7z.exe" a -ttar package.tar package other -x!*.DS*
"C:\Program Files\7-Zip\7z.exe" a -tgzip hl7.fhir.r2b.core.tgz package.tar
cd ..\..
cd hl7.fhir.rX\hl7.fhir.r2b.corexml
"C:\Program Files\7-Zip\7z.exe" a -ttar package.tar package xml -x!*.DS*
"C:\Program Files\7-Zip\7z.exe" a -tgzip hl7.fhir.r2b.corexml.tgz package.tar
cd ..\..
cd hl7.fhir.rX\hl7.fhir.r2b.examples
"C:\Program Files\7-Zip\7z.exe" a -ttar package.tar package other xml -x!*.DS*
"C:\Program Files\7-Zip\7z.exe" a -tgzip hl7.fhir.r2b.examples.tgz package.tar
cd ..\..
cd hl7.fhir.rX\hl7.fhir.r2b.expansions
"C:\Program Files\7-Zip\7z.exe" a -ttar package.tar package other xml -x!*.DS*
"C:\Program Files\7-Zip\7z.exe" a -tgzip hl7.fhir.r2b.expansions.tgz package.tar
cd ..\..
cd hl7.fhir.rX\hl7.fhir.r3.core
"C:\Program Files\7-Zip\7z.exe" a -ttar package.tar package other openapi -x!*.DS*
"C:\Program Files\7-Zip\7z.exe" a -tgzip hl7.fhir.r3.core.tgz package.tar
cd ..\..
cd hl7.fhir.rX\hl7.fhir.r3.corexml
"C:\Program Files\7-Zip\7z.exe" a -ttar package.tar package xml -x!*.DS*
"C:\Program Files\7-Zip\7z.exe" a -tgzip hl7.fhir.r3.corexml.tgz package.tar
cd ..\..
cd hl7.fhir.rX\hl7.fhir.r3.elements
"C:\Program Files\7-Zip\7z.exe" a -ttar package.tar package other xml
"C:\Program Files\7-Zip\7z.exe" a -tgzip hl7.fhir.r3.elements.tgz package.tar
cd ..\..
cd hl7.fhir.rX\hl7.fhir.r3.examples
"C:\Program Files\7-Zip\7z.exe" a -ttar package.tar package other xml
"C:\Program Files\7-Zip\7z.exe" a -tgzip hl7.fhir.r3.examples.tgz package.tar
cd ..\..
cd hl7.fhir.rX\hl7.fhir.r3.expansions
"C:\Program Files\7-Zip\7z.exe" a -ttar package.tar package other xml -x!*.DS*
"C:\Program Files\7-Zip\7z.exe" a -tgzip hl7.fhir.r3.expansions.tgz package.tar
cd ..\..
cd hl7.fhir.rX\hl7.fhir.r4.core
"C:\Program Files\7-Zip\7z.exe" a -ttar package.tar package other openapi
"C:\Program Files\7-Zip\7z.exe" a -tgzip hl7.fhir.r4.core.tgz package.tar
cd ..\..
cd hl7.fhir.rX\hl7.fhir.r4.corexml
"C:\Program Files\7-Zip\7z.exe" a -ttar package.tar package xml -x!*.DS*
"C:\Program Files\7-Zip\7z.exe" a -tgzip hl7.fhir.r4.corexml.tgz package.tar
cd ..\..
cd hl7.fhir.rX\hl7.fhir.r4.elements
"C:\Program Files\7-Zip\7z.exe" a -ttar package.tar package other xml -x!*.DS*
"C:\Program Files\7-Zip\7z.exe" a -tgzip hl7.fhir.r4.elements.tgz package.tar
cd ..\..
cd hl7.fhir.rX\hl7.fhir.r4.examples
"C:\Program Files\7-Zip\7z.exe" a -ttar package.tar package other xml -x!*.DS*
"C:\Program Files\7-Zip\7z.exe" a -tgzip hl7.fhir.r4.examples.tgz package.tar
cd ..\..
cd hl7.fhir.rX\hl7.fhir.r4.expansions
"C:\Program Files\7-Zip\7z.exe" a -ttar package.tar package other xml -x!*.DS*
"C:\Program Files\7-Zip\7z.exe" a -tgzip hl7.fhir.r4.expansions.tgz package.tar
cd ..\..
cd hl7.fhir.rX\hl7.fhir.r4b.core
"C:\Program Files\7-Zip\7z.exe" a -ttar package.tar package other openapi -x!*.DS*
"C:\Program Files\7-Zip\7z.exe" a -tgzip hl7.fhir.r4b.core.tgz package.tar
cd ..\..
cd hl7.fhir.rX\hl7.fhir.r4b.corexml
"C:\Program Files\7-Zip\7z.exe" a -ttar package.tar package xml -x!*.DS*
"C:\Program Files\7-Zip\7z.exe" a -tgzip hl7.fhir.r4b.corexml.tgz package.tar
cd ..\..
cd hl7.fhir.rX\hl7.fhir.r4b.elements
"C:\Program Files\7-Zip\7z.exe" a -ttar package.tar package other xml -x!*.DS*
"C:\Program Files\7-Zip\7z.exe" a -tgzip hl7.fhir.r4b.elements.tgz package.tar
cd ..\..
cd hl7.fhir.rX\hl7.fhir.r4b.examples
"C:\Program Files\7-Zip\7z.exe" a -ttar package.tar package other xml -x!*.DS*
"C:\Program Files\7-Zip\7z.exe" a -tgzip hl7.fhir.r4b.examples.tgz package.tar
cd ..\..
cd hl7.fhir.rX\hl7.fhir.r4b.expansions
"C:\Program Files\7-Zip\7z.exe" a -ttar package.tar package other xml -x!*.DS*
"C:\Program Files\7-Zip\7z.exe" a -tgzip hl7.fhir.r4b.expansions.tgz package.tar
cd ..\..
cd hl7.fhir.rX\hl7.fhir.r5.core
"C:\Program Files\7-Zip\7z.exe" a -ttar package.tar package other openapi -x!*.DS*
"C:\Program Files\7-Zip\7z.exe" a -tgzip hl7.fhir.r5.core.tgz package.tar
cd ..\..
cd hl7.fhir.rX\hl7.fhir.r5.examples
"C:\Program Files\7-Zip\7z.exe" a -ttar package.tar package -x!*.DS*
"C:\Program Files\7-Zip\7z.exe" a -tgzip hl7.fhir.r5.examples.tgz package.tar
cd ..\..
cd hl7.fhir.rX\hl7.fhir.r5.expansions
"C:\Program Files\7-Zip\7z.exe" a -ttar package.tar package -x!*.DS*
"C:\Program Files\7-Zip\7z.exe" a -tgzip hl7.fhir.r5.expansions.tgz package.tar
cd ..\..
cd hl7.fhir.rX\hl7.fhir.core#1.0.2
"C:\Program Files\7-Zip\7z.exe" a -ttar package.tar package other xml -x!*.DS*
"C:\Program Files\7-Zip\7z.exe" a -tgzip package.tgz package.tar
cd ..\..
cd hl7.fhir.rX\hl7.fhir.core#1.4.0
"C:\Program Files\7-Zip\7z.exe" a -ttar package.tar package other xml -x!*.DS*
"C:\Program Files\7-Zip\7z.exe" a -tgzip package.tgz package.tar
cd ..\..
cd hl7.fhir.rX\hl7.fhir.core#3.0.2
"C:\Program Files\7-Zip\7z.exe" a -ttar package.tar package other xml -x!*.DS*
"C:\Program Files\7-Zip\7z.exe" a -tgzip package.tgz package.tar
cd ..\..
cd hl7.fhir.rX\hl7.fhir.core#4.0.1
"C:\Program Files\7-Zip\7z.exe" a -ttar package.tar package other xml -x!*.DS*
"C:\Program Files\7-Zip\7z.exe" a -tgzip package.tgz package.tar
cd ..\..
cd hl7.fhir.rX\hl7.fhir.core#4.3.0
"C:\Program Files\7-Zip\7z.exe" a -ttar package.tar package other xml -x!*.DS*
"C:\Program Files\7-Zip\7z.exe" a -tgzip package.tgz package.tar
cd ..\..
xcopy fhir.test.data\*.tgz upload\fhir.test.data /S
xcopy fhir.tx.support\*.tgz upload\fhir.tx.support /S
copy hl7.fhir.rX\hl7.fhir.r2.core\hl7.fhir.r2.core.tgz upload\hl7.fhir.r2
copy hl7.fhir.rX\hl7.fhir.r2.corexml\hl7.fhir.r2.corexml.tgz upload\hl7.fhir.r2
copy hl7.fhir.rX\hl7.fhir.r2.examples\hl7.fhir.r2.examples.tgz upload\hl7.fhir.r2
copy hl7.fhir.rX\hl7.fhir.r2.elements\hl7.fhir.r2.elements.tgz upload\hl7.fhir.r2
copy hl7.fhir.rX\hl7.fhir.r2.expansions\hl7.fhir.r2.expansions.tgz upload\hl7.fhir.r2
copy hl7.fhir.rX\hl7.fhir.core#1.0.2\package.tgz upload\hl7.fhir.r2
copy hl7.fhir.rX\hl7.fhir.r2b.core\hl7.fhir.r2b.core.tgz upload\hl7.fhir.r2b
copy hl7.fhir.rX\hl7.fhir.r2b.corexml\hl7.fhir.r2b.corexml.tgz upload\hl7.fhir.r2b
copy hl7.fhir.rX\hl7.fhir.r2b.examples\hl7.fhir.r2b.examples.tgz upload\hl7.fhir.r2b
copy hl7.fhir.rX\hl7.fhir.r2b.expansions\hl7.fhir.r2b.expansions.tgz upload\hl7.fhir.r2b
copy hl7.fhir.rX\hl7.fhir.core#1.4.0\package.tgz upload\hl7.fhir.r2b
copy hl7.fhir.rX\hl7.fhir.r3.core\hl7.fhir.r3.core.tgz upload\hl7.fhir.r3
copy hl7.fhir.rX\hl7.fhir.r3.corexml\hl7.fhir.r3.corexml.tgz upload\hl7.fhir.r3
copy hl7.fhir.rX\hl7.fhir.r3.examples\hl7.fhir.r3.examples.tgz upload\hl7.fhir.r3
copy hl7.fhir.rX\hl7.fhir.r3.elements\hl7.fhir.r3.elements.tgz upload\hl7.fhir.r3
copy hl7.fhir.rX\hl7.fhir.r3.expansions\hl7.fhir.r3.expansions.tgz upload\hl7.fhir.r3
copy hl7.fhir.rX\hl7.fhir.core#3.0.2\package.tgz upload\hl7.fhir.r3
copy hl7.fhir.rX\hl7.fhir.r4.core\hl7.fhir.r4.core.tgz upload\hl7.fhir.r4
copy hl7.fhir.rX\hl7.fhir.r4.corexml\hl7.fhir.r4.corexml.tgz upload\hl7.fhir.r4
copy hl7.fhir.rX\hl7.fhir.r4.examples\hl7.fhir.r4.examples.tgz upload\hl7.fhir.r4
copy hl7.fhir.rX\hl7.fhir.r4.elements\hl7.fhir.r4.elements.tgz upload\hl7.fhir.r4
copy hl7.fhir.rX\hl7.fhir.r4.expansions\hl7.fhir.r4.expansions.tgz upload\hl7.fhir.r4
copy hl7.fhir.rX\hl7.fhir.core#4.0.1\package.tgz upload\hl7.fhir.r4
copy hl7.fhir.rX\hl7.fhir.r4b.core\hl7.fhir.r4b.core.tgz upload\hl7.fhir.r4b
copy hl7.fhir.rX\hl7.fhir.r4b.corexml\hl7.fhir.r4b.corexml.tgz upload\hl7.fhir.r4b
copy hl7.fhir.rX\hl7.fhir.r4b.examples\hl7.fhir.r4b.examples.tgz upload\hl7.fhir.r4b
copy hl7.fhir.rX\hl7.fhir.r4b.elements\hl7.fhir.r4b.elements.tgz upload\hl7.fhir.r4b
copy hl7.fhir.rX\hl7.fhir.r4b.expansions\hl7.fhir.r4b.expansions.tgz upload\hl7.fhir.r4b
copy hl7.fhir.rX\hl7.fhir.core#4.3.0\package.tgz upload\hl7.fhir.r4b
copy hl7.fhir.rX\hl7.fhir.r4.core\hl7.fhir.r5.core.tgz upload\hl7.fhir.r4
@echo Check folder and press enter to finish by deleting .tar files
pause
del *.tar /s /q