1494N/A<?xml version="1.0" encoding="UTF-8"?>
1494N/A<!--
1494N/A
1494N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
1494N/A
1494N/A Copyright (c) 1997-2011 Oracle and/or its affiliates. All rights reserved.
1494N/A
1494N/A The contents of this file are subject to the terms of either the GNU
1494N/A General Public License Version 2 only ("GPL") or the Common Development
1494N/A and Distribution License("CDDL") (collectively, the "License"). You
1494N/A may not use this file except in compliance with the License. You can
1494N/A obtain a copy of the License at
1494N/A https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
1494N/A or packager/legal/LICENSE.txt. See the License for the specific
1494N/A language governing permissions and limitations under the License.
1494N/A
1494N/A When distributing the software, include this License Header Notice in each
1494N/A file and include the License file at packager/legal/LICENSE.txt.
1494N/A
1494N/A GPL Classpath Exception:
1494N/A Oracle designates this particular file as subject to the "Classpath"
1494N/A exception as provided by Oracle in the GPL Version 2 section of the License
1494N/A file that accompanied this code.
1494N/A
1494N/A Modifications:
1494N/A If applicable, add the following below the License Header, with the fields
1494N/A enclosed by brackets [] replaced by your own identifying information:
1494N/A "Portions Copyright [year] [name of copyright owner]"
1494N/A
1494N/A Contributor(s):
1494N/A If you wish your version of this file to be governed by only the CDDL or
1494N/A only the GPL Version 2, indicate your decision by adding "[Contributor]
1494N/A elects to include this software in this distribution under the [CDDL or GPL
1494N/A Version 2] license." If you don't indicate a single choice of license, a
1494N/A recipient has the option to distribute your version of this file under
1494N/A either the CDDL, the GPL Version 2 or to extend the choice of license to
1494N/A its licensees as provided above. However, if you add GPL Version 2 code
1494N/A and therefore, elected the GPL Version 2 license, then the option applies
1494N/A only if the new code is made subject to such option by the copyright
1494N/A holder.
1494N/A
1494N/A-->
1494N/A
1494N/A<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">
1494N/A <modelVersion>4.0.0</modelVersion>
1494N/A <parent>
1494N/A <groupId>org.glassfish.main.web</groupId>
1494N/A <artifactId>web</artifactId>
1494N/A <version>3.1.2</version>
1494N/A <relativePath>/pom.xml</relativePath>
1494N/A </parent>
1494N/A <groupId>org.glassfish.main.web.web-embed</groupId>
1494N/A <artifactId>web-embed</artifactId>
1494N/A <packaging>pom</packaging>
1494N/A <name>GlassFish Web container embedded related modules</name>
1494N/A <modules>
1494N/A <module>api</module>
1494N/A <module>impl</module>
1494N/A </modules>
1494N/A
1494N/A</project>
1494N/A
1494N/A