From d4c0bb803dcaf05dc8fe01b02e7e9f48be7d448c Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Wed, 2 Feb 2022 21:04:44 -0800 Subject: [PATCH] rename paths as opendis7-java, omitting hyphen. project rename complete, tested sat. --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7d453b53b2..7635a1d5ca 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,17 @@ -*TODO alert:* [project rename](https://github.com/open-dis/open-dis7-java/issues/14) will occur soon, with new name *opendis7-java* - -# open-dis7-java Library +# opendis7-java Library This project provides a complete type-safe Java implementation of the IEEE Distributed Interactive Simulation (DIS) Protocol. Current support includes IEEE DIS Protocol version 7 (IEEE 1278.1-2012) and Simulation Interoperability Standards Organization SISO-REF-010 Enumerations specifications. The majority of source code is autogenerated by the -[open-dis7-source-generator](https://github.com/open-dis/open-dis7-source-generator) project. +[opendis7-source-generator](https://github.com/open-dis/opendis7-source-generator) project. Also available: -[open-dis7-full.jar](https://savage.nps.edu/open-dis7-java/open-dis7-full.jar), -[Javadoc](https://savage.nps.edu/open-dis7-java/javadoc), -[DIS XML Schema](https://savage.nps.edu/open-dis7-java/xml/DIS_7_2012.autogenerated.xsd) and -[DIS XML Schema documentation](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation). +[opendis7-full.jar](https://savage.nps.edu/opendis7-java/opendis7-full.jar), +[Javadoc](https://savage.nps.edu/opendis7-java/javadoc), +[DIS XML Schema](https://savage.nps.edu/opendis7-java/xml/DIS_7_2012.autogenerated.xsd) and +[DIS XML Schema documentation](https://savage.nps.edu/opendis7-java/xml/SchemaDocumentation). Additional test programs and resources are found in the NPS MOVES [Networked Graphics MV3500](https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500) course. -- GitLab