2928. EPMO Open Source Coordination Office Redaction File Detail Report

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

2928.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:49:39 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\ws\rs\jsr311-api\1.1.1 jsr311-api-1.1.1.pom Fri Apr 21 20:03:24 2017 UTC

2928.2 Comparison summary

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

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

2928.4 Active regular expressions

No regular expressions were active.

2928.5 Comparison detail

        1   <project x mlns="http ://maven.a pache.org/ POM/4.0.0"  xmlns:xsi ="http://w ww.w3.org/ 2001/XMLSc hema-insta nce"
        2     xsi:sche maLocation ="http://m aven.apach e.org/POM/ 4.0.0 http ://maven.a pache.org/ maven-v4_0 _0.xsd">
        3  
        4     <modelVe rsion>4.0. 0</modelVe rsion>
        5     <groupId >javax.ws. rs</groupI d>
        6     <artifac tId>jsr311 -api</arti factId>
        7     <packagi ng>jar</pa ckaging>
        8     <version >1.1.1</ve rsion>
        9     <name>js r311-api</ name>
        10     <url>htt ps://jsr31 1.dev.java .net</url>
        11  
        12   <!--
        13     <scm>
        14       <conne ction>scm: svn:https: //jsr311.d ev.java.ne t/svn/jsr3 11/trunk/s rc</connec tion>
        15       <devel operConnec tion>scm:s vn:https:/ /jsr311.de v.java.net /svn/jsr31 1/trunk/sr c</develop erConnecti on>
        16     </scm>
        17   -->
        18  
        19  
        20       <organ ization>
        21           <n ame>Sun Mi crosystems , Inc</nam e>
        22           <u rl>http:// www.sun.co m/</url>
        23       </orga nization>
        24  
        25       <issue Management >
        26           <s ystem>bugz illa</syst em>
        27           <u rl>https:/ /jsr311.de v.java.net /servlets/ ProjectIss ues</url>
        28       </issu eManagemen t>
        29  
        30       <maili ngLists>
        31           <m ailingList >
        32                <name>JS R311 Dev L ist</name>
        33                <archive >dev@jsr31 1.dev.java .net</arch ive>
        34           </ mailingLis t>
        35           <m ailingList >
        36                <name>JS R311 Users  List</nam e>
        37                <archive >users@jsr 311.dev.ja va.net</ar chive>
        38           </ mailingLis t>
        39           <m ailingList >
        40                <name>JS R311 Annou nce List</ name>
        41                <archive >announce@ jsr311.dev .java.net< /archive>
        42           </ mailingLis t>
        43       </mail ingLists>
        44  
        45       <licen ses>
        46           <l icense>
        47                <name>
        48                    CDDL  License
        49                </name>
        50                <url>htt p://www.op ensource.o rg/license s/cddl1.ph p</url>
        51                <distrib ution>repo </distribu tion>
        52           </ license>
        53       </lice nses>
        54  
        55  
        56     <build>
        57       <sourc eDirectory >src</sour ceDirector y>
        58       <testS ourceDirec tory>test< /testSourc eDirectory >
        59  
        60       <plugi ns>
        61         <plu gin>
        62              <artifactI d>maven-co mpiler-plu gin</artif actId>
        63              <version>2 .0.2</vers ion>
        64              <configura tion>
        65                  <sourc e>1.5</sou rce>
        66                  <targe t>1.5</tar get>
        67              </configur ation>
        68         </pl ugin>
        69         <plu gin>
        70           <g roupId>org .apache.ma ven.plugin s</groupId >
        71           <a rtifactId> maven-jar- plugin</ar tifactId>
        72           <v ersion>2.2 </version>
        73           <c onfigurati on>
        74              <archive>
        75                <manifes tFile>${pr oject.buil d.outputDi rectory}/M ETA-INF/MA NIFEST.MF< /manifestF ile>
        76                <manifes tEntries>
        77                  <Speci fication-T itle>JAX-R S: Java AP I for REST ful Web Se rvices</Sp ecificatio n-Title>
        78                  <Speci fication-V ersion>${p roject.ver sion}</Spe cification -Version>
        79                  <Speci fication-V endor>Sun  Microsyste ms, Inc.</ Specificat ion-Vendor >
        80                  <Exten sion-Name> javax.ws.r s</Extensi on-Name>
        81                  <Build -Id>${buil dNumber}</ Build-Id>
        82                </manife stEntries>
        83              </archive>
        84           </ configurat ion>
        85         </pl ugin>
        86         <plu gin>
        87              <groupId>o rg.codehau s.mojo</gr oupId>
        88              <artifactI d>buildnum ber-maven- plugin</ar tifactId>
        89              <configura tion>
        90                <format> {0,date,MM /dd/yyyy h h:mm aa}</ format>
        91                <items>
        92                  <item> timestamp< /item>
        93                </items>
        94              </configur ation>
        95              <execution s>
        96                <executi on>
        97                  <phase >validate< /phase>
        98                  <goals >
        99                    <goa l>create</ goal>
        100                  </goal s>
        101                </execut ion>
        102              </executio ns>
        103          </p lugin>
        104          <pl ugin>
        105           <g roupId>org .apache.ma ven.plugin s</groupId >
        106           <a rtifactId> maven-java doc-plugin </artifact Id>
        107              <execution s>
        108                <executi on>
        109                  <phase >validate< /phase>
        110                  <goals >
        111                    <goa l>jar</goa l>
        112                  </goal s>
        113                </execut ion>
        114              </executio ns>
        115          </p lugin>
        116          <pl ugin>
        117           <g roupId>org .apache.ma ven.plugin s</groupId >
        118           <a rtifactId> maven-sour ce-plugin< /artifactI d>
        119           <e xecutions>
        120              <execution >
        121                <id>atta ch-sources </id>
        122                <phase>v alidate</p hase>
        123                <goals>
        124                  <goal> jar</goal>
        125                </goals>
        126              </executio n>
        127           </ executions >
        128         </pl ugin>
        129         <plu gin>
        130           <g roupId>org .apache.fe lix</group Id>
        131           <a rtifactId> maven-bund le-plugin< /artifactI d>
        132           <e xtensions> true</exte nsions>
        133           <e xecutions>
        134              <execution >
        135                <id>bund le-manifes t</id>
        136                <phase>p rocess-cla sses</phas e>
        137                <goals>
        138                  <goal> manifest</ goal>
        139                </goals>
        140                <configu ration>
        141                  <instr uctions>
        142                    <Exp ort-Packag e>javax.ws .rs.*</Exp ort-Packag e>
        143                    <Imp ort-Packag e></Import -Package>
        144                    <Bun dle-Versio n>1.1.1</B undle-Vers ion> 
        145                  </inst ructions>
        146                </config uration>
        147              </executio n>
        148           </ executions >
        149         </pl ugin>
        150       </plug ins>
        151           <e xtensions>
        152              <extension >
        153                <groupId >org.jvnet .wagon-svn </groupId>
        154                  <artif actId>wago n-svn</art ifactId>
        155                  <versi on>1.8</ve rsion>
        156              </extensio n>
        157           </ extensions >
        158     </build>
        159  
        160     <depende ncies>
        161       <depen dency>
        162         <gro upId>junit </groupId>
        163         <art ifactId>ju nit</artif actId>
        164         <ver sion>3.8.1 </version>
        165         <sco pe>test</s cope>
        166       </depe ndency>
        167     </depend encies>
        168  
        169       <distr ibutionMan agement>
        170         <rep ository>
        171           <u niqueVersi on>false</ uniqueVers ion>
        172           <i d>java.net -m2-reposi tory</id>
        173           <u rl>java-ne t:/maven2- repository /trunk/rep ository/</ url>
        174         </re pository>
        175       </dist ributionMa nagement>
        176  
        177   </project>