pom.xml revision ada1678a4262b208a7b87391f520a7767d25287c
c869993e79c1eafbec61a56bf6cea848fe754c71xy<?xml version="1.0" encoding="UTF-8"?>
c869993e79c1eafbec61a56bf6cea848fe754c71xy<!--
c869993e79c1eafbec61a56bf6cea848fe754c71xy
c869993e79c1eafbec61a56bf6cea848fe754c71xy DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
c869993e79c1eafbec61a56bf6cea848fe754c71xy
c869993e79c1eafbec61a56bf6cea848fe754c71xy Copyright (c) 1997-2011 Oracle and/or its affiliates. All rights reserved.
c869993e79c1eafbec61a56bf6cea848fe754c71xy
c869993e79c1eafbec61a56bf6cea848fe754c71xy The contents of this file are subject to the terms of either the GNU
c869993e79c1eafbec61a56bf6cea848fe754c71xy General Public License Version 2 only ("GPL") or the Common Development
c869993e79c1eafbec61a56bf6cea848fe754c71xy and Distribution License("CDDL") (collectively, the "License"). You
c869993e79c1eafbec61a56bf6cea848fe754c71xy may not use this file except in compliance with the License. You can
c869993e79c1eafbec61a56bf6cea848fe754c71xy obtain a copy of the License at
c869993e79c1eafbec61a56bf6cea848fe754c71xy https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
c869993e79c1eafbec61a56bf6cea848fe754c71xy or packager/legal/LICENSE.txt. See the License for the specific
c869993e79c1eafbec61a56bf6cea848fe754c71xy language governing permissions and limitations under the License.
c869993e79c1eafbec61a56bf6cea848fe754c71xy
c869993e79c1eafbec61a56bf6cea848fe754c71xy When distributing the software, include this License Header Notice in each
c869993e79c1eafbec61a56bf6cea848fe754c71xy file and include the License file at packager/legal/LICENSE.txt.
c869993e79c1eafbec61a56bf6cea848fe754c71xy
c869993e79c1eafbec61a56bf6cea848fe754c71xy GPL Classpath Exception:
c869993e79c1eafbec61a56bf6cea848fe754c71xy Oracle designates this particular file as subject to the "Classpath"
c869993e79c1eafbec61a56bf6cea848fe754c71xy exception as provided by Oracle in the GPL Version 2 section of the License
c869993e79c1eafbec61a56bf6cea848fe754c71xy file that accompanied this code.
c869993e79c1eafbec61a56bf6cea848fe754c71xy
c869993e79c1eafbec61a56bf6cea848fe754c71xy Modifications:
c869993e79c1eafbec61a56bf6cea848fe754c71xy If applicable, add the following below the License Header, with the fields
c869993e79c1eafbec61a56bf6cea848fe754c71xy enclosed by brackets [] replaced by your own identifying information:
c869993e79c1eafbec61a56bf6cea848fe754c71xy "Portions Copyright [year] [name of copyright owner]"
c869993e79c1eafbec61a56bf6cea848fe754c71xy
c869993e79c1eafbec61a56bf6cea848fe754c71xy Contributor(s):
c869993e79c1eafbec61a56bf6cea848fe754c71xy If you wish your version of this file to be governed by only the CDDL or
c869993e79c1eafbec61a56bf6cea848fe754c71xy only the GPL Version 2, indicate your decision by adding "[Contributor]
fa25784ca4b51c206177d891a654f1d36a25d41fxy elects to include this software in this distribution under the [CDDL or GPL
c869993e79c1eafbec61a56bf6cea848fe754c71xy Version 2] license." If you don't indicate a single choice of license, a
c869993e79c1eafbec61a56bf6cea848fe754c71xy recipient has the option to distribute your version of this file under
c869993e79c1eafbec61a56bf6cea848fe754c71xy either the CDDL, the GPL Version 2 or to extend the choice of license to
c869993e79c1eafbec61a56bf6cea848fe754c71xy its licensees as provided above. However, if you add GPL Version 2 code
c869993e79c1eafbec61a56bf6cea848fe754c71xy and therefore, elected the GPL Version 2 license, then the option applies
c869993e79c1eafbec61a56bf6cea848fe754c71xy only if the new code is made subject to such option by the copyright
c869993e79c1eafbec61a56bf6cea848fe754c71xy holder.
c869993e79c1eafbec61a56bf6cea848fe754c71xy
c869993e79c1eafbec61a56bf6cea848fe754c71xy-->
c869993e79c1eafbec61a56bf6cea848fe754c71xy
c869993e79c1eafbec61a56bf6cea848fe754c71xy<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">
c869993e79c1eafbec61a56bf6cea848fe754c71xy <modelVersion>4.0.0</modelVersion>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <parent>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <groupId>org.glassfish.main.appclient.server</groupId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <artifactId>server</artifactId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <version>3.1.2</version>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <relativePath>/pom.xml</relativePath>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </parent>
c869993e79c1eafbec61a56bf6cea848fe754c71xy
c869993e79c1eafbec61a56bf6cea848fe754c71xy <artifactId>appclient-server-core</artifactId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <packaging>hk2-jar</packaging>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <name>GlassFish AppClient Server-Side Core</name>
c869993e79c1eafbec61a56bf6cea848fe754c71xy
c869993e79c1eafbec61a56bf6cea848fe754c71xy <profiles>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <profile>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <id>sun-jdk</id>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <activation>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <property>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <name>java.vendor.url</name>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <value>http://java.sun.com/</value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </property>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </activation>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <dependencies>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <groupId>com.sun</groupId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <artifactId>tools</artifactId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <version>1.6</version>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <scope>system</scope>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <systemPath>${java.home}/lib/tools.jar</systemPath>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </dependencies>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </profile>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <profile>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <id>jrockit-jdk</id>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <activation>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <property>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <name>java.vendor.url</name>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <value>http://www.bea.com/</value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </property>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </activation>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <dependencies>
fa25784ca4b51c206177d891a654f1d36a25d41fxy <dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <groupId>com.sun</groupId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <artifactId>tools</artifactId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <version>1.6</version>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <scope>system</scope>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <systemPath>${java.home}/lib/tools.jar</systemPath>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </dependencies>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </profile>
c869993e79c1eafbec61a56bf6cea848fe754c71xy
c869993e79c1eafbec61a56bf6cea848fe754c71xy </profiles>
c869993e79c1eafbec61a56bf6cea848fe754c71xy
c869993e79c1eafbec61a56bf6cea848fe754c71xy <build>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <plugins>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <plugin>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <groupId>org.apache.maven.plugins</groupId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <artifactId>maven-dependency-plugin</artifactId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <executions>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <execution>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <id>unpack</id>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <phase>process-classes</phase>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <goals>
8bb4b220fdb894543e41a5f9037898cf3c3f312bgl <goal>unpack</goal>
8bb4b220fdb894543e41a5f9037898cf3c3f312bgl </goals>
8bb4b220fdb894543e41a5f9037898cf3c3f312bgl <configuration>
8bb4b220fdb894543e41a5f9037898cf3c3f312bgl <artifactItems>
8bb4b220fdb894543e41a5f9037898cf3c3f312bgl <artifactItem>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <groupId>org.glassfish.docs.man</groupId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <artifactId>appclient-server-core-manpage</artifactId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <version>${v3-docs.version}</version>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <type>zip</type>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <overWrite>true</overWrite>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <outputDirectory>${project.build.outputDirectory}</outputDirectory>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </artifactItem>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </artifactItems>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </configuration>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </execution>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </executions>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </plugin>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </plugins>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </build>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <dependencies>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <groupId>org.glassfish.main.deployment</groupId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <artifactId>dol</artifactId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <version>${project.version}</version>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <groupId>org.glassfish.main.common</groupId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <artifactId>internal-api</artifactId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <version>${project.version}</version>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <groupId>org.glassfish.main.common</groupId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <artifactId>glassfish-api</artifactId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <version>${project.version}</version>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <groupId>org.glassfish.main.common</groupId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <artifactId>common-util</artifactId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <version>${project.version}</version>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <groupId>org.glassfish.main.deployment</groupId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <artifactId>deployment-javaee-core</artifactId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <version>${project.version}</version>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <groupId>org.glassfish.main.deployment</groupId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <artifactId>deployment-common</artifactId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <version>${project.version}</version>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <groupId>org.glassfish.hk2</groupId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <artifactId>hk2</artifactId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <groupId>org.glassfish.hk2</groupId>
8bb4b220fdb894543e41a5f9037898cf3c3f312bgl <artifactId>auto-depends</artifactId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <groupId>org.glassfish.main.deployment</groupId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <artifactId>deployment-admin</artifactId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <version>${project.version}</version>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <groupId>org.glassfish.main.appclient.server</groupId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <artifactId>appclient-connector</artifactId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <version>${project.version}</version>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <groupId>org.glassfish.main.security</groupId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <artifactId>security</artifactId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <version>${project.version}</version>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <groupId>org.glassfish.main.orb</groupId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <artifactId>orb-connector</artifactId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <version>${project.version}</version>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </dependencies>
c869993e79c1eafbec61a56bf6cea848fe754c71xy</project>
c869993e79c1eafbec61a56bf6cea848fe754c71xy