Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Andrew Goetz
Orekit
Commits
3371491e
Unverified
Commit
3371491e
authored
Jan 05, 2022
by
Andrew Goetz
Browse files
Added Automatic-Module-Name "org.orekit" to JAR manifest.
parent
65e649c0
Pipeline
#1639
passed with stage
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
3371491e
...
...
@@ -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>
...
...
src/changes/changes.xml
View file @
3371491e
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment