Cross Reference: pom.xml
xref
: /
javamail
/
dsn
/
pom.xml
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
pom.xml revision 52
52
N/A
<?
xml
version=
"1.0"
encoding=
"iso-8859-1"
?>
52
N/A
<!--
52
N/A
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
52
N/A
52
N/A
Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
52
N/A
52
N/A
The contents of this file are subject to the terms of either the GNU
52
N/A
General Public License Version 2 only ("GPL") or the Common Development
52
N/A
and Distribution License("CDDL") (collectively, the "License"). You
52
N/A
may not use this file except in compliance with the License. You can obtain
52
N/A
a copy of the License at
https://glassfish.dev.java.net/public/CDDL+GPL.html
52
N/A
or
glassfish
/
bootstrap
/
legal
/
LICENSE.txt
. See the License for the specific
52
N/A
language governing permissions and limitations under the License.
52
N/A
52
N/A
When distributing the software, include this License Header Notice in each
52
N/A
file and include the License file at
glassfish
/
bootstrap
/
legal
/
LICENSE.txt
.
52
N/A
Sun designates this particular file as subject to the "Classpath" exception
52
N/A
as provided by Sun in the GPL Version 2 section of the License file that
52
N/A
accompanied this code. If applicable, add the following below the License
52
N/A
Header, with the fields enclosed by brackets [] replaced by your own
52
N/A
identifying information: "Portions Copyrighted [year]
52
N/A
[name of copyright owner]"
52
N/A
52
N/A
Contributor(s):
52
N/A
52
N/A
If you wish your version of this file to be governed by only the CDDL or
52
N/A
only the GPL Version 2, indicate your decision by adding "[Contributor]
52
N/A
elects to include this software in this distribution under the [CDDL or GPL
52
N/A
Version 2] license." If you don't indicate a single choice of license, a
52
N/A
recipient has the option to distribute your version of this file under
52
N/A
either the CDDL, the GPL Version 2 or to extend the choice of license to
52
N/A
its licensees as provided above. However, if you add GPL Version 2 code
52
N/A
and therefore, elected the GPL Version 2 license, then the option applies
52
N/A
only if the new code is made subject to such option by the copyright
52
N/A
holder.
52
N/A
-->
52
N/A
5
N/A
<
project
xmlns=
"
http://maven.apache.org/POM/4.0.0
"
5
N/A
xmlns
:
xsi=
"
http://www.w3.org/2001/XMLSchema-instance
"
5
N/A
xsi
:
schemaLocation=
"
http://maven.apache.org/POM/4.0.0
5
N/A
http://maven.apache.org/maven-v4_0_0.xsd
"
>
5
N/A
<
parent
>
15
N/A
<
groupId
>
com.sun.mail
</
groupId
>
5
N/A
<
artifactId
>all</
artifactId
>
15
N/A
<
version
>1.4.2-SNAPSHOT</
version
>
5
N/A
</
parent
>
5
N/A
<
modelVersion
>4.0.0</
modelVersion
>
15
N/A
<
groupId
>
com.sun.mail
</
groupId
>
5
N/A
<
artifactId
>dsn</
artifactId
>
5
N/A
<
packaging
>jar</
packaging
>
5
N/A
<
name
>JavaMail API dsn support</
name
>
5
N/A
44
N/A
<
properties
>
44
N/A
<
mail.packages.export
>
44
N/A
com.sun.mail.dsn
; version=${
mail.version
}
44
N/A
</
mail.packages.export
>
44
N/A
</
properties
>
44
N/A
5
N/A
<
dependencies
>
5
N/A
<
dependency
>
5
N/A
<
groupId
>
javax.mail
</
groupId
>
5
N/A
<
artifactId
>mail</
artifactId
>
5
N/A
</
dependency
>
5
N/A
</
dependencies
>
5
N/A
</
project
>