Commit 3b6305b7 authored by Thomas Huster's avatar Thomas Huster
Browse files

[17381] updated core hapi fhir to version, removed dstu2

parent 54fdfc75
Loading
Loading
Loading
Loading
+9 −11
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry exported="true" kind="lib" path="lib/hapi-fhir-base-3.4.0.jar" sourcepath="lib-src/hapi-fhir-base-3.4.0-sources.jar"/>
	<classpathentry exported="true" kind="lib" path="lib/hapi-fhir-client-3.4.0.jar"/>
	<classpathentry exported="true" kind="lib" path="lib/hapi-fhir-server-3.4.0.jar"/>
	<classpathentry exported="true" kind="lib" path="lib/hapi-fhir-structures-dstu2-3.4.0.jar" sourcepath="lib-src/hapi-fhir-structures-dstu2-3.4.0-sources.jar"/>
	<classpathentry exported="true" kind="lib" path="lib/hapi-fhir-structures-dstu3-3.4.0.jar" sourcepath="lib-src/hapi-fhir-structures-dstu3-3.4.0-sources.jar"/>
	<classpathentry exported="true" kind="lib" path="lib/hapi-fhir-utilities-3.4.0.jar"/>
	<classpathentry exported="true" kind="lib" path="lib/commons-text-1.7.jar"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
		<attributes>
			<attribute name="maven.pomderived" value="true"/>
		</attributes>
	</classpathentry>
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
	<classpathentry exported="true" kind="lib" path="lib/org.hl7.fhir.r4-4.1.0.jar"/>
	<classpathentry exported="true" kind="lib" path="lib/org.hl7.fhir.dstu3-4.1.0.jar"/>
	<classpathentry exported="true" kind="lib" path="lib/hapi-fhir-base-4.1.0.jar"/>
	<classpathentry exported="true" kind="lib" path="lib/hapi-fhir-client-4.1.0.jar"/>
	<classpathentry exported="true" kind="lib" path="lib/hapi-fhir-server-4.1.0.jar"/>
	<classpathentry exported="true" kind="lib" path="lib/hapi-fhir-structures-dstu3-4.1.0.jar"/>
	<classpathentry exported="true" kind="lib" path="lib/hapi-fhir-structures-r4-4.1.0.jar"/>
	<classpathentry exported="true" kind="lib" path="lib/org.hl7.fhir.utilities-4.1.0.jar"/>
	<classpathentry kind="src" output="target/classes" path="src">
		<attributes>
			<attribute name="optional" value="true"/>
			<attribute name="maven.pomderived" value="true"/>
		</attributes>
	</classpathentry>
	<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
		<attributes>
			<attribute name="maven.pomderived" value="true"/>
		</attributes>
	</classpathentry>
	<classpathentry kind="output" path="target/classes"/>
</classpath>
+40 −22
Original line number Diff line number Diff line
@@ -2,22 +2,21 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: HAPI FHIR library
Bundle-SymbolicName: ch.elexis.core.hapi.fhir
Bundle-Version: 3.4.0.qualifier
Bundle-Version: 4.1.0.qualifier
Bundle-Vendor: hapifhir.io
Automatic-Module-Name: ch.elexis.core.hapi-fhir
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ClassPath: .,
 lib/hapi-fhir-base-3.4.0.jar,
 lib/hapi-fhir-client-3.4.0.jar,
 lib/hapi-fhir-server-3.4.0.jar,
 lib/hapi-fhir-structures-dstu2-3.4.0.jar,
 lib/hapi-fhir-structures-dstu3-3.4.0.jar,
 lib/hapi-fhir-utilities-3.4.0.jar
 lib/hapi-fhir-base-4.1.0.jar,
 lib/hapi-fhir-client-4.1.0.jar,
 lib/hapi-fhir-server-4.1.0.jar,
 lib/hapi-fhir-structures-dstu3-4.1.0.jar,
 lib/hapi-fhir-structures-r4-4.1.0.jar,
 lib/org.hl7.fhir.utilities-4.1.0.jar,
 lib/org.hl7.fhir.dstu3-4.1.0.jar,
 lib/org.hl7.fhir.r4-4.1.0.jar,
 lib/commons-text-1.7.jar
Require-Bundle: woodstox-core-asl;bundle-version="4.4.1",
 org.apache.commons.lang3;bundle-version="3.1.0",
 org.apache.commons.codec;bundle-version="1.9.0",
 org.apache.commons.io;bundle-version="2.4.0",
 com.google.guava;bundle-version="15.0.0",
 org.slf4j.api;bundle-version="1.7.2",
 ch.qos.logback.classic;bundle-version="1.0.7",
 net.sf.saxon.Saxon-HE;bundle-version="9.6.0",
@@ -27,7 +26,11 @@ Require-Bundle: woodstox-core-asl;bundle-version="4.4.1",
 javassist;bundle-version="3.10.0",
 org.apache.httpcomponents.httpclient;bundle-version="4.5.2",
 org.apache.httpcomponents.httpcore;bundle-version="4.4.6",
 javax.servlet;bundle-version="3.1.0"
 javax.servlet;bundle-version="3.1.0",
 com.google.guava;bundle-version="15.0.0",
 org.apache.commons.io;bundle-version="2.4.0",
 org.apache.commons.codec;bundle-version="1.9.0",
 org.apache.commons.lang3;bundle-version="3.1.0"
Import-Package: com.google.gson;version="2.8.0",
 com.google.gson.stream;version="2.8.0"
Export-Package: ca.uhn.fhir.context,
@@ -35,18 +38,17 @@ Export-Package: ca.uhn.fhir.context,
 ca.uhn.fhir.context.support,
 ca.uhn.fhir.fluentpath,
 ca.uhn.fhir.i18n,
 ca.uhn.fhir.interceptor.api,
 ca.uhn.fhir.interceptor.executor,
 ca.uhn.fhir.model.api,
 ca.uhn.fhir.model.api.annotation,
 ca.uhn.fhir.model.base.composite,
 ca.uhn.fhir.model.base.resource,
 ca.uhn.fhir.model.dstu2,
 ca.uhn.fhir.model.dstu2.composite,
 ca.uhn.fhir.model.dstu2.resource,
 ca.uhn.fhir.model.dstu2.valueset,
 ca.uhn.fhir.model.primitive,
 ca.uhn.fhir.model.valueset,
 ca.uhn.fhir.model.view,
 ca.uhn.fhir.narrative,
 ca.uhn.fhir.narrative2,
 ca.uhn.fhir.parser,
 ca.uhn.fhir.parser.json,
 ca.uhn.fhir.rest.annotation,
@@ -65,20 +67,20 @@ Export-Package: ca.uhn.fhir.context,
 ca.uhn.fhir.rest.server.exceptions,
 ca.uhn.fhir.rest.server.interceptor,
 ca.uhn.fhir.rest.server.interceptor.auth,
 ca.uhn.fhir.rest.server.interceptor.consent,
 ca.uhn.fhir.rest.server.method,
 ca.uhn.fhir.rest.server.provider,
 ca.uhn.fhir.rest.server.provider.dstu2,
 ca.uhn.fhir.rest.server.servlet,
 ca.uhn.fhir.rest.server.tenant,
 ca.uhn.fhir.rest.server.util,
 ca.uhn.fhir.store,
 ca.uhn.fhir.util,
 ca.uhn.fhir.util.bundle,
 ca.uhn.fhir.util.jar,
 ca.uhn.fhir.util.rdf,
 ca.uhn.fhir.validation,
 ca.uhn.fhir.validation.schematron,
 ch.elexis.core.hapi.fhir,
 org.fhir.ucum,
 org.fhir.ucum.special,
 org.hl7.fhir.dstu3.conformance,
 org.hl7.fhir.dstu3.context,
 org.hl7.fhir.dstu3.elementmodel,
@@ -86,19 +88,35 @@ Export-Package: ca.uhn.fhir.context,
 org.hl7.fhir.dstu3.hapi.ctx,
 org.hl7.fhir.dstu3.hapi.fluentpath,
 org.hl7.fhir.dstu3.hapi.rest.server,
 org.hl7.fhir.dstu3.importers,
 org.hl7.fhir.dstu3.model,
 org.hl7.fhir.dstu3.model.codesystems,
 org.hl7.fhir.dstu3.terminologies,
 org.hl7.fhir.dstu3.utils,
 org.hl7.fhir.dstu3.utils.client,
 org.hl7.fhir.dstu3.utils.formats,
 org.hl7.fhir.exceptions,
 org.hl7.fhir.instance.model.api,
 org.hl7.fhir.r4.conformance,
 org.hl7.fhir.r4.context,
 org.hl7.fhir.r4.elementmodel,
 org.hl7.fhir.r4.formats,
 org.hl7.fhir.r4.hapi.ctx,
 org.hl7.fhir.r4.hapi.fluentpath,
 org.hl7.fhir.r4.hapi.rest.server,
 org.hl7.fhir.r4.importers,
 org.hl7.fhir.r4.model,
 org.hl7.fhir.r4.model.codesystems,
 org.hl7.fhir.r4.terminologies,
 org.hl7.fhir.r4.test.utils,
 org.hl7.fhir.r4.utils,
 org.hl7.fhir.r4.utils.client,
 org.hl7.fhir.r4.utils.formats,
 org.hl7.fhir.utilities,
 org.hl7.fhir.utilities.cache,
 org.hl7.fhir.utilities.graphql,
 org.hl7.fhir.utilities.json,
 org.hl7.fhir.utilities.tests,
 org.hl7.fhir.utilities.ucum,
 org.hl7.fhir.utilities.ucum.special,
 org.hl7.fhir.utilities.ucum.tests,
 org.hl7.fhir.utilities.validation,
 org.hl7.fhir.utilities.xhtml,
 org.hl7.fhir.utilities.xls,
+2 −6
Original line number Diff line number Diff line
@@ -2,9 +2,5 @@ source.. = src/
output.. = bin/
bin.includes = META-INF/,\
               .,\
               lib/hapi-fhir-base-3.4.0.jar,\
               lib/hapi-fhir-client-3.4.0.jar,\
               lib/hapi-fhir-server-3.4.0.jar,\
               lib/hapi-fhir-structures-dstu2-3.4.0.jar,\
               lib/hapi-fhir-structures-dstu3-3.4.0.jar,\
               lib/hapi-fhir-utilities-3.4.0.jar
               lib/,\
               lib/commons-text-1.7.jar
+664 KiB

File added.

No diff preview for this file type.

Loading