From 4eab01f0ca7afbc6250f59f787d661555eace027 Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Wed, 2 Feb 2022 20:26:35 -0800 Subject: [PATCH] rename paths and jar as opendis7-full.jar, omitting hyphen --- lib/README.md | 4 ++-- lib/{open-dis7-full.jar => opendis7-full.jar} | Bin 2 files changed, 2 insertions(+), 2 deletions(-) rename lib/{open-dis7-full.jar => opendis7-full.jar} (100%) diff --git a/lib/README.md b/lib/README.md index 55fae676c6..a11df32a5c 100644 --- a/lib/README.md +++ b/lib/README.md @@ -4,5 +4,5 @@ This directory contains library jar files used by each of the course project dir Of note: -* open-dis7-enumerations jar files contain all [SISO-REF-010](../specifications/README.md) values with sources automatically created from authoritative SISO XML as part of [open-dis7-source-generator](https://github.com/open-dis/open-dis7-source-generator) project -* open-dis7-java jar files contain all [IEEE PDU packet types](../specifications/IeeeDisPduColorFigures.pdf), with sources automatically created from [XML descriptions](https://github.com/open-dis/open-dis7-source-generator/tree/master/xml) and results collected as part of [open-dis7-java](https://github.com/open-dis/open-dis7-java) project +* opendis7-enumerations jar files contain all [SISO-REF-010](../specifications/README.md) values with sources automatically created from authoritative SISO XML as part of [opendis7-source-generator](https://github.com/open-dis/opendis7-source-generator) project +* opendis7-java jar files contain all [IEEE PDU packet types](../specifications/IeeeDisPduColorFigures.pdf), with sources automatically created from [XML descriptions](https://github.com/open-dis/opendis7-source-generator/tree/master/xml) and results collected as part of [opendis7-java](https://github.com/open-dis/opendis7-java) project diff --git a/lib/open-dis7-full.jar b/lib/opendis7-full.jar similarity index 100% rename from lib/open-dis7-full.jar rename to lib/opendis7-full.jar -- GitLab