Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add metadata for eclipse-pde-build to manifest-file #1515

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tobihein
Copy link

@tobihein tobihein commented Sep 28, 2019

When developing OSGi-bundles and using the eclipse-pde-build requires
additional meta-data in the manifest-file at compile-time.

Detailed explanations are described in
http:https://blog.vogella.com/2016/02/09/osgi-bundles-fragments-dependencies/.
The section "When are fragments the wrong agent of choice?" describes
exactly the hapi-fhir-architecture, the problems that I had and the
solution.

To understand the example here the analog files in hapi-fhir:
org.fipro.host <=> hapi-fhir-base
org.fipro.host.fragment <=> hapi-fhir-structures-r4

This change is completly safe because it is ignored at runtime. It is
just needed at compile time in a special usa case within eclipse.

When developing OSGi-bundles and using the eclipse-pde-build requires
additional meta-data in the manifest-file at compile-time.

Detailed explanations are described in
http:https://blog.vogella.com/2016/02/09/osgi-bundles-fragments-dependencies/.
The section "When are fragments the wrong agent of choice?" describes
exactly the hapi-fhir-architecture, the problems, that I had and the
solution.

This change is completly safe because it is ignored at runtime. It is
just needed at compile time in a special usa case within eclipse.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant