2054. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 10/5/2018 9:05:34 PM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

2054.1 Files compared

# Location File Last Modified
1 MHEDP3_VAOS_VATS_SM_Sept2018.zip\SM 2.4.0\scheduling-manager-resources-2.4.0.zip\SchedulingManagerMDWSLib\wsdl generateToolsServiceClient.sh Thu Jul 19 20:06:36 2018 UTC
2 MHEDP3_VAOS_VATS_SM_Sept2018.zip\SM 2.4.0\scheduling-manager-resources-2.4.0.zip\SchedulingManagerMDWSLib\wsdl generateToolsServiceClient.sh Fri Oct 5 19:42:30 2018 UTC

2054.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 38
Changed 1 2
Inserted 0 0
Removed 0 0

2054.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

2054.4 Active regular expressions

No regular expressions were active.

2054.5 Comparison detail

  1   #!/bin/sh
  2  
  3   if [[ -d s rc/main/ja va/com/agi lex/health care/sched ulingmanag er/mdws/ge neratedwsd l/toolsser vice ]] ;  then
  4       rm -rf  src/main/ java/com/a gilex/heal thcare/sch edulingman ager/mdws/ generatedw sdl/toolss ervice
  5   fi
  6  
  7   wsimport - extension  -s src/mai n/java -p  com.agilex .healthcar e.scheduli ngmanager. mdws.gener atedwsdl.t oolsservic e -keep ht tp:// IP /LVMdwsTes t/ToolsSer vice.asmx? WSDL
  8   rm -rf ./c om
  9  
  10   echo "You  must be co nnected to  the Agile x VPN in o rder for t his to wor k."
  11   echo
  12   echo "Here 's why we  are using  wsimport v ersus some thing else  like wsdl 2java"
  13   echo "http ://stackov erflow.com /questions /3588616/j ava-webser vice-clien t-best-way /3590252#3 590252"
  14   echo "http s://weblog s.java.net /blog/kohs uke/archiv e/2007/02/ jaxws_ri_2 1_ben.html "
  15  
  16   echo
  17   echo
  18   echo
  19  
  20   read -p "F inished, p ress [ENTE R] to Exit "