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
e98e18d9
Commit
e98e18d9
authored
5 years ago
by
brutzman
Browse files
Options
Downloads
Patches
Plain Diff
updated IEEE catalog number, uniquely name targets
parent
25c2efed
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
specifications/build.xml
+5
-5
5 additions, 5 deletions
specifications/build.xml
with
5 additions
and
5 deletions
specifications/build.xml
+
5
−
5
View file @
e98e18d9
<?xml version="1.0" encoding="UTF-8"?>
<project
name=
"Download IEEE and SISO Specifications"
default=
""
basedir=
"."
>
<project
name=
"Download IEEE and SISO Specifications"
default=
"
download.all
"
basedir=
"."
>
<target
name=
"all"
depends=
"clean.specifications,download.IeeeDisStandards,download.SISO,rename.IeeeDisStandards"
/>
<target
name=
"
download.
all"
depends=
"clean.specifications,download.IeeeDisStandards,download.SISO,rename.IeeeDisStandards"
/>
<target
name=
"clean.specifications"
>
<target
name=
"
download.
clean.specifications"
>
<echo
message=
"ensure all files are closed before deleting..."
/>
<delete
verbose=
"true"
failonerror=
"false"
>
<fileset
dir=
"."
includes=
"**/*.pdf.SAVEME"
/>
...
...
@@ -24,11 +24,11 @@
<!-- =============================================== -->
<target
name=
"rename.IeeeDisStandards"
description=
"rename saved DIS specification files to readable filenames"
>
<target
name=
"
download.
rename.IeeeDisStandards"
description=
"rename saved DIS specification files to readable filenames"
>
<move
file=
"6387564.pdf"
tofile=
"IEEE1278.1-2012.DistributedInteractiveSimulation.ApplicationProtocols.6387564.pdf"
verbose=
"true"
quiet=
"true"
failonerror=
"false"
/>
<move
file=
"7459689.pdf"
tofile=
"IEEE1278.2-2015.DistributedInteractiveSimulation.CommunicationsServices.7459689.pdf"
verbose=
"true"
quiet=
"true"
failonerror=
"false"
/>
<move
file=
"587529.pdf"
tofile=
"IEEE1278.3-2015.DistributedInteractiveSimulation.CommunicationsServices.587529.pdf"
verbose=
"true"
quiet=
"true"
failonerror=
"false"
/>
<move
file=
"6595010.pdf"
tofile=
"IEEE1278.4-2013.DistributedInteractiveSimulation.VV+A.
6595010
.pdf"
verbose=
"true"
quiet=
"true"
failonerror=
"false"
/>
<move
file=
"6595010.pdf"
tofile=
"IEEE1278.4-2013.DistributedInteractiveSimulation.VV+A.
8685803
.pdf"
verbose=
"true"
quiet=
"true"
failonerror=
"false"
/>
<echo
message=
"*.pdf directory contents:"
/>
<!-- https://stackoverflow.com/questions/10528032/listing-all-files-and-subdirectories-using-ant -->
...
...
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