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

337.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 properties.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 properties.xml Fri Dec 7 13:27:32 2018 UTC

337.2 Comparison summary

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

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

337.4 Active regular expressions

No regular expressions were active.

337.5 Comparison detail

  1   <?xml 
  2     version="1 .0" 
  3     encoding=" UTF-8"
  4   ?>
  5   <project 
  6     name="tomc at.propert ies"
  7   >
  8             
  9     <script 
  10      language=" javascript "
  11     >
  12                       
  13      <![CDATA[
  14                       impo rtClass(ja va.io.File );
  15                       var  currentLoc ation = ne w File(sel f.getLocat ion().getF ileName()) .getParent ();
  16                       proj ect.setPro perty("tom cat.lib",  currentLoc ation + "/ build-lib" );
  17                       ]]>
  18              
  19     </script>
  20    
  21             
  22     <taskdef 
  23      name="depl oy"    
  24      classname= "org.apach e.catalina .ant.Deplo yTask"
  25     >
  26                       
  27      <classpath >
  28                                 
  29       <fileset 
  30        dir="${tom cat.lib}"
  31       >
  32                                           
  33        <include 
  34         name="*.ja r" 
  35        />
  36                                  
  37       </fileset>
  38                        
  39      </classpat h>
  40              
  41     </taskdef>
  42    
  43               
  44     <!-- Confi gure prope rties to a ccess the  Manager ap plication  -->
  45               
  46     <property 
  47      name="mgr. url"                    
  48      value="htt p://localh ost:8080/m anager"
  49     />
  50               
  51     <property 
  52      name="mgr. username"               
  53      value="adm in"
  54     />
  55               
  56     <property 
  57      name="mgr. password"               
  58      value=" PW_R e d a cte d      "
  59     />
  60               
  61     <property 
  62      name="app. url"                    
  63      value="htt p://localh ost:8080/m obile-kidn ey"
  64     />
  65               
  66     <property 
  67      name="stat uscode"                 
  68      value="200 "
  69     />
  70   </project>