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
33b0231b
Commit
33b0231b
authored
4 years ago
by
brutzman
Browse files
Options
Downloads
Patches
Plain Diff
updated ieee specification file rename
parent
24f7f3a0
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
specifications/build.xml
+9
-5
9 additions, 5 deletions
specifications/build.xml
with
9 additions
and
5 deletions
specifications/build.xml
+
9
−
5
View file @
33b0231b
...
...
@@ -25,10 +25,14 @@
<!-- =============================================== -->
<target
name=
"download.IeeeDisStandards.rename"
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.8685803.pdf"
verbose=
"true"
quiet=
"true"
failonerror=
"false"
/>
<!-- part 1 6387564.pdf -->
<move
file=
"12781-2012.pdf"
tofile=
"IEEE1278.1-2012.DistributedInteractiveSimulation.ApplicationProtocols.12781-2012.pdf"
verbose=
"true"
quiet=
"true"
failonerror=
"false"
/>
<!-- part 2 7459689.pdf -->
<move
file=
"12782-2015.pdf"
tofile=
"IEEE1278.2-2015.DistributedInteractiveSimulation.CommunicationsServices.12782-2015.pdf"
verbose=
"true"
quiet=
"true"
failonerror=
"false"
/>
<!-- part 3 00587529.pdf -->
<move
file=
"00587529.pdf"
tofile=
"IEEE1278.3-2015.DistributedInteractiveSimulation.CommunicationsServices.00587529.pdf"
verbose=
"true"
quiet=
"true"
failonerror=
"false"
/>
<!-- part 4 6595010.pdf -->
<move
file=
"12784-1997.pdf"
tofile=
"IEEE1278.4-2013.DistributedInteractiveSimulation.VV+A.12784-1997.pdf"
verbose=
"true"
quiet=
"true"
failonerror=
"false"
/>
<echo
message=
"*.pdf directory contents:"
/>
<!-- https://stackoverflow.com/questions/10528032/listing-all-files-and-subdirectories-using-ant -->
...
...
@@ -122,7 +126,7 @@
<echo
message=
"as ${DIS.1.rename}"
/>
<get
src=
"${ieeeBaseLinkUrl}${DIS.1.document}"
dest=
"${DIS.1.rename}"
verbose=
"true"
/>
<!-- ======================== -->
<property
name=
"DIS.2.document"
value=
"7459689"
/>
<property
name=
"DIS.2.rename"
value=
"IEEE1278.2-2015.DistributedInteractiveSimulation.CommunicationsServices.${DIS.2.document}.pdf"
/>
...
...
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