2022. EPMO Open Source Coordination Office Redaction File Detail Report

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

2022.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\liquibase schedulingmanagerdb-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\liquibase schedulingmanagerdb-properties.xml Fri Oct 5 18:42:22 2018 UTC

2022.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 6 296
Changed 5 10
Inserted 0 0
Removed 0 0

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

2022.4 Active regular expressions

No regular expressions were active.

2022.5 Comparison detail

  1   <?xml 
  2     version="1 .0" 
  3     encoding=" UTF-8"
  4   ?>
  5   <project 
  6     name="liqu ibase.prop erties"
  7   >
  8    
  9             
  10     <!-- BEGIN  Configura tion prope rties requ ires chang e -->
  11             
  12     <property 
  13      name="tag. version" 
  14      value="Sch edulingMan agerServic e-1.1.0" 
  15     />
  16    
  17             
  18     <property 
  19      name="defa ult.passwo rd" 
  20      value="A I
  21     />
  22             
  23     <property 
  24      name="liqu ibase.cont ext" 
  25      value="tes t" 
  26     />
  27             
  28     <property 
  29      name="liqu ibase.pass word" 
  30      value=" AI
  31     />
  32    
  33             
  34     <!--mysql- ->
  35             
  36     <property 
  37      name="mysq l.host" 
  38      value="loc alhost" 
  39     />
  40             
  41     <property 
  42      name="mysq l.default. port" 
  43      value=" PORT
  44     />
  45             
  46     <property 
  47      name="mysq l.username
  48      value="roo t" 
  49     />
  50             
  51     <property 
  52      name="mysq l.password
  53      value="${d efault.pas sword}" 
  54     />
  55             
  56     <property 
  57      name="mysq l.jdbc.url
  58      value="jdb c:mysql:// ${mysql.ho st}:${mysq l.default. port}" 
  59     />
  60             
  61     <property 
  62      name="mysq l.jdbc.dri ver" 
  63      value="com .mysql.jdb c.Driver" 
  64     />
  65    
  66         
  67     <!--oracle -->
  68         
  69     <property 
  70      name="orac le.host" 
  71      value=" IP
  72     />
  73         
  74     <property 
  75      name="orac le.system. user" 
  76      value="sys tem" 
  77     />
  78         
  79     <property 
  80      name="orac le.system. password" 
  81      value="${d efault.pas sword}" 
  82     />
  83             
  84     <property 
  85      name="orac le.default .port" 
  86      value=" PORT
  87     />
  88             
  89     <property 
  90      name="orac le.SID" 
  91      value="HAR EPO" 
  92     />
  93             
  94     <property 
  95      name="orac le.jdbc.dr iver" 
  96      value="ora cle.jdbc.O racleDrive r" 
  97     />
  98             
  99     <property 
  100      name="orac le.url" 
  101      value="jdb c:oracle:t hin:@${ora cle.host}: ${oracle.d efault.por t}:${oracl e.SID}"
  102     />
  103             
  104     <property 
  105      name="orac le.data.di r" 
  106      value="/u0 1/apps/ora cle/oradat a" 
  107     />
  108    
  109             
  110     <property 
  111      name="orac le.connect data" 
  112      value="(SE RVER=DEDIC ATED)(SID= ${oracle.S ID})" 
  113     />
  114             
  115     <property 
  116      name="orac le.tnsname Spec" 
  117      value="(DE SCRIPTION= (ADDRESS=( PROTOCOL=T CP)(HOST=$ {oracle.ho st})(PORT= ${oracle.d efault.por t}))(CONNE CT_DATA=${ oracle.con nectdata}) )" 
  118     />
  119    
  120         
  121     <property 
  122      name="hadb .password"  
  123      value="${d efault.pas sword}" 
  124     />
  125             
  126             
  127     <!-- END C onfigurati on propert ies requir es change  -->
  128             
  129     <property 
  130      name="hadb Schema" 
  131      value="HAD B" 
  132     />
  133             
  134     <property 
  135      name="lib. dir" 
  136      value="${b asedir}/bu ild-lib" 
  137     />
  138             
  139     <property 
  140      name="chan gelog.mast er" 
  141      value="${b asedir}/ch angelog/db .changelog -schedulin gmanager-m aster.xml"  
  142     />
  143             
  144     <property 
  145      name="orac le.createL iquibase.s ql" 
  146      value="${b asedir}/sq l/oracle_c reate_liqu ibase.sql"  
  147     />
  148             
  149     <property 
  150      name="mysq l.createLi quibase.sq l" 
  151      value="${b asedir}/sq l/mysql_cr eate_liqui base.sql" 
  152     />
  153   </project>