Skip to content
Snippets Groups Projects
Commit 214332f5 authored by Luc Maisonobe's avatar Luc Maisonobe
Browse files

Fixed maven-bundle-plugin configuration.

parent 4c79dee9
No related branches found
No related tags found
No related merge requests found
......@@ -390,7 +390,7 @@
</archive>
<manifestLocation>${project.build.directory}/osgi</manifestLocation>
<instructions>
<Export-Package>org.orekit.rugged.api.*;version=${project.version};-noimport:=true</Export-Package>
<Export-Package>org.orekit.rugged.*;version=${project.version};-noimport:=true</Export-Package>
<Bundle-DocURL>${project.url}</Bundle-DocURL>
</instructions>
</configuration>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment