Produced by Araxis Merge on 6/9/2017 3:49:37 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.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | Fri Jun 9 19:49:37 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\mail\mail\1.4.4 | mail-1.4.4.pom | Fri Apr 21 20:03:24 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 1 | 137 |
| Removed | 0 | 0 |
| 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 |
No regular expressions were active.
| 1 | <?xml vers ion="1.0" encoding=" iso-8859-1 "?> | |||||
| 2 | <!-- | |||||
| 3 | ||||||
| 4 | DO NOT ALTER OR REMOVE COP YRIGHT NOT ICES OR TH IS HEADER. | |||||
| 5 | ||||||
| 6 | Copyri ght (c) 19 97-2011 Or acle and/o r its affi liates. Al l rights r eserved. | |||||
| 7 | ||||||
| 8 | The co ntents of this file are subjec t to the t erms of ei ther the G NU | |||||
| 9 | Genera l Public L icense Ver sion 2 onl y ("GPL") or the Com mon Develo pment | |||||
| 10 | and Di stribution License(" CDDL") (co llectively , the "Lic ense"). Y ou | |||||
| 11 | may no t use this file exce pt in comp liance wit h the Lice nse. You can | |||||
| 12 | obtain a copy of the Licen se at | |||||
| 13 | https: //glassfis h.dev.java .net/publi c/CDDL+GPL _1_1.html | |||||
| 14 | or pac kager/lega l/LICENSE. txt. See the Licens e for the specific | |||||
| 15 | langua ge governi ng permiss ions and l imitations under the License. | |||||
| 16 | ||||||
| 17 | When d istributin g the soft ware, incl ude this L icense Hea der Notice in each | |||||
| 18 | file a nd include the Licen se file at packager/ legal/LICE NSE.txt. | |||||
| 19 | ||||||
| 20 | GPL Cl asspath Ex ception: | |||||
| 21 | Oracle designate s this par ticular fi le as subj ect to the "Classpat h" | |||||
| 22 | except ion as pro vided by O racle in t he GPL Ver sion 2 sec tion of th e License | |||||
| 23 | file t hat accomp anied this code. | |||||
| 24 | ||||||
| 25 | Modifi cations: | |||||
| 26 | If app licable, a dd the fol lowing bel ow the Lic ense Heade r, with th e fields | |||||
| 27 | enclos ed by brac kets [] re placed by your own i dentifying informati on: | |||||
| 28 | "Porti ons Copyri ght [year] [name of copyright owner]" | |||||
| 29 | ||||||
| 30 | Contri butor(s): | |||||
| 31 | If you wish your version o f this fil e to be go verned by only the C DDL or | |||||
| 32 | only t he GPL Ver sion 2, in dicate you r decision by adding "[Contrib utor] | |||||
| 33 | elects to includ e this sof tware in t his distri bution und er the [CD DL or GPL | |||||
| 34 | Versio n 2] licen se." If y ou don't i ndicate a single cho ice of lic ense, a | |||||
| 35 | recipi ent has th e option t o distribu te your ve rsion of t his file u nder | |||||
| 36 | either the CDDL, the GPL V ersion 2 o r to exten d the choi ce of lice nse to | |||||
| 37 | its li censees as provided above. Ho wever, if you add GP L Version 2 code | |||||
| 38 | and th erefore, e lected the GPL Versi on 2 licen se, then t he option applies | |||||
| 39 | only i f the new code is ma de subject to such o ption by t he copyrig ht | |||||
| 40 | holder . | |||||
| 41 | ||||||
| 42 | --> | |||||
| 43 | ||||||
| 44 | <!-- | |||||
| 45 | This p roject cre ates a jar file usin g the old name (mail .jar), | |||||
| 46 | the ol d groupId: artifactId , etc. | |||||
| 47 | --> | |||||
| 48 | ||||||
| 49 | <project x mlns="http ://maven.a pache.org/ POM/4.0.0" | |||||
| 50 | xm lns:xsi="h ttp://www. w3.org/200 1/XMLSchem a-instance " | |||||
| 51 | xs i:schemaLo cation="ht tp://maven .apache.or g/POM/4.0. 0 | |||||
| 52 | ht tp://maven .apache.or g/maven-v4 _0_0.xsd"> | |||||
| 53 | <paren t> | |||||
| 54 | <g roupId>com .sun.mail< /groupId> | |||||
| 55 | <a rtifactId> all</artif actId> | |||||
| 56 | <v ersion>1.4 .4</versio n> | |||||
| 57 | </pare nt> | |||||
| 58 | <model Version>4. 0.0</model Version> | |||||
| 59 | <group Id>javax.m ail</group Id> | |||||
| 60 | <artif actId>mail </artifact Id> | |||||
| 61 | <packa ging>jar</ packaging> | |||||
| 62 | <name> JavaMail A PI (compat )</name> | |||||
| 63 | ||||||
| 64 | <prope rties> | |||||
| 65 | <! -- overrid e the OSGi Bundle-Sy mbolicName --> | |||||
| 66 | <m ail.bundle .symbolicN ame> | |||||
| 67 | javax.ma il | |||||
| 68 | </ mail.bundl e.symbolic Name> | |||||
| 69 | <! -- rest co pied from mail/pom.x ml --> | |||||
| 70 | <m ail.extens ionName> | |||||
| 71 | javax.ma il | |||||
| 72 | </ mail.exten sionName> | |||||
| 73 | <m ail.specif icationTit le> | |||||
| 74 | JavaMail (TM) API D esign Spec ification | |||||
| 75 | </ mail.speci ficationTi tle> | |||||
| 76 | <m ail.implem entationTi tle> | |||||
| 77 | javax.ma il | |||||
| 78 | </ mail.imple mentationT itle> | |||||
| 79 | <m ail.packag es.export> | |||||
| 80 | javax.ma il.*; vers ion=${mail .spec.vers ion}, | |||||
| 81 | com.sun. mail.imap; version=$ {mail.osgi version}, | |||||
| 82 | com.sun. mail.imap. protocol; version=${ mail.osgiv ersion}, | |||||
| 83 | com.sun. mail.iap; version=${ mail.osgiv ersion}, | |||||
| 84 | com.sun. mail.pop3; version=$ {mail.osgi version}, | |||||
| 85 | com.sun. mail.smtp; version=$ {mail.osgi version}, | |||||
| 86 | com.sun. mail.util; version=$ {mail.osgi version}, | |||||
| 87 | com.sun. mail.util. logging; v ersion=${m ail.osgive rsion}, | |||||
| 88 | com.sun. mail.handl ers; versi on=${mail. osgiversio n} | |||||
| 89 | </ mail.packa ges.export > | |||||
| 90 | <m ail.probeF ile> | |||||
| 91 | META-INF /gfprobe-p rovider.xm l | |||||
| 92 | </ mail.probe File> | |||||
| 93 | </prop erties> | |||||
| 94 | ||||||
| 95 | <build > | |||||
| 96 | <p lugins> | |||||
| 97 | <plugin> | |||||
| 98 | <art ifactId>ma ven-depend ency-plugi n</artifac tId> | |||||
| 99 | <exe cutions> | |||||
| 100 | <execution > | |||||
| 101 | <id>un pack</id> | |||||
| 102 | <phase >process-s ources</ph ase> | |||||
| 103 | <goals > | |||||
| 104 | <g oal>unpack </goal> | |||||
| 105 | </goal s> | |||||
| 106 | </executio n> | |||||
| 107 | </ex ecutions> | |||||
| 108 | <con figuration > | |||||
| 109 | <artifactI tems> | |||||
| 110 | <artif actItem> | |||||
| 111 | <g roupId>com .sun.mail< /groupId> | |||||
| 112 | <a rtifactId> javax.mail </artifact Id> | |||||
| 113 | <v ersion>${m ail.versio n}</versio n> | |||||
| 114 | </arti factItem> | |||||
| 115 | </artifact Items> | |||||
| 116 | <outputDir ectory> | |||||
| 117 | ${proj ect.build. outputDire ctory} | |||||
| 118 | </outputDi rectory> | |||||
| 119 | <excludes> | |||||
| 120 | META-I NF/maven/* * | |||||
| 121 | </excludes > | |||||
| 122 | </co nfiguratio n> | |||||
| 123 | </plugin > | |||||
| 124 | <plugin> | |||||
| 125 | <art ifactId>ma ven-jar-pl ugin</arti factId> | |||||
| 126 | <con figuration > | |||||
| 127 | <finalName >${project .artifactI d}</finalN ame> | |||||
| 128 | <archive> | |||||
| 129 | <manif estFile> | |||||
| 130 | ${pr oject.buil d.outputDi rectory}/M ETA-INF/MA NIFEST.MF | |||||
| 131 | </mani festFile> | |||||
| 132 | </archive> | |||||
| 133 | </co nfiguratio n> | |||||
| 134 | </plugin > | |||||
| 135 | </ plugins> | |||||
| 136 | </buil d> | |||||
| 137 | </project> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.