forked from FHIR/packages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build-packages.bat
81 lines (64 loc) · 2.61 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
del *.tgz /s /q
del *.tar /s /q
cd fhir.tx.support\1.0.2
"C:\Program Files\7-Zip\7z.exe" a -ttar package.tar package
"C:\Program Files\7-Zip\7z.exe" a -tgzip package.tgz package.tar
cd ..\..
cd fhir.tx.support\3.0.1
"C:\Program Files\7-Zip\7z.exe" a -ttar package.tar package
"C:\Program Files\7-Zip\7z.exe" a -tgzip package.tgz package.tar
cd ..\..
cd fhir.tx.support\4.0.0
"C:\Program Files\7-Zip\7z.exe" a -ttar package.tar package
"C:\Program Files\7-Zip\7z.exe" a -tgzip package.tgz package.tar
cd ..\..
cd fhir.test.data\1.0.2
"C:\Program Files\7-Zip\7z.exe" a -ttar package.tar package
"C:\Program Files\7-Zip\7z.exe" a -tgzip package.tgz package.tar
cd ..\..
cd fhir.test.data\3.0.1
"C:\Program Files\7-Zip\7z.exe" a -ttar package.tar package
"C:\Program Files\7-Zip\7z.exe" a -tgzip package.tgz package.tar
cd ..\..
cd fhir.test.data\4.0.0
"C:\Program Files\7-Zip\7z.exe" a -ttar package.tar package
"C:\Program Files\7-Zip\7z.exe" a -tgzip package.tgz package.tar
cd ..\..
cd hl7.fhir.core\1.0.2
"C:\Program Files\7-Zip\7z.exe" a -ttar package.tar package other xml
"C:\Program Files\7-Zip\7z.exe" a -tgzip package.tgz package.tar
cd ..\..
cd hl7.fhir.core\1.4.0
"C:\Program Files\7-Zip\7z.exe" a -ttar package.tar package other xml
"C:\Program Files\7-Zip\7z.exe" a -tgzip package.tgz package.tar
cd ..\..
cd hl7.fhir.core\3.0.1
"C:\Program Files\7-Zip\7z.exe" a -ttar package.tar package other xml
"C:\Program Files\7-Zip\7z.exe" a -tgzip package.tgz package.tar
cd ..\..
cd hl7.fhir.core\4.0.0
"C:\Program Files\7-Zip\7z.exe" a -ttar package.tar package other xml
"C:\Program Files\7-Zip\7z.exe" a -tgzip package.tgz package.tar
cd ..\..
cd hl7.fhir.core.gen\1.0.2
"C:\Program Files\7-Zip\7z.exe" a -ttar package.tar package other xml
"C:\Program Files\7-Zip\7z.exe" a -tgzip package.tgz package.tar
cd ..\..
cd hl7.fhir.core.gen\1.4.0
"C:\Program Files\7-Zip\7z.exe" a -ttar package.tar package other xml
"C:\Program Files\7-Zip\7z.exe" a -tgzip package.tgz package.tar
cd ..\..
cd hl7.fhir.core.gen\3.0.1
"C:\Program Files\7-Zip\7z.exe" a -ttar package.tar package other xml
"C:\Program Files\7-Zip\7z.exe" a -tgzip package.tgz package.tar
cd ..\..
cd hl7.fhir.core.gen\4.0.0
"C:\Program Files\7-Zip\7z.exe" a -ttar package.tar package other xml
"C:\Program Files\7-Zip\7z.exe" a -tgzip package.tgz package.tar
cd ..\..
del *.tar /s /q
xcopy fhir.test.data\*.tgz upload\fhir.test.data /S
xcopy fhir.tx.support\*.tgz upload\fhir.tx.support /S
xcopy hl7.fhir.core\*.tgz upload\hl7.fhir.core /S
xcopy hl7.fhir.core.gen\*.tgz upload\hl7.fhir.core.gen /S
pause