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 @@ ...@@ -727,6 +727,7 @@
<manifestEntries> <manifestEntries>
<X-Compile-Source-JDK>${orekit.compiler.source}</X-Compile-Source-JDK> <X-Compile-Source-JDK>${orekit.compiler.source}</X-Compile-Source-JDK>
<X-Compile-Target-JDK>${orekit.compiler.target}</X-Compile-Target-JDK> <X-Compile-Target-JDK>${orekit.compiler.target}</X-Compile-Target-JDK>
<Automatic-Module-Name>org.orekit</Automatic-Module-Name>
</manifestEntries> </manifestEntries>
</archive> </archive>
</configuration> </configuration>
......
...@@ -21,6 +21,10 @@ ...@@ -21,6 +21,10 @@
</properties> </properties>
<body> <body>
<release version="11.1" date="TBD" description="TBD"> <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"> <action dev="bryan" type="fix" issue="874">
Fixed initialization of maneuver trigger events when using EventBasedManeuverTriggers. Fixed initialization of maneuver trigger events when using EventBasedManeuverTriggers.
</action> </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