Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Orekit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Orekit
Orekit
Commits
3371491e
Unverified
Commit
3371491e
authored
3 years ago
by
Andrew Goetz
Browse files
Options
Downloads
Patches
Plain Diff
Added Automatic-Module-Name "org.orekit" to JAR manifest.
parent
65e649c0
No related branches found
No related tags found
1 merge request
!225
Added Automatic-Module-Name "org.orekit" to JAR manifest.
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pom.xml
+1
-0
1 addition, 0 deletions
pom.xml
src/changes/changes.xml
+4
-0
4 additions, 0 deletions
src/changes/changes.xml
with
5 additions
and
0 deletions
pom.xml
+
1
−
0
View file @
3371491e
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
src/changes/changes.xml
+
4
−
0
View file @
3371491e
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment