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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
Gaëtan Pierre
Orekit
Commits
29001892
Commit
29001892
authored
10 years ago
by
Luc Maisonobe
Browse files
Options
Downloads
Patches
Plain Diff
Fixed spurious copy-paste error.
parent
01b00298
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/site/markdown/building.md
+2
-2
2 additions, 2 deletions
src/site/markdown/building.md
src/site/markdown/downloads.md
+1
-1
1 addition, 1 deletion
src/site/markdown/downloads.md
with
3 additions
and
3 deletions
src/site/markdown/building.md
+
2
−
2
View file @
29001892
...
...
@@ -35,7 +35,7 @@ For systems not providing maven as a package, maven can be
Apache Software Foundation. This site also explains the
installation procedure.
As with all maven enabled projects, building
Rugged
is straightforward, simply
As with all maven enabled projects, building
Orekit
is straightforward, simply
run:
mvn assembly:single
...
...
@@ -74,7 +74,7 @@ The simplest way to use Orekit with Eclipse is to follow these steps:
*
unpack the distribution inside your Eclipse workspace
*
create a new java project from existing sources and direct Eclipse to the
directory where you unpacked
Rugged
directory where you unpacked
Orekit
*
set the source folders to
*
orekit/src/main/java
...
...
This diff is collapsed.
Click to expand it.
src/site/markdown/downloads.md
+
1
−
1
View file @
29001892
...
...
@@ -40,7 +40,7 @@ ones since the other packages (binary jars, javadoc jars and even the bulk
of this site) are created from these sources.
Orekit is also available in maven central repository,
with groupID org.orekit and artifactId
rugged-core, rugged-aster, ...
so maven
with groupID org.orekit and artifactId
orekit
so maven
internal mechanism will download automatically all artifacts and dependencies
as required.
...
...
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