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
4c379fec
Commit
4c379fec
authored
6 months ago
by
Terry D. Norbraten
Browse files
Options
Downloads
Patches
Plain Diff
[Terry N.] force overwrite
parent
ae56e64f
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
examples/build.xml
+2
-2
2 additions, 2 deletions
examples/build.xml
with
2 additions
and
2 deletions
examples/build.xml
+
2
−
2
View file @
4c379fec
...
...
@@ -216,12 +216,12 @@ POSSIBILITY OF SUCH DAMAGE.
</target>
<target
name=
"-post-jar"
description=
"compiles all classes into a single utility jar for MV3500 course use of viskit"
>
<copy
todir=
"${viskit.proj.lib.dir}"
>
<copy
todir=
"${viskit.proj.lib.dir}"
overwrite=
"true"
>
<fileset
dir=
"${dist.dir}"
>
<include
name=
"${dist.name}.jar"
/>
</fileset>
</copy>
<copy
todir=
"${2024.cohort.assign.viskit.ex.proj.lib.dir}"
>
<copy
todir=
"${2024.cohort.assign.viskit.ex.proj.lib.dir}"
overwrite=
"true"
>
<fileset
dir=
"${dist.dir}"
>
<include
name=
"${dist.name}.jar"
/>
</fileset>
...
...
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