From 57280a313550b96f08c5c6783787db2987202041 Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@DESKTOP-2S09UKA>
Date: Sat, 7 Sep 2019 15:22:47 -0700
Subject: [PATCH] SISO revisions

---
 specifications/build.xml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/specifications/build.xml b/specifications/build.xml
index 5564ed773d..31dab972e3 100644
--- a/specifications/build.xml
+++ b/specifications/build.xml
@@ -103,18 +103,20 @@
 	
 	<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}"/>
         <get     src="${sisoBaseUrl}46171"
                 dest="${SISO-REF-010}" verbose="true"/>
 		<unzip   src="${SISO-REF-010}"
 		        dest="" overwrite="true"/>
 		<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}"/>
         <get     src="${sisoBaseUrl}46173"
                 dest="${SISO-REF-010.1}" verbose="true"/>
+        -->
 
 	</target>
     
-- 
GitLab