338. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 12/7/2018 11:36:15 AM Central Standard 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.

338.1 Files compared

# Location File Last Modified
1 C:\SCRUB\MHED\MHED\VATS 2.3.0\var-utility-web-2.3.0@19406cb7810\ant-builds\tomcat targets.xml Thu Sep 13 18:55:48 2018 UTC
2 C:\MHED-scrubbed\MHED\MHED\VATS 2.3.0\var-utility-web-2.3.0@19406cb7810\ant-builds\tomcat targets.xml Fri Dec 7 13:27:32 2018 UTC

338.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 6 150
Changed 4 28
Inserted 1 1
Removed 0 0

338.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

338.4 Active regular expressions

No regular expressions were active.

338.5 Comparison detail

  1   <?xml 
  2     version="1 .0" 
  3     encoding=" UTF-8"
  4   ?>
  5   <project 
  6     name="tomc at.targets "
  7   >
  8       
  9     <import 
  10      file="prop erties.xml
  11     />
  12             
  13       
  14     <property 
  15      name="ml-a nt-http.ja r" 
  16      value="ml- ant-http-1 .1.3.jar"
  17     />
  18    
  19       
  20     <fileset 
  21      id="runtim e.libs" 
  22      dir="./bui ld-lib/"
  23     >
  24          
  25      <include 
  26       name="${ml -ant-http. jar}"
  27      />
  28        
  29     </fileset>
  30       
  31       
  32     <path 
  33      id="runtim e.classpat h"
  34     >
  35          
  36      <fileset 
  37       refid="run time.libs"
  38      />
  39        
  40     </path>
  41    
  42       
  43     <taskdef 
  44      name="http
  45      classname= "org.missi nglink.ant .task.http .HttpClien tTask"
  46     >
  47          
  48      <classpath  
  49       refid="run time.class path"
  50      />
  51        
  52     </taskdef>
  53      
  54             
  55     <target 
  56      name="depl oyWar" 
  57      depends="b uild"
  58     >
  59                       
  60                       
  61      <echo 
  62       message="D eploying t o Tomcat" 
  63      />
  64                       
  65                       
  66      <deploy 
  67       url="${mgr .url}" 
  68       username=" ${mgr.user name}" 
  69       VsID       
  70       ${mgr.pass word}"
  71                                      path="/${d eployment. war.name}"  update="t rue"  war="${dep loyment.wa r.file.pat h}" />
       
       
       
  72      
  73                         <echo  message="C hecking if  app is De ployed to  Tomcat"  />
       
       
       
  74      
        75           <http  url="${app .url}" sta tusPropert y="http.st atus" expe cted="${st atuscode}" />
  76           
  77             <echo> "App deplo y is Succe ssful, Htt pStatus :  ${http.sta tus}" </echo>
       
       
       
       
       
       
       
       
       
  78      
  79                </target>
       
  80         
  81      
  82       </project>