From a41772a19d0e22980f75c9b3ad75af704bc5bd96 Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Sun, 30 Apr 2023 13:09:40 -0700 Subject: [PATCH] hide "View this page" entries as comments so that they are only visible to students looking in editor source --- assignments/nbproject/project.properties | 4 ++-- assignments/src/README.md | 2 +- examples/README.md | 2 +- examples/nbproject/project.properties | 4 ++-- examples/nbproject/project.xml | 3 +++ examples/src/OpenDis7Examples/README.md | 2 +- examples/src/README.md | 2 +- examples/src/TcpExamples/README.md | 2 +- examples/src/UdpExamples/README.md | 2 +- 9 files changed, 13 insertions(+), 10 deletions(-) diff --git a/assignments/nbproject/project.properties b/assignments/nbproject/project.properties index 5f759ac245..26fc8c7b7d 100644 --- a/assignments/nbproject/project.properties +++ b/assignments/nbproject/project.properties @@ -70,8 +70,8 @@ javac.modulepath= javac.processormodulepath= javac.processorpath=\ ${javac.classpath} -javac.source=11 -javac.target=11 +javac.source=1.8 +javac.target=1.8 javac.test.classpath=\ ${javac.classpath}:\ ${build.classes.dir} diff --git a/assignments/src/README.md b/assignments/src/README.md index 5a486ac4c5..1f58750ab0 100644 --- a/assignments/src/README.md +++ b/assignments/src/README.md @@ -2,7 +2,7 @@ These assignments directories are produced by students enrolled in the MV3500 course. -### View this page at https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/assignments/src/README.md +<!-- View this page at https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/assignments/src/README.md --> 1. [MV3500Cohort2018JanuaryMarch](https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/assignments/src/MV3500Cohort2018JanuaryMarch) diff --git a/examples/README.md b/examples/README.md index 097de511ca..763fd3a3a1 100644 --- a/examples/README.md +++ b/examples/README.md @@ -2,7 +2,7 @@ This is parent directory for updated course examples, collected under a single Netbeans subproject with common build tasks. -### View this page at https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/examples/README.md +<!-- View this page at https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/examples/README.md --> 1. [TcpExamples](src/TcpExamples) diff --git a/examples/nbproject/project.properties b/examples/nbproject/project.properties index d8c429c719..131b4f1b64 100644 --- a/examples/nbproject/project.properties +++ b/examples/nbproject/project.properties @@ -65,8 +65,8 @@ javac.modulepath= javac.processormodulepath= javac.processorpath=\ ${javac.classpath} -javac.source=18 -javac.target=18 +javac.source=17 +javac.target=17 javac.test.classpath=\ ${javac.classpath}:\ ${build.classes.dir} diff --git a/examples/nbproject/project.xml b/examples/nbproject/project.xml index a56b01dc05..23c562da5d 100644 --- a/examples/nbproject/project.xml +++ b/examples/nbproject/project.xml @@ -19,6 +19,7 @@ <word>createDatagramSocket</word> <word>createThreads</word> <word>customizable</word> + <word>Datagram</word> <word>datagramSocket</word> <word>deserialization</word> <word>DisChannel</word> @@ -40,6 +41,7 @@ <word>isClosed</word> <word>isConnected</word> <word>isInterrupted</word> + <word>javadoc</word> <word>joinGroup</word> <word>killThread</word> <word>latestLocation</word> @@ -50,6 +52,7 @@ <word>multicast</word> <word>NetBeans</word> <word>netcat</word> + <word>NPS</word> <word>pdu</word> <word>PduCaptureLog</word> <word>pduLog</word> diff --git a/examples/src/OpenDis7Examples/README.md b/examples/src/OpenDis7Examples/README.md index f224dea7f1..9718043fd1 100644 --- a/examples/src/OpenDis7Examples/README.md +++ b/examples/src/OpenDis7Examples/README.md @@ -2,7 +2,7 @@ These examples illustrate use of latest OpenDis7 library for IEEE Distributed Interactive Simulation (DIS) Protocol -### View this page at https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/examples/src/OpenDis7Examples/README.md +<!-- View this page at https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/examples/src/OpenDis7Examples/README.md --> All examples tested, running and documented satisfactorily. diff --git a/examples/src/README.md b/examples/src/README.md index 1fda14e33e..34d2d0890b 100644 --- a/examples/src/README.md +++ b/examples/src/README.md @@ -2,7 +2,7 @@ These example directories are presented in the same order provided in the course [../../presentations](presentations). -### View this page at https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/examples/src/README.md +<!-- View this page at https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/examples/src/README.md --> 1. [TcpExamples](TcpExamples) show how to create connection-oriented Transmission Control Protocol (TCP) sockets diff --git a/examples/src/TcpExamples/README.md b/examples/src/TcpExamples/README.md index 7c9fdab55d..53cad8dd2c 100644 --- a/examples/src/TcpExamples/README.md +++ b/examples/src/TcpExamples/README.md @@ -2,7 +2,7 @@ Programs in this directory show how to create connection-oriented Transmission Control Protocol (TCP) sockets -### View this page at https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/examples/src/TcpExamples/README.md +<!-- View this page at https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/examples/src/TcpExamples/README.md --> | Telnet example | Telnet connection counting | |----------------------|-------------------------------| diff --git a/examples/src/UdpExamples/README.md b/examples/src/UdpExamples/README.md index 717898481d..1a22a79256 100644 --- a/examples/src/UdpExamples/README.md +++ b/examples/src/UdpExamples/README.md @@ -2,7 +2,7 @@ Programs in this directory show how to create User Datagram Protocol (UDP) sockets -### View this page at https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/examples/src/UdpExamples/README.md +<!-- View this page at https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/examples/src/UdpExamples/README.md --> | Unicast UDP Sender packets in Wireshark | Multicast UDP Sender packets inWireshark | |----------------------------------------------|:------------------------------------------| -- GitLab