Skip to content

Commit 89ae946

Browse files
committed
NICTIZ-35085 Build properties updated
1 parent e204187 commit 89ae946

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/Geboortezorg-3-0/Cert/build.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
input.dir = src/Geboortezorg-2-0/Cert
2-
output.dir = output/STU3/Geboortezorg-2/MedMij/Cert
3-
informationStandard = Birthcare 2
1+
input.dir = src/Geboortezorg-3-0/Cert
2+
output.dir = output/STU3/Geboortezorg-3/MedMij/Cert
3+
informationStandard = Birthcare 3
44
usecase = MedMij
55

66
fhir.version = STU3
77
packages = nictiz.fhir.nl.stu3.geboortezorg
88

9-
components.dir = src/Geboortezorg-3-2/Cert/_components
9+
components.dir = src/Geboortezorg-3-0/Cert/_components
1010

1111
targets.additional = XIS-Server-CheckContent
1212
target.description.Serving-XIS-CheckContent = Version with automated checks on the content of the test scenario
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@setlocal enabledelayedexpansion
22
@echo off
33

4-
call ant -f ..\build-multiple.xml -Dinput.dirs="src/Geboortezorg-2-0/Cert" %*
4+
call ant -f ..\build-multiple.xml -Dinput.dirs="src/Geboortezorg-3-0/Cert" %*
55

66
pause

src/Geboortezorg-3-0/build-Cert.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/bash
2-
ant -f ../build-multiple.xml -Dinput.dirs="src/Geboortezorg-2-0/Cert" $*
2+
ant -f ../build-multiple.xml -Dinput.dirs="src/Geboortezorg-3-0/Cert" $*

0 commit comments

Comments
 (0)