Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NetworkedGraphicsMV3500
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Savage
NetworkedGraphicsMV3500
Commits
19bb8cde
Commit
19bb8cde
authored
5 years ago
by
brutzman
Browse files
Options
Downloads
Patches
Plain Diff
add target clean.pduLogAdditions
parent
9de7f1d8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/build.xml
+9
-7
9 additions, 7 deletions
examples/build.xml
with
9 additions
and
7 deletions
examples/build.xml
+
9
−
7
View file @
19bb8cde
...
@@ -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>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment