soa.mappercore/build.xml
author Jesse Glick <jglick@netbeans.org>
Fri, 22 Apr 2011 14:36:23 -0400
changeset 4889 066f950aecc0
parent 4011 0d334c4dc92e
permissions -rw-r--r--
Import build-impl.xml.
yaroslavskiy@3950
     1
<?xml version="1.0" encoding="UTF-8"?>
yaroslavskiy@3950
     2
<!--
yaroslavskiy@3950
     3
  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
yaroslavskiy@3950
     4
jglick@3981
     5
  Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
jglick@3981
     6
jglick@3981
     7
  Oracle and Java are registered trademarks of Oracle and/or its affiliates.
jglick@3981
     8
  Other names may be trademarks of their respective owners.
yaroslavskiy@3950
     9
yaroslavskiy@3950
    10
  The contents of this file are subject to the terms of either the GNU
yaroslavskiy@3950
    11
  General Public License Version 2 only ("GPL") or the Common
yaroslavskiy@3950
    12
  Development and Distribution License("CDDL") (collectively, the
yaroslavskiy@3950
    13
  "License"). You may not use this file except in compliance with the
yaroslavskiy@3950
    14
  License. You can obtain a copy of the License at
yaroslavskiy@3950
    15
  http://www.netbeans.org/cddl-gplv2.html
yaroslavskiy@3950
    16
  or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
yaroslavskiy@3950
    17
  specific language governing permissions and limitations under the
yaroslavskiy@3950
    18
  License. When distributing the software, include this License Header
yaroslavskiy@3950
    19
  Notice in each file and include the License file at
jglick@3981
    20
  nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
yaroslavskiy@3950
    21
  particular file as subject to the "Classpath" exception as provided
jglick@3981
    22
  by Oracle in the GPL Version 2 section of the License file that
yaroslavskiy@3950
    23
  accompanied this code. If applicable, add the following below the
yaroslavskiy@3950
    24
  License Header, with the fields enclosed by brackets [] replaced by
yaroslavskiy@3950
    25
  your own identifying information:
yaroslavskiy@3950
    26
  "Portions Copyrighted [year] [name of copyright owner]"
yaroslavskiy@3950
    27
yaroslavskiy@3950
    28
  Contributor(s):
yaroslavskiy@3950
    29
yaroslavskiy@3950
    30
  The Original Software is NetBeans. The Initial Developer of the Original
yaroslavskiy@3950
    31
  Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
yaroslavskiy@3950
    32
  Microsystems, Inc. All Rights Reserved.
yaroslavskiy@3950
    33
yaroslavskiy@3950
    34
  If you wish your version of this file to be governed by only the CDDL
yaroslavskiy@3950
    35
  or only the GPL Version 2, indicate your decision by adding
yaroslavskiy@3950
    36
  "[Contributor] elects to include this software in this distribution
yaroslavskiy@3950
    37
  under the [CDDL or GPL Version 2] license." If you do not indicate a
yaroslavskiy@3950
    38
  single choice of license, a recipient has the option to distribute
yaroslavskiy@3950
    39
  your version of this file under either the CDDL, the GPL Version 2 or
yaroslavskiy@3950
    40
  to extend the choice of license to its licensees as provided above.
yaroslavskiy@3950
    41
  However, if you add GPL Version 2 code and therefore, elected the GPL
yaroslavskiy@3950
    42
  Version 2 license, then the option applies only if the new code is
yaroslavskiy@3950
    43
  made subject to such option by the copyright holder.
yaroslavskiy@3950
    44
-->
yaroslavskiy@3950
    45
<project name="soa.mappercore" default="netbeans" basedir=".">
jglick@4889
    46
    <import file="nbproject/build-impl.xml"/>
yaroslavskiy@3950
    47
</project>