Skip to content
Snippets Groups Projects
Commit 57280a31 authored by brutzman's avatar brutzman
Browse files

SISO revisions

parent 208a78c3
No related branches found
No related tags found
No related merge requests found
...@@ -103,18 +103,20 @@ ...@@ -103,18 +103,20 @@
<target name="download.SISO"> <target name="download.SISO">
<property name="SISO-REF-010" value="SISO-REF-010-v24.zip"/> <property name="SISO-REF-010" value="SISO-REF-010-v26.zip"/>
<echo message="get ${SISO-REF-010}"/> <echo message="get ${SISO-REF-010}"/>
<get src="${sisoBaseUrl}46171" <get src="${sisoBaseUrl}46171"
dest="${SISO-REF-010}" verbose="true"/> dest="${SISO-REF-010}" verbose="true"/>
<unzip src="${SISO-REF-010}" <unzip src="${SISO-REF-010}"
dest="" overwrite="true"/> dest="" overwrite="true"/>
<delete file="${SISO-REF-010}"/> <delete file="${SISO-REF-010}"/>
<property name="SISO-REF-010.1" value="SISO-REF-010.1-2018 Operations Manual for EWG V07.pdf"/> <!-- duplicative, already contained in preceding zip
<property name="SISO-REF-010.1" value="SISO-REF-010.1-2019 Operations Manual for EWG V08.pdf"/>
<echo message="get ${SISO-REF-010.1}"/> <echo message="get ${SISO-REF-010.1}"/>
<get src="${sisoBaseUrl}46173" <get src="${sisoBaseUrl}46173"
dest="${SISO-REF-010.1}" verbose="true"/> dest="${SISO-REF-010.1}" verbose="true"/>
-->
</target> </target>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment