build.xml revision ada1678a4262b208a7b87391f520a7767d25287c
449854c2a07b50ea64d9d6a8b03d18d4afeeee43Ken Stubbings DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
449854c2a07b50ea64d9d6a8b03d18d4afeeee43Ken Stubbings Copyright (c) 2010-2011 Oracle and/or its affiliates. All rights reserved.
449854c2a07b50ea64d9d6a8b03d18d4afeeee43Ken Stubbings The contents of this file are subject to the terms of either the GNU
449854c2a07b50ea64d9d6a8b03d18d4afeeee43Ken Stubbings General Public License Version 2 only ("GPL") or the Common Development
449854c2a07b50ea64d9d6a8b03d18d4afeeee43Ken Stubbings and Distribution License("CDDL") (collectively, the "License"). You
449854c2a07b50ea64d9d6a8b03d18d4afeeee43Ken Stubbings may not use this file except in compliance with the License. You can
449854c2a07b50ea64d9d6a8b03d18d4afeeee43Ken Stubbings obtain a copy of the License at
449854c2a07b50ea64d9d6a8b03d18d4afeeee43Ken Stubbings https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
449854c2a07b50ea64d9d6a8b03d18d4afeeee43Ken Stubbings or packager/legal/LICENSE.txt. See the License for the specific
449854c2a07b50ea64d9d6a8b03d18d4afeeee43Ken Stubbings language governing permissions and limitations under the License.
449854c2a07b50ea64d9d6a8b03d18d4afeeee43Ken Stubbings When distributing the software, include this License Header Notice in each
449854c2a07b50ea64d9d6a8b03d18d4afeeee43Ken Stubbings file and include the License file at packager/legal/LICENSE.txt.
449854c2a07b50ea64d9d6a8b03d18d4afeeee43Ken Stubbings GPL Classpath Exception:
449854c2a07b50ea64d9d6a8b03d18d4afeeee43Ken Stubbings Oracle designates this particular file as subject to the "Classpath"
449854c2a07b50ea64d9d6a8b03d18d4afeeee43Ken Stubbings exception as provided by Oracle in the GPL Version 2 section of the License
449854c2a07b50ea64d9d6a8b03d18d4afeeee43Ken Stubbings file that accompanied this code.
449854c2a07b50ea64d9d6a8b03d18d4afeeee43Ken Stubbings Modifications:
449854c2a07b50ea64d9d6a8b03d18d4afeeee43Ken Stubbings If applicable, add the following below the License Header, with the fields
449854c2a07b50ea64d9d6a8b03d18d4afeeee43Ken Stubbings enclosed by brackets [] replaced by your own identifying information:
449854c2a07b50ea64d9d6a8b03d18d4afeeee43Ken Stubbings "Portions Copyright [year] [name of copyright owner]"
449854c2a07b50ea64d9d6a8b03d18d4afeeee43Ken Stubbings Contributor(s):
449854c2a07b50ea64d9d6a8b03d18d4afeeee43Ken Stubbings If you wish your version of this file to be governed by only the CDDL or
449854c2a07b50ea64d9d6a8b03d18d4afeeee43Ken Stubbings only the GPL Version 2, indicate your decision by adding "[Contributor]
449854c2a07b50ea64d9d6a8b03d18d4afeeee43Ken Stubbings elects to include this software in this distribution under the [CDDL or GPL
449854c2a07b50ea64d9d6a8b03d18d4afeeee43Ken Stubbings Version 2] license." If you don't indicate a single choice of license, a
449854c2a07b50ea64d9d6a8b03d18d4afeeee43Ken Stubbings recipient has the option to distribute your version of this file under
449854c2a07b50ea64d9d6a8b03d18d4afeeee43Ken Stubbings either the CDDL, the GPL Version 2 or to extend the choice of license to
449854c2a07b50ea64d9d6a8b03d18d4afeeee43Ken Stubbings its licensees as provided above. However, if you add GPL Version 2 code
449854c2a07b50ea64d9d6a8b03d18d4afeeee43Ken Stubbings and therefore, elected the GPL Version 2 license, then the option applies
449854c2a07b50ea64d9d6a8b03d18d4afeeee43Ken Stubbings only if the new code is made subject to such option by the copyright
449854c2a07b50ea64d9d6a8b03d18d4afeeee43Ken Stubbings<project name="glassfish-corba package creation" default="create.package" basedir=".">
449854c2a07b50ea64d9d6a8b03d18d4afeeee43Ken Stubbings <import file="${basedir}/common-targets.xml"/>
449854c2a07b50ea64d9d6a8b03d18d4afeeee43Ken Stubbings <property name="package.name" value="glassfish-corba"/>
449854c2a07b50ea64d9d6a8b03d18d4afeeee43Ken Stubbings <property name="previous.package.name" value="glassfish-jpa" />