Skip to content
Snippets Groups Projects
Commit 29001892 authored by Luc Maisonobe's avatar Luc Maisonobe
Browse files

Fixed spurious copy-paste error.

parent 01b00298
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment