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
60bd7ce4
Commit
60bd7ce4
authored
7 months ago
by
Brutzman, Don
Browse files
Options
Downloads
Patches
Plain Diff
touchups
parent
d394007f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build.xml
+4
-3
4 additions, 3 deletions
build.xml
with
4 additions
and
3 deletions
build.xml
+
4
−
3
View file @
60bd7ce4
...
...
@@ -308,7 +308,8 @@ POSSIBILITY OF SUCH DAMAGE.
<copy
todir =
"${dot.viskit.dir}"
file=
"${c_gui.xml}"
/>
</target>
<target
name=
"reset.viskit.DefaultProject"
description=
"initialize user preferences for Viskit DefaultProject"
>
<target
name=
"reset.viskit.DefaultViskitProject"
description=
"initialize user preferences for the bundled DefaultViskitProject"
>
<!-- TODO watch for that project to get renamed -->
<echo
message=
"Warning: under development"
/>
<echo
message=
"Reset MV3500 user's Viskit configuration files in ${dot.viskit.dir}"
/>
<delete
includeemptydirs=
"yes"
dir=
"${dot.viskit.dir}"
/>
...
...
@@ -324,8 +325,8 @@ POSSIBILITY OF SUCH DAMAGE.
<mkdir
dir=
"${dot.viskit.dir}"
/>
<!-- repopulute with defaults -->
<!-- ${c_app.xml} and ${c_gui.xml} are properties in the build.properties definitions -->
<copy
todir=
"${dot.viskit.dir}"
file=
"${c_app.xml}"
/>
<copy
todir=
"${dot.viskit.dir}"
file=
"${c_gui.xml}"
/>
<copy
todir=
"${dot.viskit.dir}"
file=
"${c_app.xml}"
verbose=
"true"
/>
<copy
todir=
"${dot.viskit.dir}"
file=
"${c_gui.xml}"
verbose=
"true"
/>
</target>
</project>
\ No newline at end of file
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