4436. EPMO Open Source Coordination Office Redaction File Detail Report

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

4436.1 Files compared

# Location File Last Modified
1 MHEDP3_VAOS_VATS_SM_Sept2018.zip\VATS 2.2.0\var-utility-web-2.2.0.zip\ant-builds\tomcat properties.xml Fri Jun 1 01:37:17 2018 UTC
2 MHEDP3_VAOS_VATS_SM_Sept2018.zip\VATS 2.2.0\var-utility-web-2.2.0.zip\ant-builds\tomcat properties.xml Sat Oct 6 00:41:39 2018 UTC

4436.2 Comparison summary

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

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

4436.4 Active regular expressions

No regular expressions were active.

4436.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: PORT /manager"
  49     />
  50               
  51     <property 
  52      name="mgr. username"               
  53      value=" AI "
  54     />
  55               
  56     <property 
  57      name="mgr. password"               
  58      value="A I "
  59     />
  60               
  61     <property 
  62      name="app. url"                    
  63      value="htt p://localh ost: PORT /mobile-ki dney"
  64     />
  65               
  66     <property 
  67      name="stat uscode"                 
  68      value="200 "
  69     />
  70   </project>