318. EPMO Open Source Coordination Office Redaction File Detail Report

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

318.1 Files compared

# Location File Last Modified
1 C:\SCRUB\MHED\MHED\VATS 2.3.0\var-utility-resources-2.3.0@ab955ab4732\ant-builds\tomcat targets.xml Mon Sep 17 15:51:54 2018 UTC
2 C:\MHED-scrubbed\MHED\MHED\VATS 2.3.0\var-utility-resources-2.3.0@ab955ab4732\ant-builds\tomcat targets.xml Fri Dec 7 13:26:56 2018 UTC

318.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 3 142
Changed 2 29
Inserted 0 0
Removed 0 0

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

318.4 Active regular expressions

No regular expressions were active.

318.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      <echo 
  61       message="D eploying t o Tomcat" 
  62      />
  63     
  64              
  65      <deployToT omcat 
  66       url="${mgr .url}" 
  67       username=" ${mgr.user name}" 
  68       VsID       
  69       ${mgr.pass word}"
  70                          path="/${d eployment. war.name}"  update="t rue"  war="${dep loyment.wa r.file.pat h}" />
       
       
       
  71      
  72                 <echo  message="C hecking if  app is De ployed to  Tomcat"  />
  73                 <http url= "${app.url }"  statusProp erty="http .status"  expected=" ${statusco de}"/>
  74                 <echo> "App deplo y is Succe ssful, Htt pStatus :  ${http.sta tus}" </echo>
  75             </target>
       
       
       
       
       
       
       
       
       
       
       
       
  76      
  77      
  78       </project>