suite-common.xml
author Jan Lahoda <jlahoda@netbeans.org>
Wed, 03 May 2017 22:37:23 +0200
branchdonation_review
changeset 1044 7feb751ba76b
permissions -rw-r--r--
Merging recent changes to the donation_review branch.
jlahoda@790
     1
<?xml version="1.0" encoding="UTF-8"?>
jlahoda@790
     2
<!--
jlahoda@790
     3
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
jlahoda@790
     4
jlahoda@790
     5
Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
jlahoda@790
     6
jlahoda@790
     7
jlahoda@790
     8
The contents of this file are subject to the terms of either the GNU
jlahoda@790
     9
General Public License Version 2 only ("GPL") or the Common
jlahoda@790
    10
Development and Distribution License("CDDL") (collectively, the
jlahoda@790
    11
"License"). You may not use this file except in compliance with the
jlahoda@790
    12
License. You can obtain a copy of the License at
jlahoda@790
    13
http://www.netbeans.org/cddl-gplv2.html
jlahoda@790
    14
or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
jlahoda@790
    15
specific language governing permissions and limitations under the
jlahoda@790
    16
License.  When distributing the software, include this License Header
jlahoda@790
    17
Notice in each file and include the License file at
jlahoda@790
    18
nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
jlahoda@790
    19
particular file as subject to the "Classpath" exception as provided
jlahoda@790
    20
by Sun in the GPL Version 2 section of the License file that
jlahoda@790
    21
accompanied this code. If applicable, add the following below the
jlahoda@790
    22
License Header, with the fields enclosed by brackets [] replaced by
jlahoda@790
    23
your own identifying information:
jlahoda@790
    24
"Portions Copyrighted [year] [name of copyright owner]"
jlahoda@790
    25
jlahoda@790
    26
Contributor(s):
jlahoda@790
    27
jlahoda@790
    28
The Original Software is NetBeans. The Initial Developer of the Original
jlahoda@790
    29
Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
jlahoda@790
    30
Microsystems, Inc. All Rights Reserved.
jlahoda@790
    31
jlahoda@790
    32
If you wish your version of this file to be governed by only the CDDL
jlahoda@790
    33
or only the GPL Version 2, indicate your decision by adding
jlahoda@790
    34
"[Contributor] elects to include this software in this distribution
jlahoda@790
    35
under the [CDDL or GPL Version 2] license." If you do not indicate a
jlahoda@790
    36
single choice of license, a recipient has the option to distribute
jlahoda@790
    37
your version of this file under either the CDDL, the GPL Version 2 or
jlahoda@790
    38
to extend the choice of license to its licensees as provided above.
jlahoda@790
    39
However, if you add GPL Version 2 code and therefore, elected the GPL
jlahoda@790
    40
Version 2 license, then the option applies only if the new code is
jlahoda@790
    41
made subject to such option by the copyright holder.
jlahoda@790
    42
-->
jlahoda@790
    43
<project name="suite-common" basedir=".">
jlahoda@790
    44
    <target name="jackpot" depends="-init">
jlahoda@790
    45
        <subant target="jackpot" buildpath="${modules.sorted}" inheritrefs="false" inheritall="false">
jlahoda@790
    46
        </subant>
jlahoda@790
    47
    </target>
jlahoda@790
    48
</project>