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