Improve OSGi manifest, make SimpleFhirProviderBundle visible, include
validation projects, include DSTU 2.1
This commit is contained in:
parent
f9960b22d5
commit
10626c666d
|
@ -1,52 +0,0 @@
|
|||
<project name="HAPI FHIR Core OSGi Bundle" default="all">
|
||||
<property file="project.properties"/>
|
||||
<property name="spring.dir" value="${resources.dir}/META-INF/spring" />
|
||||
<property name="bundle.jar" value="${bundle.file.name}_${major.version}.${minor.version}.${micro.version}.jar" />
|
||||
<property name="bundle.file" value="${target.dir}/${bundle.jar}" />
|
||||
<property name="hapi.fhir.base.jar" value="${hapi.fhir.base.name}-${hapi.fhir.version}.jar" />
|
||||
<property name="hapi.fhir.base.file" value="../${hapi.fhir.base.name}/target/${hapi.fhir.base.jar}" />
|
||||
<property name="hapi.fhir.dstu.jar" value="${hapi.fhir.dstu.name}-${hapi.fhir.version}.jar" />
|
||||
<property name="hapi.fhir.dstu.file" value="../${hapi.fhir.dstu.name}/target/${hapi.fhir.dstu.jar}" />
|
||||
<property name="hapi.fhir.dstu2.jar" value="${hapi.fhir.dstu2.name}-${hapi.fhir.version}.jar" />
|
||||
<property name="hapi.fhir.dstu2.file" value="../${hapi.fhir.dstu2.name}/target/${hapi.fhir.dstu2.jar}" />
|
||||
<property name="hapi.fhir.hl7dstu2.jar" value="${hapi.fhir.hl7dstu2.name}-${hapi.fhir.version}.jar" />
|
||||
<property name="hapi.fhir.hl7dstu2.file" value="../${hapi.fhir.hl7dstu2.name}/target/${hapi.fhir.hl7dstu2.jar}" />
|
||||
|
||||
<target name="all" depends="bundle" />
|
||||
|
||||
<target name="init">
|
||||
<delete dir="${obr.target.dir}" failonerror="false"/>
|
||||
<mkdir dir="${obr.target.dir}" />
|
||||
</target>
|
||||
|
||||
<target name="collect.jars" depends="init">
|
||||
<delete dir="${temp.target.dir}" failonerror="false"/>
|
||||
<mkdir dir="${temp.target.dir}" />
|
||||
<copy todir="${temp.target.dir}">
|
||||
<fileset file="${hapi.fhir.base.file}"/>
|
||||
<fileset file="${hapi.fhir.dstu.file}"/>
|
||||
<fileset file="${hapi.fhir.dstu2.file}"/>
|
||||
<fileset file="${hapi.fhir.hl7dstu2.file}"/>
|
||||
</copy>
|
||||
</target>
|
||||
|
||||
<target name="bundle" depends="collect.jars">
|
||||
<echo>creating HAPI FHIR Core OSGi Bundle</echo>
|
||||
<concat destfile="${temp.target.dir}/MANIFEST.MF">
|
||||
<fileset dir="${resources.dir}/META-INF" includes="MANIFEST.MF" />
|
||||
<footer>
|
||||
Bundle-Classpath: .,
|
||||
lib/${hapi.fhir.base.jar},
|
||||
lib/${hapi.fhir.dstu.jar},
|
||||
lib/${hapi.fhir.dstu2.jar},
|
||||
lib/${hapi.fhir.hl7dstu2.jar}
|
||||
</footer>
|
||||
</concat>
|
||||
<jar destfile="${bundle.file}" manifest="${temp.target.dir}/MANIFEST.MF">
|
||||
<fileset dir="${classes.dir}" includes="**/*" />
|
||||
<zipfileset dir="${temp.target.dir}" includes="*.jar" prefix="lib"/>
|
||||
<zipfileset dir="${spring.dir}" prefix="META-INF/spring"/>
|
||||
</jar>
|
||||
</target>
|
||||
|
||||
</project>
|
|
@ -36,11 +36,21 @@
|
|||
<artifactId>hapi-fhir-structures-hl7org-dstu2</artifactId>
|
||||
<version>1.4-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>ca.uhn.hapi.fhir</groupId>
|
||||
<artifactId>hapi-fhir-structures-dstu2.1</artifactId>
|
||||
<version>1.4-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>ca.uhn.hapi.fhir</groupId>
|
||||
<artifactId>hapi-fhir-validation-resources-dstu2</artifactId>
|
||||
<version>1.4-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>ca.uhn.hapi.fhir</groupId>
|
||||
<artifactId>hapi-fhir-validation-resources-dstu2.1</artifactId>
|
||||
<version>1.4-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.thymeleaf</groupId>
|
||||
|
@ -87,10 +97,11 @@
|
|||
<fileset dir="../hapi-fhir-base/src/main/java" />
|
||||
<fileset dir="../hapi-fhir-structures-dstu/src/main/java" />
|
||||
<fileset dir="../hapi-fhir-structures-dstu/target/generated-sources/tinder" />
|
||||
<fileset dir="../hapi-fhir-structures-dstu/src/main/java" />
|
||||
<fileset dir="../hapi-fhir-structures-dstu2/src/main/java" />
|
||||
<fileset dir="../hapi-fhir-structures-dstu2/target/generated-sources/tinder" />
|
||||
<fileset dir="../hapi-fhir-structures-hl7org-dstu2/src/main/java" />
|
||||
<fileset dir="../hapi-fhir-structures-dstu2.1/src/main/java" />
|
||||
<!--<fileset dir="../hapi-fhir-structures-dstu2.1/target/generated-sources/tinder" /> -->
|
||||
</copy>
|
||||
</target>
|
||||
</configuration>
|
||||
|
@ -124,12 +135,28 @@
|
|||
<!--<Export-Package>ca.uhn.fhir</Export-Package> <Export-Package>org.hl7.fhir</Export-Package> -->
|
||||
<Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
|
||||
<!--<Embed-Dependency>*;scope=!provided|test</Embed-Dependency> <Embed-Directory>lib</Embed-Directory> <Embed-Transitive>true</Embed-Transitive> -->
|
||||
<_nouses>true</_nouses>
|
||||
<_removeheaders>Built-By, Include-Resource, Private-Package</_removeheaders>
|
||||
<!-- <Private-Package>org.foo.myproject.*</Private-Package> <Bundle-Activator>org.foo.myproject.impl1.Activator</Bundle-Activator> -->
|
||||
<!-- <Embed-Dependency>*;scope=compile|runtime;inline=false;artifactId=hapi-fhir-*</Embed-Dependency> -->
|
||||
<Import-Package>
|
||||
!ca.uhn.*,
|
||||
!org.hl7.*,
|
||||
com.ctc.wstx.api;version="4.4";resolution:=optional,
|
||||
com.ctc.wstx.*;version="4.4";resolution:=optional,
|
||||
com.google.*;resolution:=optional;-remove-attribute:=version,
|
||||
com.phloc.commons;resolution:=optional;-remove-attribute:=version,
|
||||
com.phloc.*;resolution:=optional;-remove-attribute:=version,
|
||||
javax.*;-remove-attribute:=version,
|
||||
net.sf.saxon;resolution:=optional,
|
||||
org.apache.commons.*;-remove-attribute:=version,
|
||||
org.apache.http.client.protocol;version="4.0",
|
||||
org.apache.http.*;version="4.0",
|
||||
org.codehaus.stax2;resolution:=optional;-remove-attribute:=version,
|
||||
org.codehaus.stax2.*;resolution:=optional;-remove-attribute:=version,
|
||||
org.oclc.purl.*;-remove-attribute:=version,
|
||||
org.slf4j.*;-remove-attribute:=version,
|
||||
org.xmlpull.v1;resolution:=optional,
|
||||
*
|
||||
</Import-Package>
|
||||
</instructions>
|
||||
|
@ -188,7 +215,25 @@
|
|||
<filtering>false</filtering>
|
||||
</resource>
|
||||
<resource>
|
||||
<directory>../hapi-fhir-structures-hl7org-dstu2/src/resources/java</directory>
|
||||
<directory>../hapi-fhir-structures-hl7org-dstu2/src/main/resources</directory>
|
||||
<filtering>false</filtering>
|
||||
</resource>
|
||||
<resource>
|
||||
<directory>../hapi-fhir-structures-dstu2.1/src/main/resources</directory>
|
||||
<filtering>false</filtering>
|
||||
</resource>
|
||||
<!--
|
||||
<resource>
|
||||
<directory>../hapi-fhir-structures-dstu2.1/target/generated-resources/tinder</directory>
|
||||
<filtering>false</filtering>
|
||||
</resource>
|
||||
-->
|
||||
<resource>
|
||||
<directory>../hapi-fhir-validation-resources-dstu2/src/main/resources</directory>
|
||||
<filtering>false</filtering>
|
||||
</resource>
|
||||
<resource>
|
||||
<directory>../hapi-fhir-validation-resources-dstu2.1/src/main/resources</directory>
|
||||
<filtering>false</filtering>
|
||||
</resource>
|
||||
</resources>
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
#Fri, 31 Jul 2015 17:06:47 -0700
|
||||
bundle.file.name=hapi-fhir-osgi-core
|
||||
major.version=1
|
||||
minor.version=2
|
||||
micro.version=0.SNAPSHOT
|
||||
|
||||
src.dir=./src/main/java
|
||||
resources.dir=./src/main/resources
|
||||
classes.dir=./target/classes
|
||||
target.dir=./target
|
||||
obr.target.dir=./target/build-obr
|
||||
temp.target.dir=./target/build-temp
|
||||
|
||||
hapi.fhir.version=1.2-SNAPSHOT
|
||||
hapi.fhir.base.name=hapi-fhir-base
|
||||
hapi.fhir.dstu.name=hapi-fhir-structures-dstu
|
||||
hapi.fhir.dstu2.name=hapi-fhir-structures-dstu2
|
||||
hapi.fhir.hl7dstu2.name=hapi-fhir-structures-hl7org-dstu2
|
|
@ -1,4 +1,4 @@
|
|||
package ca.uhn.fhir.osgi.impl;
|
||||
package ca.uhn.fhir.osgi;
|
||||
|
||||
/*
|
||||
* #%L
|
||||
|
@ -23,8 +23,6 @@ package ca.uhn.fhir.osgi.impl;
|
|||
|
||||
import java.util.Collection;
|
||||
|
||||
import ca.uhn.fhir.osgi.FhirProviderBundle;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author Akana, Inc. Professional Services
|
|
@ -1,134 +0,0 @@
|
|||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: HAPI FHIR - Core Library and DSTU/DSTU2 Structures
|
||||
Bundle-SymbolicName: hapi-fhir-osgi-core
|
||||
Bundle-Version: 1.2.0.SNAPSHOT
|
||||
Spring-Context: *;publish-context:=false
|
||||
Export-Package: ca.uhn.fhir;version="1.2.0",
|
||||
ca.uhn.fhir.context;version="1.2.0",
|
||||
ca.uhn.fhir.i18n;version="1.2.0",
|
||||
ca.uhn.fhir.model.api;version="1.2.0",
|
||||
ca.uhn.fhir.model.api.annotation;version="1.2.0",
|
||||
ca.uhn.fhir.model.base.composite;version="1.2.0",
|
||||
ca.uhn.fhir.model.base.resource;version="1.2.0",
|
||||
ca.uhn.fhir.model.dstu;version="1.2.0",
|
||||
ca.uhn.fhir.model.dstu.api;version="1.2.0",
|
||||
ca.uhn.fhir.model.dstu.composite;version="1.2.0",
|
||||
ca.uhn.fhir.model.dstu.resource;version="1.2.0",
|
||||
ca.uhn.fhir.model.dstu.valueset;version="1.2.0",
|
||||
ca.uhn.fhir.model.dstu2;version="1.2.0",
|
||||
ca.uhn.fhir.model.dstu2.composite;version="1.2.0",
|
||||
ca.uhn.fhir.model.dstu2.resource;version="1.2.0",
|
||||
ca.uhn.fhir.model.dstu2.valueset;version="1.2.0",
|
||||
ca.uhn.fhir.model.primitive;version="1.2.0",
|
||||
ca.uhn.fhir.model.valueset;version="1.2.0",
|
||||
ca.uhn.fhir.model.view;version="1.2.0",
|
||||
ca.uhn.fhir.narrative;version="1.2.0",
|
||||
ca.uhn.fhir.narrative.datatype;version="1.2.0",
|
||||
ca.uhn.fhir.narrative.title;version="1.2.0",
|
||||
ca.uhn.fhir.osgi;version="1.2.0",
|
||||
ca.uhn.fhir.osgi.impl;version="1.2.0",
|
||||
ca.uhn.fhir.parser;version="1.2.0",
|
||||
ca.uhn.fhir.rest.annotation;version="1.2.0",
|
||||
ca.uhn.fhir.rest.api;version="1.2.0",
|
||||
ca.uhn.fhir.rest.client;version="1.2.0",
|
||||
ca.uhn.fhir.rest.client.api;version="1.2.0",
|
||||
ca.uhn.fhir.rest.client.exceptions;version="1.2.0",
|
||||
ca.uhn.fhir.rest.client.interceptor;version="1.2.0",
|
||||
ca.uhn.fhir.rest.gclient;version="1.2.0",
|
||||
ca.uhn.fhir.rest.method;version="1.2.0",
|
||||
ca.uhn.fhir.rest.param;version="1.2.0",
|
||||
ca.uhn.fhir.rest.server;version="1.2.0",
|
||||
ca.uhn.fhir.rest.server.audit;version="1.2.0",
|
||||
ca.uhn.fhir.rest.server.exceptions;version="1.2.0",
|
||||
ca.uhn.fhir.rest.server.interceptor;version="1.2.0",
|
||||
ca.uhn.fhir.rest.server.provider;version="1.2.0",
|
||||
ca.uhn.fhir.rest.server.provider.dstu2;version="1.2.0",
|
||||
ca.uhn.fhir.rest.server.provider.dstu2hl7org,
|
||||
ca.uhn.fhir.store;version="1.2.0",
|
||||
ca.uhn.fhir.util;version="1.2.0",
|
||||
ca.uhn.fhir.validation;version="1.2.0",
|
||||
org.hl7.fhir.instance;version="1.2.0",
|
||||
org.hl7.fhir.instance.client;version="1.2.0",
|
||||
org.hl7.fhir.instance.conf;version="1.2.0",
|
||||
org.hl7.fhir.instance.formats;version="1.2.0",
|
||||
org.hl7.fhir.instance.model;version="1.2.0",
|
||||
org.hl7.fhir.instance.model.annotations;version="1.2.0",
|
||||
org.hl7.fhir.instance.model.api;version="1.2.0",
|
||||
org.hl7.fhir.instance.model.valuesets;version="1.2.0",
|
||||
org.hl7.fhir.instance.terminologies;version="1.2.0",
|
||||
org.hl7.fhir.instance.utils;version="1.2.0",
|
||||
org.hl7.fhir.instance.validation;version="1.2.0",
|
||||
org.hl7.fhir.utilities;version="1.2.0",
|
||||
org.hl7.fhir.utilities.xhtml;version="1.2.0",
|
||||
org.hl7.fhir.utilities.xml;version="1.2.0"
|
||||
Import-Package: com.ctc.wstx.api;version="4.4.0",
|
||||
com.ctc.wstx.stax;version="4.4.0",
|
||||
com.google.gson;resolution:=optional,
|
||||
com.phloc.commons;resolution:=optional,
|
||||
com.phloc.commons.error;resolution:=optional,
|
||||
com.phloc.schematron;resolution:=optional,
|
||||
com.phloc.schematron.xslt;resolution:=optional,
|
||||
javax.json,
|
||||
javax.json.stream,
|
||||
javax.servlet,
|
||||
javax.servlet.http,
|
||||
javax.xml.parsers,
|
||||
javax.xml.stream,
|
||||
javax.xml.stream,events,
|
||||
net.sf.saxon;resolution:=optional,
|
||||
net.sourceforge.cobertura;resolution:=optional,
|
||||
org.apache.commons.codec.binary,
|
||||
org.apache.commons.io,
|
||||
org.apache.commons.io.input,
|
||||
org.apache.commons.lang3,
|
||||
org.apache.commons.lang3.builder,
|
||||
org.apache.commons.lang3.exception,
|
||||
org.apache.commons.lang3.text,
|
||||
org.apache.commons.lang3.time,
|
||||
org.apache.http;version="4.4.0",
|
||||
org.apache.http.auth;version="4.4.0",
|
||||
org.apache.http.client;version="4.4.0",
|
||||
org.apache.http.client.config;version="4.4.0",
|
||||
org.apache.http.client.entity;version="4.4.0",
|
||||
org.apache.http.client.methods;version="4.4.0",
|
||||
org.apache.http.client.protocol;version="4.4.0",
|
||||
org.apache.http.client.utils;version="4.4.0",
|
||||
org.apache.http.entity;version="4.4.0",
|
||||
org.apache.http.impl.auth;version="4.4.0",
|
||||
org.apache.http.impl.client;version="4.4.0",
|
||||
org.apache.http.impl.conn;version="4.4.0",
|
||||
org.apache.http.message;version="4.4.0",
|
||||
org.apache.http.protocol;version="4.4.0",
|
||||
org.apache.xerces.parsers,
|
||||
org.apache.xerces.xni.parser,
|
||||
org.codehaus.stax2,
|
||||
org.codehaus.stax2.io,
|
||||
org.oclc.purl.dsdl.svrl,
|
||||
org.slf4j,
|
||||
org.thymeleaf,
|
||||
org.thymeleaf.context,
|
||||
org.thymeleaf.dialect,
|
||||
org.thymeleaf.dom,
|
||||
org.thymeleaf.exceptions,
|
||||
org.thymeleaf.messageresolver,
|
||||
org.thymeleaf.processor,
|
||||
org.thymeleaf.processor.attr,
|
||||
org.thymeleaf.resourceresolver,
|
||||
org.thymeleaf.standard,
|
||||
org.thymeleaf.standard.expression,
|
||||
org.thymeleaf.templatemode,
|
||||
org.thymeleaf.templateparser.xmlsax,
|
||||
org.thymeleaf.templateresolver,
|
||||
org.thymeleaf.util,
|
||||
org.unbescape.html,
|
||||
org.unbescape.java,
|
||||
org.unbescape.javascript,
|
||||
org.unbescape.uri,
|
||||
org.w3c.dom,
|
||||
org.w3c.dom.ls,
|
||||
org.xmlpull.v1;resolution:=optional,
|
||||
org.xml.sax,
|
||||
org.xml.sax.ext,
|
||||
org.xml.sax.helpers
|
||||
Bundle-Vendor: University Health Network
|
|
@ -1,47 +1,47 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<beans xmlns="http://www.springframework.org/schema/beans"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:ctx="http://www.springframework.org/schema/context"
|
||||
xmlns:util="http://www.springframework.org/schema/util"
|
||||
xmlns:osgi="http://www.eclipse.org/gemini/blueprint/schema/blueprint"
|
||||
xmlns:osgix="http://www.eclipse.org/gemini/blueprint/schema/blueprint-compendium"
|
||||
xsi:schemaLocation="http://www.springframework.org/schema/beans
|
||||
http://www.springframework.org/schema/beans/spring-beans.xsd
|
||||
http://www.springframework.org/schema/context
|
||||
http://www.springframework.org/schema/context/spring-context.xsd
|
||||
http://www.springframework.org/schema/util
|
||||
http://www.springframework.org/schema/util/spring-util-2.0.xsd
|
||||
http://www.eclipse.org/gemini/blueprint/schema/blueprint-compendium
|
||||
http://www.eclipse.org/gemini/blueprint/schema/blueprint-compendium/gemini-blueprint-compendium.xsd
|
||||
http://www.eclipse.org/gemini/blueprint/schema/blueprint
|
||||
http://www.eclipse.org/gemini/blueprint/schema/blueprint/gemini-blueprint.xsd">
|
||||
|
||||
<!-- ++====================================++
|
||||
|| S E R V E R M A N A G E R ||
|
||||
++====================================++
|
||||
-->
|
||||
<bean id="fhir.server.manager" class="ca.uhn.fhir.osgi.impl.FhirServerManager">
|
||||
</bean>
|
||||
|
||||
<!-- ++=====================++
|
||||
|| S E R V E R S ||
|
||||
++=====================++
|
||||
-->
|
||||
<osgi:list id="fhir.servers" interface="ca.uhn.fhir.osgi.FhirServer" cardinality="0..N">
|
||||
<osgi:listener ref="fhir.server.manager"
|
||||
bind-method="registerFhirServer"
|
||||
unbind-method="unregisterFhirServer" />
|
||||
</osgi:list>
|
||||
|
||||
<!-- ++========================================++
|
||||
|| P R O V I D E R B U N D L E S ||
|
||||
++========================================++
|
||||
-->
|
||||
<osgi:list id="fhir.osgi.providers" interface="ca.uhn.fhir.osgi.FhirProviderBundle" cardinality="0..N" >
|
||||
<osgi:listener ref="fhir.server.manager"
|
||||
bind-method="registerFhirProviders"
|
||||
unbind-method="unregisterFhirProviders" />
|
||||
</osgi:list>
|
||||
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<beans xmlns="http://www.springframework.org/schema/beans"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:ctx="http://www.springframework.org/schema/context"
|
||||
xmlns:util="http://www.springframework.org/schema/util"
|
||||
xmlns:osgi="http://www.eclipse.org/gemini/blueprint/schema/blueprint"
|
||||
xmlns:osgix="http://www.eclipse.org/gemini/blueprint/schema/blueprint-compendium"
|
||||
xsi:schemaLocation="http://www.springframework.org/schema/beans
|
||||
http://www.springframework.org/schema/beans/spring-beans.xsd
|
||||
http://www.springframework.org/schema/context
|
||||
http://www.springframework.org/schema/context/spring-context.xsd
|
||||
http://www.springframework.org/schema/util
|
||||
http://www.springframework.org/schema/util/spring-util-2.0.xsd
|
||||
http://www.eclipse.org/gemini/blueprint/schema/blueprint-compendium
|
||||
http://www.eclipse.org/gemini/blueprint/schema/blueprint-compendium/gemini-blueprint-compendium.xsd
|
||||
http://www.eclipse.org/gemini/blueprint/schema/blueprint
|
||||
http://www.eclipse.org/gemini/blueprint/schema/blueprint/gemini-blueprint.xsd">
|
||||
|
||||
<!-- ++====================================++
|
||||
|| S E R V E R M A N A G E R ||
|
||||
++====================================++
|
||||
-->
|
||||
<bean id="fhir.server.manager" class="ca.uhn.fhir.osgi.impl.FhirServerManager">
|
||||
</bean>
|
||||
|
||||
<!-- ++=====================++
|
||||
|| S E R V E R S ||
|
||||
++=====================++
|
||||
-->
|
||||
<osgi:list id="fhir.servers" interface="ca.uhn.fhir.osgi.FhirServer" cardinality="0..N">
|
||||
<osgi:listener ref="fhir.server.manager"
|
||||
bind-method="registerFhirServer"
|
||||
unbind-method="unregisterFhirServer" />
|
||||
</osgi:list>
|
||||
|
||||
<!-- ++========================================++
|
||||
|| P R O V I D E R B U N D L E S ||
|
||||
++========================================++
|
||||
-->
|
||||
<osgi:list id="fhir.osgi.providers" interface="ca.uhn.fhir.osgi.FhirProviderBundle" cardinality="0..N" >
|
||||
<osgi:listener ref="fhir.server.manager"
|
||||
bind-method="registerFhirProviders"
|
||||
unbind-method="unregisterFhirProviders" />
|
||||
</osgi:list>
|
||||
|
||||
</beans>
|
Loading…
Reference in New Issue