diff --git a/BUILDING.txt b/BUILDING.txt index c24e7495d6..1a9092629f 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -32,14 +32,11 @@ Building with Ant: Building with Eclipse: - Eclipse can be downloaded here: http://www.eclipse.org/downloads/ - - extract the orekit source jar in 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/main/resources, orekit/src/test/java, - orekit/src/test/resources, orekit/src/tutorials 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 Hipparchus (available at - https://hipparchus.org/) in the libraries tab of the Configure - Build Path dialog + - using your operating system tools, unpack the source distribution directly + inside your Eclipse workspace + - using Eclipse, import the project by selecting in the top level "File" menu + the entry "Import..." + - in the wizard that should appear, select "Maven -> Existing Maven Projects" + - select the folder you just created in your workspace by unpacking the + source distribution. The "pom.xml" file describing the project will be + automatically selected. Click finish diff --git a/build.xml b/build.xml index c023a38703..302e57079d 100644 --- a/build.xml +++ b/build.xml @@ -2,7 +2,7 @@ - + diff --git a/checkstyle.xml b/checkstyle.xml index c37d8dc692..336ae896fa 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -72,30 +72,30 @@ SR_ASSIGN, STAR, STAR_ASSIGN"/> + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - diff --git a/pom.xml b/pom.xml index 04fedc04a7..1c1935d855 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.orekit orekit jar - 9.0-SNAPSHOT + 9.0 ORbit Extrapolation KIT http://www.orekit.org/ @@ -26,20 +26,20 @@ 3.3.0 2.12.1 2.17 - 7.6 + 8.1 3.0.0 3.6.1 2.10.4 3.0.2 2.5 1.2 - 2017.10 + 1.2017.15 2.9 3.0.2 3.6 3.0.1 - 2.19.1 - 2.19.1 + 2.20 + 2.20 1.2.10 1.1 4.12 @@ -76,14 +76,21 @@ developer - + Hank Grabowski hankg developer - + + + Maxime Journot + maxime + + developer + + Fabien Maussion @@ -139,13 +146,6 @@ developer - - Maxime Journot - maxime - - developer - - diff --git a/src/site/markdown/downloads.md b/src/site/markdown/downloads.md index 2a248cd475..987e4dabad 100644 --- a/src/site/markdown/downloads.md +++ b/src/site/markdown/downloads.md @@ -43,10 +43,10 @@ as required. | package | link | |----------|-----------------------------------------------------------------------------------------------------------| -| source | [orekit-9.0-sources.zip](https://www.orekit.org/forge/attachments/download/xxx/orekit-9.0-sources.zip) | -| binary | [orekit-9.0.jar](https://www.orekit.org/forge/attachments/download/xxx/orekit-9.0.jar) | -| javadoc | [orekit-9.0-javadoc.jar](https://www.orekit.org/forge/attachments/download/xxx/orekit-9.0-javadoc.jar) | -version 9.0 downloads (release date: 2017-07-25) +| source | [orekit-9.0-sources.zip](https://www.orekit.org/forge/attachments/download/663/orekit-9.0-sources.zip) | +| binary | [orekit-9.0.jar](https://www.orekit.org/forge/attachments/download/664/orekit-9.0.jar) | +| javadoc | [orekit-9.0-javadoc.jar](https://www.orekit.org/forge/attachments/download/665/orekit-9.0-javadoc.jar) | +version 9.0 downloads (release date: 2017-07-26) | package | link | |----------|-----------------------------------------------------------------------------------------------------------| @@ -154,12 +154,12 @@ your program: This file contents is: - * leap seconds data up to early 2016, + * leap seconds data up to end 2017, - * IERS Earth orientation parameters from 1973 to mid 2014 - with predicted date to end 2014 for some parameters (both IAU-1980 and IAU-2000), + * IERS Earth orientation parameters from 1973 to mid 2017 + with predicted date to fall 2017 for some parameters (both IAU-1980 and IAU-2000), - * Marshall Solar Activity Futur Estimation from 1999 to 2014, + * Marshall Solar Activity Future Estimation from 1999 to 2017, * DE 430 planetary ephemerides from 1990 to 2069, @@ -169,4 +169,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/610/orekit-data.zip). +The file is available by following this link: [Orekit files](https://www.orekit.org/forge/projects/orekit/files). diff --git a/src/site/xdoc/changes.xml b/src/site/xdoc/changes.xml index ca0cf44891..721efd6088 100644 --- a/src/site/xdoc/changes.xml +++ b/src/site/xdoc/changes.xml @@ -20,7 +20,20 @@ Orekit Changes - + Added on-board antenna phase center effect on inter-satellites range measurements.