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