|
|
4419f2 |
|
|
|
4419f2 |
|
|
|
4419f2 |
|
|
|
4419f2 |
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
|
|
|
4419f2 |
|
|
|
4419f2 |
Copyright (c) 1997-2011 Oracle and/or its affiliates. All rights reserved.
|
|
|
4419f2 |
|
|
|
4419f2 |
The contents of this file are subject to the terms of either the GNU
|
|
|
4419f2 |
General Public License Version 2 only ("GPL") or the Common Development
|
|
|
4419f2 |
and Distribution License("CDDL") (collectively, the "License"). You
|
|
|
4419f2 |
may not use this file except in compliance with the License. You can
|
|
|
4419f2 |
obtain a copy of the License at
|
|
|
4419f2 |
https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
|
|
|
4419f2 |
or packager/legal/LICENSE.txt. See the License for the specific
|
|
|
4419f2 |
language governing permissions and limitations under the License.
|
|
|
4419f2 |
|
|
|
4419f2 |
When distributing the software, include this License Header Notice in each
|
|
|
4419f2 |
file and include the License file at packager/legal/LICENSE.txt.
|
|
|
4419f2 |
|
|
|
4419f2 |
GPL Classpath Exception:
|
|
|
4419f2 |
Oracle designates this particular file as subject to the "Classpath"
|
|
|
4419f2 |
exception as provided by Oracle in the GPL Version 2 section of the License
|
|
|
4419f2 |
file that accompanied this code.
|
|
|
4419f2 |
|
|
|
4419f2 |
Modifications:
|
|
|
4419f2 |
If applicable, add the following below the License Header, with the fields
|
|
|
4419f2 |
enclosed by brackets [] replaced by your own identifying information:
|
|
|
4419f2 |
"Portions Copyright [year] [name of copyright owner]"
|
|
|
4419f2 |
|
|
|
4419f2 |
Contributor(s):
|
|
|
4419f2 |
If you wish your version of this file to be governed by only the CDDL or
|
|
|
4419f2 |
only the GPL Version 2, indicate your decision by adding "[Contributor]
|
|
|
4419f2 |
elects to include this software in this distribution under the [CDDL or GPL
|
|
|
4419f2 |
Version 2] license." If you don't indicate a single choice of license, a
|
|
|
4419f2 |
recipient has the option to distribute your version of this file under
|
|
|
4419f2 |
either the CDDL, the GPL Version 2 or to extend the choice of license to
|
|
|
4419f2 |
its licensees as provided above. However, if you add GPL Version 2 code
|
|
|
4419f2 |
and therefore, elected the GPL Version 2 license, then the option applies
|
|
|
4419f2 |
only if the new code is made subject to such option by the copyright
|
|
|
4419f2 |
holder.
|
|
|
4419f2 |
|
|
|
4419f2 |
-->
|
|
|
4419f2 |
|
|
|
4419f2 |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
|
4419f2 |
|
|
|
4419f2 |
<parent>
|
|
|
4419f2 |
<groupId>net.java</groupId>
|
|
|
4419f2 |
<artifactId>jvnet-parent</artifactId>
|
|
|
4419f2 |
<version>1</version>
|
|
|
4419f2 |
</parent>
|
|
|
4419f2 |
|
|
|
4419f2 |
<modelVersion>4.0.0</modelVersion>
|
|
|
4419f2 |
<groupId>com.sun.xml.bind</groupId>
|
|
|
4419f2 |
<artifactId>jaxb-xjc</artifactId>
|
|
|
4419f2 |
<version>2.2.5</version>
|
|
|
4419f2 |
<packaging>jar</packaging>
|
|
|
4419f2 |
|
|
|
4419f2 |
<name>JAXB XJC</name>
|
|
|
4419f2 |
<description>JAXB (JSR 222) reference implementation - Schema compiler</description>
|
|
|
4419f2 |
<url>http://jaxb.java.net/</url>
|
|
|
4419f2 |
|
|
|
4419f2 |
<organization>
|
|
|
4419f2 |
<name>Oracle Corporation</name>
|
|
|
4419f2 |
<url>http://www.oracle.com/</url>
|
|
|
4419f2 |
</organization>
|
|
|
4419f2 |
|
|
|
4419f2 |
<developers>
|
|
|
4419f2 |
<developer>
|
|
|
4419f2 |
<name>Martin Grebac</name>
|
|
|
4419f2 |
<email>martin.grebac@oracle.com</email>
|
|
|
4419f2 |
<organization>Oracle Corporation</organization>
|
|
|
4419f2 |
</developer>
|
|
|
4419f2 |
</developers>
|
|
|
4419f2 |
|
|
|
4419f2 |
<licenses>
|
|
|
4419f2 |
<license>
|
|
|
4419f2 |
<name>CDDL 1.1</name>
|
|
|
4419f2 |
<url>https://glassfish.java.net/public/CDDL+GPL_1_1.html</url>
|
|
|
4419f2 |
<distribution>repo</distribution>
|
|
|
4419f2 |
</license>
|
|
|
4419f2 |
<license>
|
|
|
4419f2 |
<name>GPL2 w/ CPE</name>
|
|
|
4419f2 |
<url>https://glassfish.java.net/public/CDDL+GPL_1_1.html</url>
|
|
|
4419f2 |
<distribution>repo</distribution>
|
|
|
4419f2 |
</license>
|
|
|
4419f2 |
</licenses>
|
|
|
4419f2 |
|
|
|
4419f2 |
<scm>
|
|
|
4419f2 |
<connection>scm:svn:http://svn.java.net/svn/jaxb~version2/branches/jaxb-2_2-branch/jaxb-ri</connection>
|
|
|
4419f2 |
<developerConnection>scm:svn:https://svn.java.net/svn/jaxb~version2/branches/jaxb-2_2-branch/jaxb-ri</developerConnection>
|
|
|
4419f2 |
<url>http://java.net/projects/jaxb/sources/version2/show/branches/jaxb-2_2-branch/jaxb-ri</url>
|
|
|
4419f2 |
</scm>
|
|
|
4419f2 |
|
|
|
4419f2 |
<dependencyManagement>
|
|
|
4419f2 |
<dependencies>
|
|
|
4419f2 |
<dependency>
|
|
|
4419f2 |
<groupId>com.sun.xml.bind</groupId>
|
|
|
4419f2 |
<artifactId>jaxb-impl</artifactId>
|
|
|
4419f2 |
<version>2.2.5</version>
|
|
|
4419f2 |
</dependency>
|
|
|
4419f2 |
</dependencies>
|
|
|
4419f2 |
</dependencyManagement>
|
|
|
4419f2 |
|
|
|
4419f2 |
</project>
|