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

Finalize 7.2 release.

parent b4ac78e7
No related branches found
No related tags found
No related merge requests found
......@@ -97,21 +97,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 Orekit
* set the source folders to
* orekit/src/main/java
* orekit/src/test/java
* orekit/src/tutorials/java
* orekit/src/main/resources
* orekit/src/test/resources
* orekit/src/tutorials/resources
in the source tab of the Configure Build Path dialog
* set the external libraries to JRE system library (provided by Eclipse),
Junit 4.x (provided by Eclipse) and Apache Commons Math (available at
Apache Software Foundation Commons Math
[downloads page](http://commons.apache.org/proper/commons-math/download_math.cgi))
in the libraries tab of the Configure Build Path dialog
* import the project as an "Existing Maven Project"
Everything should be configured automatically, including the dependency
to the underlying mathematical library.
......@@ -41,6 +41,13 @@ with groupID org.orekit and artifactId orekit so maven
internal mechanism will download automatically all artifacts and dependencies
as required.
| package | link |
|----------|-----------------------------------------------------------------------------------------------------------|
| source | [orekit-7.2-sources.zip](https://www.orekit.org/forge/attachments/download/601/orekit-7.2-sources.zip) |
| binary | [orekit-7.2.jar](https://www.orekit.org/forge/attachments/download/602/orekit-7.2.jar) |
| javadoc | [orekit-7.2-javadoc.jar](https://www.orekit.org/forge/attachments/download/603/orekit-7.2-javadoc.jar) |
version 7.2 downloads (release date: 2016-04-05)
| package | link |
|----------|-----------------------------------------------------------------------------------------------------------|
| source | [orekit-7.1-sources.zip](https://www.orekit.org/forge/attachments/download/585/orekit-7.1-sources.zip) |
......@@ -148,4 +155,4 @@ There are no guarantees that this file will be available indefinitely or that it
content will be updated. It should be considered as a simple configuration example.
Users are encouraged to set up their own configuration data.
The file is available by following this link: [orekit-data.zip](https://www.orekit.org/forge/attachments/download/584/orekit-data.zip).
The file is available by following this link: [orekit-data.zip](https://www.orekit.org/forge/attachments/download/600/orekit-data.zip).
......@@ -111,6 +111,7 @@ with version 4.1, Orekit depends only on officially released versions of Apache
Orekit 6.1 | Apache Commons Math 3.2
Orekit 7.0 | Apache Commons Math 3.4.1
Orekit 7.1 | Apache Commons Math 3.6
Orekit 7.2 | Apache Commons Math 3.6.1
### Maven failed to compile Orekit and complained about a missing artifact.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment