3760. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/9/2017 3:50:32 PM Eastern 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.

3760.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:50:32 2017 UTC
2 eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\VAP_CIF_CODE0502.zip\VAP_CIF_CODE0502\VAP_CIF_CODE0502\nvap-ext-svc-proxy pom.xml Tue May 2 14:49:40 2017 UTC

3760.2 Comparison summary

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

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

3760.4 Active regular expressions

No regular expressions were active.

3760.5 Comparison detail

        1  
        2   <project 
        3     xmlns="htt p://maven. apache.org /POM/4.0.0
        4     xmlns:xsi= "http://ww w.w3.org/2 001/XMLSch ema-instan ce" 
        5     xsi:schema Location=" http://mav en.apache. org/POM/4. 0.0 http:/ /maven.apa che.org/xs d/maven-4. 0.0.xsd"
        6   >
        7             
        8     <modelVers ion>
        9      4.0.0
        10     </modelVer sion>
        11             
        12     <groupId>
        13      gov.va.nva p
        14     </groupId>
        15             
        16     <artifactI d>
        17      nvap-ext-s vc-proxy
        18     </artifact Id>
        19             
        20     <name>
        21      nvap-ext-s vc-proxy
        22     </name>
        23             
        24     <packaging >
        25      ejb
        26     </packagin g>
        27             
        28     <parent>
        29                       
        30      <groupId>
        31       gov.va.nva p
        32      </groupId>
        33                       
        34      <artifactI d>
        35       vap
        36      </artifact Id>
        37                       
        38      <relativeP ath>
        39       ../
        40      </relative Path>
        41                       
        42      <version>
        43       develop-SN APSHOT
        44      </version>
        45              
        46     </parent>
        47         
        48     <propertie s>
        49              
        50      <master.ba sedir>
        51       ${project. basedir}/. .
        52      </master.b asedir>
        53          
        54     </properti es>
        55             
        56     <build>
        57                       
        58      <plugins>
        59                                 
        60       <plugin>
        61                                           
        62        <groupId>
        63         org.apache .maven.plu gins
        64        </groupId>
        65                                           
        66        <artifactI d>
        67         maven-ejb- plugin
        68        </artifact Id>
        69                                           
        70        <configura tion>
        71                                                    
        72         <!-- this  is false b y default  -->
        73                                                    
        74         <generateC lient>
        75          true
        76         </generate Client>
        77                                                    
        78         <clientInc ludes>
        79                                                              
        80          <clientInc lude>
        81           **
        82          </clientIn clude>
        83                                                     
        84         </clientIn cludes>
        85                                            
        86        </configur ation>
        87                                  
        88       </plugin>
        89                        
        90      </plugins>
        91              
        92     </build>
        93             
        94     <dependenc ies>
        95                       
        96      <dependenc y>
        97                                 
        98       <groupId>
        99        gov.hhs.he althit.nhi n.connect
        100       </groupId>
        101                                 
        102       <artifactI d>
        103        common-typ es
        104       </artifact Id>
        105                        
        106      </dependen cy>
        107                       
        108      <dependenc y>
        109                                 
        110       <groupId>
        111        javaee
        112       </groupId>
        113                                 
        114       <artifactI d>
        115        javaee-api
        116       </artifact Id>
        117                        
        118      </dependen cy>
        119              
        120     </dependen cies>
        121   </project>