Commit 5c93b4bb authored by Marco Descher's avatar Marco Descher
Browse files

[15323] Remove es.hapi.fhir, change to ch.elexis.core.hapi.fhir

parent 100db33c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ Require-Bundle: info.elexis.server.fhir.rest.core;bundle-version="1.0.0",
 ch.elexis.core.findings,
 org.eclipse.osgi.services,
 info.elexis.server.core.connector.elexis;bundle-version="1.0.0",
 info.elexis.server.hapi.fhir;bundle-version="3.4.0"
 ch.elexis.core.hapi.fhir;bundle-version="3.4.0"
Service-Component: OSGI-INF/*.xml
Bundle-ActivationPolicy: lazy
Import-Package: ch.elexis.core.findings.util,
+2 −2
Original line number Diff line number Diff line
@@ -30,9 +30,9 @@ Require-Bundle: info.elexis.server.core.connector.elexis;bundle-version="1.0.0",
 org.thymeleaf;bundle-version="2.1.4",
 net.sf.saxon.Saxon-HE;bundle-version="9.6.0",
 info.elexis.server.core.common;bundle-version="1.0.0",
 info.elexis.server.hapi.fhir;bundle-version="3.4.0",
 at.medevit.ch.artikelstamm.model;bundle-version="1.0.0",
 ch.elexis.core.findings
 ch.elexis.core.findings,
 ch.elexis.core.hapi.fhir;bundle-version="3.4.0"
Export-Package: es.fhir.rest.core,
 es.fhir.rest.core.coding,
 es.fhir.rest.core.resources.util
+2 −2
Original line number Diff line number Diff line
@@ -8,10 +8,10 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Require-Bundle: ch.elexis.core.findings;bundle-version="1.0.0",
 org.h2,
 info.elexis.server.hapi.fhir;bundle-version="3.4.0",
 ch.elexis.core.findings.fhir.model;bundle-version="1.0.0",
 org.postgresql.jdbc42;bundle-version="42.2.5",
 com.mysql.cj;bundle-version="8.0.13"
 com.mysql.cj;bundle-version="8.0.13",
 ch.elexis.core.hapi.fhir;bundle-version="3.4.0"
Import-Package: ch.elexis.core.findings.util,
 ch.elexis.core.findings.util.model,
 ch.rgw.tools,

bundles/es.hapi.fhir/.classpath

deleted100644 → 0
+0 −13
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-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-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-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/hapi-fhir-base-3.4.0.jar" sourcepath="lib-src/hapi-fhir-base-3.4.0-sources.jar"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
	<classpathentry kind="src" path="src"/>
	<classpathentry kind="output" path="bin"/>
</classpath>

bundles/es.hapi.fhir/.project

deleted100644 → 0
+0 −28
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
	<name>es.hapi.fhir</name>
	<comment></comment>
	<projects>
	</projects>
	<buildSpec>
		<buildCommand>
			<name>org.eclipse.jdt.core.javabuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
		<buildCommand>
			<name>org.eclipse.pde.ManifestBuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
		<buildCommand>
			<name>org.eclipse.pde.SchemaBuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
	</buildSpec>
	<natures>
		<nature>org.eclipse.pde.PluginNature</nature>
		<nature>org.eclipse.jdt.core.javanature</nature>
	</natures>
</projectDescription>
Loading