Skip to content
Snippets Groups Projects
Commit 30969e5e authored by terry-norbraten's avatar terry-norbraten
Browse files

[Terry N.] merge commits from Don B.

parent bc8f3bc5
No related branches found
No related tags found
No related merge requests found
......@@ -1686,6 +1686,7 @@ is divided into following sections:
</target>
<target depends="init,compile-test-single,-init-test-run-module-properties,-debug-start-debugger-test,-debug-start-debuggee-test" name="debug-test"/>
<target depends="init,compile-test-single,-init-test-run-module-properties,-debug-start-debugger-test,-debug-start-debuggee-test-method" name="debug-test-method"/>
<target depends="debug-test-method" name="debug-single-method"/>
<target depends="init,-pre-debug-fix,compile-test-single" if="netbeans.home" name="-do-debug-fix-test">
<j2seproject1:nbjpdareload dir="${build.test.classes.dir}"/>
</target>
......
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
nbproject/build-impl.xml.data.CRC32=be778aa9
nbproject/build-impl.xml.script.CRC32=c34c2285
nbproject/build-impl.xml.stylesheet.CRC32=f89f7d21@1.95.0.48
nbproject/build-impl.xml.script.CRC32=2b37b8f7
nbproject/build-impl.xml.stylesheet.CRC32=d549e5cc@1.98.0.48
/**
* Infrastructure classes derived from PDU packet definitions supporting <a href="https://github.com/open-dis/open-dis7-java" target="open-dis7-java">open-dis7-java</a> library.
* Online: NPS <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500" target="MV3500">MV3500 Networked Simulation course</a>
* links to <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/tree/master/specifications/README.md" target="README.MV3500">IEEE and SISO specification references</a> of interest.
* @see java.lang.Package
* @see <a href="https://stackoverflow.com/questions/22095487/why-is-package-info-java-useful">https://stackoverflow.com/questions/22095487/why-is-package-info-java-useful</a>
* @see <a href="https://stackoverflow.com/questions/624422/how-do-i-document-packages-in-java">https://stackoverflow.com/questions/624422/how-do-i-document-packages-in-java</a>
*/
package edu.nps.moves.dis7.pdus;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment