2131. EPMO Open Source Coordination Office Redaction File Detail Report

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

2131.1 Files compared

# Location File Last Modified
1 MHEDP3_VAOS_VATS_SM_Sept2018.zip\SM 2.4.0\scheduling-manager-web-2.4.0.zip\ant-builds\tomcat properties.xml Thu Jul 19 16:14:00 2018 UTC
2 MHEDP3_VAOS_VATS_SM_Sept2018.zip\SM 2.4.0\scheduling-manager-web-2.4.0.zip\ant-builds\tomcat properties.xml Fri Oct 5 20:00:46 2018 UTC

2131.2 Comparison summary

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

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

2131.4 Active regular expressions

No regular expressions were active.

2131.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                       if ( typeof imp ortClass = == 'undefi ned') {
  15                                         load("na shorn:mozi lla_compat .js");
  16                                }
  17                                var Fi le = java. io.File;
  18                       var  currentLoc ation = ne w File(sel f.getLocat ion().getF ileName()) .getParent ();
  19                       proj ect.setPro perty("tom cat.lib",  currentLoc ation + "/ build-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: PORT /manager"
  52     />
  53               
  54     <property 
  55      name="mgr. username"               
  56      value=" AI "
  57     />
  58               
  59     <property 
  60      name="mgr. password"               
  61      value="A I "
  62     />
  63               
  64     <property 
  65      name="app. url"                    
  66      value="htt p://localh ost: PORT /schedulin g-manager/ "
  67     />
  68               
  69     <property 
  70      name="stat uscode"                 
  71      value="200 "
  72     />
  73   </project>