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

317.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 properties.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 properties.xml Fri Dec 7 13:26:56 2018 UTC

317.2 Comparison summary

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

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

317.4 Active regular expressions

No regular expressions were active.

317.5 Comparison detail

  1   <project 
  2     name="tomc at.propert ies"
  3   >
  4             
  5     <script 
  6      language=" javascript "
  7     >
  8                       
  9      <![CDATA[
  10                       try  {//compati bility fix  https://b ugs.openjd k.java.net /browse/JD K-8025132
  11                       load ("nashorn: mozilla_co mpat.js");
  12                       } ca tch (e) {/ / ignore t he excepti on - perha ps we are  running on  Rhino!
  13                       }
  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 oyToTomcat
  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/V arUtilityS ervices"
  64     />
  65             
  66     <property 
  67      name="stat uscode"            
  68      value="200
  69     />
  70   </project>