From f0d4b15f0f8100ea87f235171409bab8e12fd385 Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@DESKTOP-2S09UKA> Date: Fri, 23 Aug 2019 23:29:24 -0700 Subject: [PATCH] warn that IEEE specs require manual download while within NPS campus or firewall --- specifications/README.md | 2 ++ specifications/build.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/specifications/README.md b/specifications/README.md index 22193612de..ffb8e1cd36 100644 --- a/specifications/README.md +++ b/specifications/README.md @@ -6,6 +6,8 @@ especially by military organizations but also by other agencies such as those in space exploration and medicine.* * Wikipedia: [Distributed Interactive Simulation](https://en.wikipedia.org/wiki/Distributed_Interactive_Simulation) +Manual download links follow. IEEE standards must be downloaded manually while within NPS campus or firewall. + ## Standards Documents An IEEEExplore account is required to access or purchase these standards documents. diff --git a/specifications/build.xml b/specifications/build.xml index edc9e249c7..7b06abff73 100644 --- a/specifications/build.xml +++ b/specifications/build.xml @@ -56,7 +56,7 @@ <!-- <get src="${ieeeBaseLinkUrl}${DIS.1.document}" dest="${DIS.1.rename}" verbose="true"/> --> - <property name="warningMessage" value="Restriction: cookie restrictions prevent automated download. You must manually download this file from within NPS campus or firewall. For "/> + <property name="warningMessage" value="Restriction: cookie restrictions prevent automated download. You must manually download this file while within NPS campus or firewall. For "/> <echo message="${warningMessage}IEEE1278.1 retrieval to this location, use your browser to save ${ieeeBaseLinkUrl}${DIS.1.document}" file="${DIS.1.rename}.SAVEME"/> -- GitLab