Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • stefan.goericke.gy/NetworkedGraphicsMV3500
  • william.mahan/NetworkedGraphicsMV3500
  • alexander.white/NetworkedGraphicsMV3500
  • kyle.britt/NetworkedGraphicsMV3500
  • christopher.garibay/NetworkedGraphicsMV3500
  • christopher.cannon/NetworkedGraphicsMV3500
  • galoeffe/NetworkedGraphicsMV3500
  • dlcain1/NetworkedGraphicsMV3500
  • jmfurr/NetworkedGraphicsMV3500
  • jrjackso1/NetworkedGraphicsMV3500
  • kjmaroon1/NetworkedGraphicsMV3500
  • cdtacket/NetworkedGraphicsMV3500
12 results
Show changes
Commits on Source (4)
......@@ -79,3 +79,5 @@
/viskit/pduLog/
/viskit/MyViskitProjects/DefaultProject/viskitProject.xml
/examples/src/ViskitOpenDis7Examples/viskitProject.xml
/logs/
/pduLog/
......@@ -287,7 +287,6 @@ POSSIBILITY OF SUCH DAMAGE.
showduration="5000"/>
<java classname="${main.class}"
classpathref="runtime.classpath"
dir="${viskit.dir}"
fork="true">
<jvmarg line="${run.args}"/>
<arg value="${assy.file}"/>
......
......@@ -15,7 +15,7 @@
<!-- These two attributes MUST always be at least zero-length Strings -->
<!-- A default project path and name (DefaultProject) are included
in this template for convenience -->
<path dir="../assignments/src/MV3500Cohort2024JulySeptember/projects"/>
<path dir="assignments/src/MV3500Cohort2024JulySeptember/projects"/>
<name value="ViskitOpenDis7Examples"/>
</projecthome>
<tabs>
......