64. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 10/5/2018 9:04:48 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.

64.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\ant-builds\tomcat properties.xml 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\ant-builds\tomcat properties.xml Fri Oct 5 16:55:30 2018 UTC

64.2 Comparison summary

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

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

64.4 Active regular expressions

No regular expressions were active.

64.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=" ja DNS    ipt"
  11     >
  12                       
  13      <![CDATA[
  14                                if (ty peof impor tClass ===  'undefine d') {
  15                                         load("na shorn:mozi lla_compat .js");
  16                                }
  17                                import Class(java .io.File);
  18                                var cu rrentLocat ion = new  File(self. getLocatio n().getFil eName()).g etParent() ;
  19                                projec t.setPrope rty("tomca t.lib", cu rrentLocat ion + "/bu ild-lib");
  20                       ]]>
  21              
  22     </script>
  23    
  24             
  25     <taskdef 
  26      name="depl oy" 
  27      classname= "org.apach e.catalina .ant.Deplo yTask"
  28     >
  29                       
  30      <classpath >
  31                                 
  32       <fileset 
  33        dir="${tom cat.lib}"
  34       >
  35                                           
  36        <include 
  37         name="*.ja r"
  38        />
  39                                  
  40       </fileset>
  41                        
  42      </classpat h>
  43              
  44     </taskdef>
  45    
  46             
  47     <!-- Confi gure prope rties to a ccess the  Manager ap plication  -->
  48             
  49     <property 
  50      name="mgr. url" 
  51      value="htt p://localh ost:8080/m anager"
  52     />
  53             
  54     <property 
  55      name="mgr. username" 
  56      value="adm in"
  57     />
  58             
  59     <property 
  60      name="mgr. password" 
  61      value="Agi lexadmin99 $"
  62     />
  63             
  64     <property 
  65      name="app. url" 
  66      value="htt p://localh ost:8080/S chedulingM anagerServ ice"
  67     />
  68             
  69     <property 
  70      name="stat uscode" 
  71      value="200 "
  72     />
  73   </project>