From 07e55ef515ae4e651a54a45f076d090236219d0c Mon Sep 17 00:00:00 2001 From: Peter Powers <pmpowers@usgs.gov> Date: Fri, 25 Mar 2016 01:37:59 -0600 Subject: [PATCH] program move doc updates --- LICENSE | 6 +++--- etc/examples/README.md | 2 +- src/org/opensha2/package-info.java | 5 +++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index dfc2469fe..6b9195dd5 100644 --- a/LICENSE +++ b/LICENSE @@ -18,6 +18,6 @@ limitations under the License. Runtime libs: - - guava-18.0.jar (https://github.com/google/guava) - - gson-2.3.jar (https://code.google.com/p/google-gson) - \ No newline at end of file + - guava-19.0.jar (https://github.com/google/guava) + - gson-2.5.jar (https://code.google.com/p/google-gson) + diff --git a/etc/examples/README.md b/etc/examples/README.md index 5f0873f32..8583f20f6 100644 --- a/etc/examples/README.md +++ b/etc/examples/README.md @@ -4,7 +4,7 @@ Examples These examples are designed to be executed locally while following the READMEs on GitHub. All examples avoid a lengthy call to Java and the `HazardCalc` program by using the following system alias: ```Shell -alias hazard='java -cp /path/to/nshmp-haz/dist/nshmp-haz.jar org.opensha2.programs.HazardCalc' +alias hazard='java -cp /path/to/nshmp-haz/dist/nshmp-haz.jar org.opensha2.HazardCalc' ``` Because each example builds on prior concepts, it is best step through all the examples, however quickly. diff --git a/src/org/opensha2/package-info.java b/src/org/opensha2/package-info.java index d3816b374..774b1e55f 100644 --- a/src/org/opensha2/package-info.java +++ b/src/org/opensha2/package-info.java @@ -1,4 +1,5 @@ /** - * Entry points for conducting probabilisitic seismic hazard analysis (PSHA) calculations. + * Entry points for conducting probabilisitic seismic hazard analysis (PSHA) + * calculations. */ -package org.opensha2; \ No newline at end of file +package org.opensha2; -- GitLab