2959. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/9/2017 3:49:40 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.

2959.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:49:40 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\lib\javax\xml\soap\saaj-api\1.3.4 saaj-api-1.3.4.pom Fri Apr 21 20:03:24 2017 UTC

2959.2 Comparison summary

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

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

2959.4 Active regular expressions

No regular expressions were active.

2959.5 Comparison detail

        1   <!--
        2  
        3       DO NOT  ALTER OR  REMOVE COP YRIGHT NOT ICES OR TH IS HEADER.
        4  
        5       Copyri ght (c) 20 10 Oracle  and/or its  affiliate s. All rig hts reserv ed.
        6  
        7       The co ntents of  this file  are subjec t to the t erms of ei ther the G NU
        8       Genera l Public L icense Ver sion 2 onl y ("GPL")  or the Com mon Develo pment
        9       and Di stribution  License(" CDDL") (co llectively , the "Lic ense").  Y ou
        10       may no t use this  file exce pt in comp liance wit h the Lice nse.  You  can
        11       obtain  a copy of  the Licen se at
        12       https: //glassfis h.dev.java .net/publi c/CDDL+GPL _1_1.html
        13       or pac kager/lega l/LICENSE. txt.  See  the Licens e for the  specific
        14       langua ge governi ng permiss ions and l imitations  under the  License.
        15  
        16       When d istributin g the soft ware, incl ude this L icense Hea der Notice  in each
        17       file a nd include  the Licen se file at  packager/ legal/LICE NSE.txt.
        18  
        19       GPL Cl asspath Ex ception:
        20       Oracle  designate s this par ticular fi le as subj ect to the  "Classpat h"
        21       except ion as pro vided by O racle in t he GPL Ver sion 2 sec tion of th e License
        22       file t hat accomp anied this  code.
        23  
        24       Modifi cations:
        25       If app licable, a dd the fol lowing bel ow the Lic ense Heade r, with th e fields
        26       enclos ed by brac kets [] re placed by  your own i dentifying  informati on:
        27       "Porti ons Copyri ght [year]  [name of  copyright  owner]"
        28  
        29       Contri butor(s):
        30       If you  wish your  version o f this fil e to be go verned by  only the C DDL or
        31       only t he GPL Ver sion 2, in dicate you r decision  by adding  "[Contrib utor]
        32       elects  to includ e this sof tware in t his distri bution und er the [CD DL or GPL
        33       Versio n 2] licen se."  If y ou don't i ndicate a  single cho ice of lic ense, a
        34       recipi ent has th e option t o distribu te your ve rsion of t his file u nder
        35       either  the CDDL,  the GPL V ersion 2 o r to exten d the choi ce of lice nse to
        36       its li censees as  provided  above.  Ho wever, if  you add GP L Version  2 code
        37       and th erefore, e lected the  GPL Versi on 2 licen se, then t he option  applies
        38       only i f the new  code is ma de subject  to such o ption by t he copyrig ht
        39       holder .
        40   -->
        41  
        42   <project x mlns="http ://maven.a pache.org/ POM/4.0.0"  xmlns:xsi ="http://w ww.w3.org/ 2001/XMLSc hema-insta nce" xsi:s chemaLocat ion="http: //maven.ap ache.org/P OM/4.0.0 h ttp://mave n.apache.o rg/maven-v 4_0_0.xsd" >
        43     <modelVe rsion>4.0. 0</modelVe rsion>
        44     <parent>
        45       <group Id>net.jav a</groupId >
        46       <artif actId>jvne t-parent</ artifactId >
        47       <versi on>1</vers ion>
        48     </parent >
        49     <groupId >javax.xml .soap</gro upId>
        50     <artifac tId>saaj-a pi</artifa ctId>
        51     <version >1.3.4</ve rsion>
        52     <descrip tion>SAAJ  API: JSR-6 7</descrip tion>
        53     <packagi ng>jar</pa ckaging>
        54     <build>        
        55       <sourc eDirectory >src</sour ceDirector y>
        56       <resou rces>
        57                <resourc e>
        58                    <dir ectory>src </director y>
        59                    <inc ludes>
        60                         <include>* */*.proper ties</incl ude>
        61                    </in cludes>
        62                </resour ce>
        63       </reso urces>
        64      <plugin s>
        65       <plugi n>
        66        <grou pId>org.ap ache.maven .plugins</ groupId>
        67        <arti factId>mav en-compile r-plugin</ artifactId >
        68        <conf iguration>
        69          <so urce>1.5</ source>
        70          <ta rget>1.5</ target>
        71        </con figuration >
        72       </plug in>
        73         <plu gin>
        74           <g roupId>org .apache.ma ven.plugin s</groupId >
        75           <a rtifactId> maven-sour ce-plugin< /artifactI d>
        76           <v ersion>2.1 .2</versio n>
        77           <e xecutions>
        78              <execution >
        79                <id>atta ch-sources </id>
        80                <phase>v erify</pha se>
        81                <goals>
        82                  <goal> jar-no-for k</goal>
        83                </goals>
        84              </executio n>
        85           </ executions >
        86         </pl ugin>
        87          <pl ugin>
        88           <g roupId>org .apache.ma ven.plugin s</groupId >
        89           <a rtifactId> maven-gpg- plugin</ar tifactId>
        90           <e xecutions>
        91              <execution >
        92                <id>sign -artifacts </id>
        93                <phase>v erify</pha se>
        94                <goals>
        95                  <goal> sign</goal >
        96                </goals>
        97              </executio n>
        98           </ executions >
        99         </pl ugin>
        100      </plugi ns>
        101       <exten sions>
        102       </exte nsions>
        103     </build>
        104     <organiz ation>
        105           <n ame>Oracle  Corporati on</name>
        106           <u rl>http:// www.oracle .com/</url >
        107     </organi zation>
        108     <depende ncies>
        109       <depen dency>
        110         <!--  1.0.2 wou ld do, but  that's no t availabl e in the r epository  -->
        111         <gro upId>javax .activatio n</groupId >
        112         <art ifactId>ac tivation</ artifactId >
        113         <ver sion>1.1</ version>
        114       </depe ndency>
        115     </depend encies>
        116   </project>