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