Skip to content
Snippets Groups Projects
Commit 19bb8cde authored by brutzman's avatar brutzman
Browse files

add target clean.pduLogAdditions

parent 9de7f1d8
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,15 @@ ...@@ -11,6 +11,15 @@
<project name="Networked_Graphics_MV3500_examples" default="default" basedir="."> <project name="Networked_Graphics_MV3500_examples" default="default" basedir=".">
<description>Builds, tests, and runs the project Networked Graphics MV3500 examples.</description> <description>Builds, tests, and runs the project Networked Graphics MV3500 examples.</description>
<import file="nbproject/build-impl.xml"/> <import file="nbproject/build-impl.xml"/>
<target name="clean.pduLogAdditions">
<delete verbose="true">
<fileset dir="pduLog">
<include name="Pdusave*.dislog"/>
<exclude name="Pdusave.dislog"/><!-- version control default example -->
</fileset>
</delete>
</target>
<!-- <!--
There exist several targets which are by default empty and which can be There exist several targets which are by default empty and which can be
...@@ -71,11 +80,4 @@ ...@@ -71,11 +80,4 @@
nbproject/build-impl.xml file. nbproject/build-impl.xml file.
--> -->
<target name="view.gitlab.examples" description="view gitlab MV3500 examples in web browser (Netbeans only)">
<echo message="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/tree/master/examples"/>
<nbbrowse url="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/tree/master/examples"/>
<!-- TODO implementation-independent approach if possible. other Ant approachs have to be customized for each OS -->
</target>
</project> </project>
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