Skip to content
Snippets Groups Projects
Unverified Commit 3371491e authored by Andrew Goetz's avatar Andrew Goetz
Browse files

Added Automatic-Module-Name "org.orekit" to JAR manifest.

parent 65e649c0
No related branches found
No related tags found
1 merge request!225Added Automatic-Module-Name "org.orekit" to JAR manifest.
......@@ -727,6 +727,7 @@
<manifestEntries>
<X-Compile-Source-JDK>${orekit.compiler.source}</X-Compile-Source-JDK>
<X-Compile-Target-JDK>${orekit.compiler.target}</X-Compile-Target-JDK>
<Automatic-Module-Name>org.orekit</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
......
......@@ -21,6 +21,10 @@
</properties>
<body>
<release version="11.1" date="TBD" description="TBD">
<action dev="andrewsgoetz" type="add">
Added Automatic-Module-Name "org.orekit" to JAR manifest to improve usability
of Orekit by modular Java projects.
</action>
<action dev="bryan" type="fix" issue="874">
Fixed initialization of maneuver trigger events when using EventBasedManeuverTriggers.
</action>
......
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