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

4437.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\weblogic 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\weblogic properties.xml Sat Oct 6 00:43:11 2018 UTC

4437.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 4 114
Changed 3 6
Inserted 0 0
Removed 0 0

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

4437.4 Active regular expressions

No regular expressions were active.

4437.5 Comparison detail

  1   <?xml 
  2     version="1 .0" 
  3     encoding=" UTF-8"
  4   ?>
  5   <project 
  6     name="webl ogic.prope rties"
  7   >
  8    
  9         
  10     <taskdef 
  11      name="wlde ploy" 
  12      classname= "weblogic. ant.taskde fs.managem ent.WLDepl oy"
  13     >
  14              
  15      <classpath >
  16                    
  17       <patheleme nt 
  18        path="${en v.MW_HOME} /wlserver_ 10.3/serve r/lib/webl ogic.jar"
  19       />
  20                    
  21       <patheleme nt 
  22        path="${en v.MW_HOME} /wlserver_ 10.3/serve r/lib/webs ervices.ja r"
  23       />
  24                    
  25       <patheleme nt 
  26        path="${en v.MW_HOME} /modules/f eatures/we blogic.ser ver.module s_10.3.3.0 .jar"
  27       />
  28               
  29      </classpat h>
  30          
  31     </taskdef>
  32    
  33         
  34     <!-- Confi gure prope rties to a ccess the  Manager ap plication  -->
  35         
  36     <property 
  37      name="admi n.url"       
  38      value="t3: //localhos t: PORT "
  39     />
  40         
  41     <property 
  42      name="admi n.username
  43      value=" AI "
  44     />
  45         
  46     <property 
  47      name="admi n.password
  48      value="A I "
  49     />
  50         
  51     <property 
  52      name="admi n.remote" 
  53      value="tru e"
  54     />
  55         
  56     <property 
  57      name="doma in.targets
  58      value="Adm inServer"
  59     />
  60   </project>