mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-03-30 20:08:46 +00:00
Move example project into subdirectory
This commit is contained in:
parent
8c47e2f7be
commit
010506e1d5
example-projects/hapi-fhir-jpaserver-cds-example
.gitignorepom.xml
src
main
java/ca/uhn/fhir/jpa/cds/example
webapp/WEB-INF
test
java/ca/uhn/fhir/jpa/cds/example
resources/ca/uhn/fhir/jpa/cds/example
activitydefinition-apply-library.jsonactivitydefinition-apply.jsoncds-bcs-activitydefinition.jsoncds-bcs-library.jsoncds-bcs-patient.jsoncds-bcs-plandefinition.jsoncds-bcs-request.jsongeneral-fhirhelpers-3.jsongeneral-patient.jsongeneral-practitioner.jsonlibrary-col.elm.xmlmeasure-col.xmlmeasure-processing-condition.jsonmeasure-processing-library.jsonmeasure-processing-measure.jsonmeasure-processing-procedure.jsonmeasure-processing-valueset-1.jsonmeasure-processing-valueset-2.jsonmeasure-processing-valueset-3.jsonmeasure-processing-valueset-4.jsonmeasure-processing-valueset-5.jsonplandefinition-apply-library.jsonplandefinition-apply.json
6
hapi-fhir-jpaserver-cds-example/pom.xml → example-projects/hapi-fhir-jpaserver-cds-example/pom.xml
6
hapi-fhir-jpaserver-cds-example/pom.xml → example-projects/hapi-fhir-jpaserver-cds-example/pom.xml
@ -10,11 +10,11 @@
|
||||
<parent>
|
||||
<groupId>ca.uhn.hapi.fhir</groupId>
|
||||
<artifactId>hapi-fhir</artifactId>
|
||||
<version>3.1.0-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
<version>3.3.0-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<artifactId>hapi-fhir-jpaserver-cds</artifactId>
|
||||
<artifactId>hapi-fhir-jpaserver-cds-example</artifactId>
|
||||
<packaging>war</packaging>
|
||||
|
||||
<name>HAPI FHIR JPA Clinical Decision Support Server - Example</name>
|
Loading…
x
Reference in New Issue
Block a user