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
def59b00
Unverified
Commit
def59b00
authored
Jan 05, 2022
by
Andrew Goetz
Browse files
Added Automatic-Module-Name "org.orekit" to JAR manifest.
parent
24c4da7a
Pipeline
#1628
passed with stage
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
pom.xml
View file @
def59b00
...
...
@@ -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 @
def59b00
...
...
@@ -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=
"luc"
type=
"fix"
issue=
"872"
>
Fixed multiple detection of events when using propagate(start, target) with
integration-based propagators.
...
...
Write
Preview
Supports
Markdown
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