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