2697. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 5/10/2018 8:40:53 AM 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.

2697.1 Files compared

# Location File Last Modified
1 MHED_APPS_CIF.zip\VATS v2.1.2\var-utility-resources-2.1.2@a4dc9287108.zip\VarUtilityResourceIntTest\src\resIntTest\resources applicationContext-test.xml Fri Mar 9 16:50:49 2018 UTC
2 MHED_APPS_CIF.zip\VATS v2.1.2\var-utility-resources-2.1.2@a4dc9287108.zip\VarUtilityResourceIntTest\src\resIntTest\resources applicationContext-test.xml Thu May 3 17:04:40 2018 UTC

2697.2 Comparison summary

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

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

2697.4 Active regular expressions

No regular expressions were active.

2697.5 Comparison detail

  1   <?xml 
  2     version="1 .0" 
  3     encoding=" UTF-8"
  4   ?>
  5   <beans 
  6     xmlns="htt p://www.sp ringframew ork.org/sc hema/beans "
  7          
  8     xmlns:xsi= "http://ww w.w3.org/2 001/XMLSch ema-instan ce"
  9          
  10     xmlns:cont ext="http: //www.spri ngframewor k.org/sche ma/context "
  11          
  12     xmlns:mong o="http:// www.spring framework. org/schema /data/mong o"
  13          
  14     xsi:schema Location=" http://www .springfra mework.org /schema/be ans http:/ /www.sprin gframework .org/schem a/beans/sp ring-beans .xsd
  15            htt p://www.sp ringframew ork.org/sc hema/conte xt http:// www.spring framework. org/schema /context/s pring-cont ext.xsd
  16            htt p://www.sp ringframew ork.org/sc hema/data/ mongo http ://www.spr ingframewo rk.org/sch ema/data/m ongo/sprin g-mongo-1. 0.xsd"
  17   >
  18    
  19         
  20     <context:c omponent-s can 
  21      base-packa ge="gov.va .vamf.sche duling.var utility.*"  
  22     />
  23    
  24         
  25     <context:a nnotation- config />
  26    
  27         
  28     <mongo:mon go 
  29      id="mongo"  
  30      host=" IP       
  31      port=" PORT
  32     />
  33    
  34         
  35     <bean 
  36      id="mongoT emplate" 
  37      class="org .springfra mework.dat a.mongodb. core.Mongo Template"
  38     >
  39              
  40      <construct or-arg 
  41       ref="mongo
  42      />
  43              
  44      <construct or-arg 
  45       name="data baseName" 
  46       value="var -utility-t est" 
  47      />
  48          
  49     </bean>
  50    
  51         
  52     <mongo:rep ositories 
  53      base-packa ge="gov.va .vamf.sche duling.var utility.da talayer" 
  54     >
  55              
  56      <mongo:rep ository 
  57       id="direct BookingEli gibilityCr iteriaRepo sitory" 
  58       mongo-temp late-ref=" mongoTempl ate"
  59      />
  60              
  61      <mongo:rep ository 
  62       id="reques tEligibili tyCriteria Repository
  63       mongo-temp late-ref=" mongoTempl ate"
  64      />
  65              
  66      <mongo:rep ository 
  67       id="expres sCareRepos itory" 
  68       mongo-temp late-ref=" mongoTempl ate"
  69      />
  70          
  71     </mongo:re positories >
  72    
  73   </beans>