packager/nbproject/project.xml
author Tomas Stupka <tstupka@netbeans.org>
Tue, 27 May 2014 15:23:03 +0200
branchserver_split
changeset 18194 6c3bb6857893
parent 9042 cd162f09d160
permissions -rw-r--r--
split projectuiapi into desktop (swing, awt) dependent (projectuiapi) and independent (projectuiapi.base) modules
tboudreau@4698
     1
<?xml version="1.0" encoding="UTF-8"?>
tboudreau@4698
     2
<!--
mzlamal@9042
     3
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
tboudreau@4698
     4
mzlamal@9042
     5
Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
tboudreau@4698
     6
mzlamal@9042
     7
mzlamal@9042
     8
The contents of this file are subject to the terms of either the GNU
mzlamal@9042
     9
General Public License Version 2 only ("GPL") or the Common
mzlamal@9042
    10
Development and Distribution License("CDDL") (collectively, the
mzlamal@9042
    11
"License"). You may not use this file except in compliance with the
mzlamal@9042
    12
License. You can obtain a copy of the License at
mzlamal@9042
    13
http://www.netbeans.org/cddl-gplv2.html
mzlamal@9042
    14
or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
mzlamal@9042
    15
specific language governing permissions and limitations under the
mzlamal@9042
    16
License.  When distributing the software, include this License Header
mzlamal@9042
    17
Notice in each file and include the License file at
mzlamal@9042
    18
nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
mzlamal@9042
    19
particular file as subject to the "Classpath" exception as provided
mzlamal@9042
    20
by Sun in the GPL Version 2 section of the License file that
mzlamal@9042
    21
accompanied this code. If applicable, add the following below the
mzlamal@9042
    22
License Header, with the fields enclosed by brackets [] replaced by
mzlamal@9042
    23
your own identifying information:
jtulach@7248
    24
"Portions Copyrighted [year] [name of copyright owner]"
jtulach@7248
    25
mzlamal@9042
    26
Contributor(s):
mzlamal@9042
    27
jtulach@7248
    28
The Original Software is NetBeans. The Initial Developer of the Original
jtulach@7248
    29
Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
tboudreau@4698
    30
Microsystems, Inc. All Rights Reserved.
mzlamal@9042
    31
mzlamal@9042
    32
If you wish your version of this file to be governed by only the CDDL
mzlamal@9042
    33
or only the GPL Version 2, indicate your decision by adding
mzlamal@9042
    34
"[Contributor] elects to include this software in this distribution
mzlamal@9042
    35
under the [CDDL or GPL Version 2] license." If you do not indicate a
mzlamal@9042
    36
single choice of license, a recipient has the option to distribute
mzlamal@9042
    37
your version of this file under either the CDDL, the GPL Version 2 or
mzlamal@9042
    38
to extend the choice of license to its licensees as provided above.
mzlamal@9042
    39
However, if you add GPL Version 2 code and therefore, elected the GPL
mzlamal@9042
    40
Version 2 license, then the option applies only if the new code is
mzlamal@9042
    41
made subject to such option by the copyright holder.
tboudreau@4698
    42
-->
tboudreau@4698
    43
<project xmlns="http://www.netbeans.org/ns/project/1">
tboudreau@4698
    44
    <type>org.netbeans.modules.apisupport.project</type>
tboudreau@4698
    45
    <configuration>
jglick@6125
    46
        <data xmlns="http://www.netbeans.org/ns/nb-module-project/2">
jglick@4777
    47
            <code-name-base>org.netbeans.modules.packager</code-name-base>
tboudreau@4698
    48
            <module-dependencies>
tboudreau@4698
    49
                <dependency>
tstupka@18194
    50
                    <code-name-base>org.apache.tools.ant.module</code-name-base>
tstupka@18194
    51
                    <build-prerequisite/>
tstupka@18194
    52
                    <compile-dependency/>
tstupka@18194
    53
                    <run-dependency>
tstupka@18194
    54
                        <release-version>3</release-version>
tstupka@18194
    55
                        <specification-version>3.9</specification-version>
tstupka@18194
    56
                    </run-dependency>
tstupka@18194
    57
                </dependency>
tstupka@18194
    58
                <dependency>
tstupka@18194
    59
                    <code-name-base>org.netbeans.modules.java.project</code-name-base>
tstupka@18194
    60
                    <build-prerequisite/>
tstupka@18194
    61
                    <compile-dependency/>
tstupka@18194
    62
                    <run-dependency>
tstupka@18194
    63
                        <release-version>1</release-version>
tstupka@18194
    64
                    </run-dependency>
tstupka@18194
    65
                </dependency>
tstupka@18194
    66
                <dependency>
tstupka@18194
    67
                    <code-name-base>org.netbeans.modules.project.ant</code-name-base>
tstupka@18194
    68
                    <build-prerequisite/>
tstupka@18194
    69
                    <compile-dependency/>
tstupka@18194
    70
                    <run-dependency>
tstupka@18194
    71
                        <release-version>1</release-version>
tstupka@18194
    72
                    </run-dependency>
tstupka@18194
    73
                </dependency>
tstupka@18194
    74
                <dependency>
tstupka@18194
    75
                    <code-name-base>org.netbeans.modules.projectapi</code-name-base>
tstupka@18194
    76
                    <build-prerequisite/>
tstupka@18194
    77
                    <compile-dependency/>
tstupka@18194
    78
                    <run-dependency>
tstupka@18194
    79
                        <release-version>1</release-version>
tstupka@18194
    80
                    </run-dependency>
tstupka@18194
    81
                </dependency>
tstupka@18194
    82
                <dependency>
tstupka@18194
    83
                    <code-name-base>org.netbeans.modules.projectuiapi</code-name-base>
tstupka@18194
    84
                    <build-prerequisite/>
tstupka@18194
    85
                    <compile-dependency/>
tstupka@18194
    86
                    <run-dependency>
tstupka@18194
    87
                        <release-version>1</release-version>
tstupka@18194
    88
                    </run-dependency>
tstupka@18194
    89
                </dependency>
tstupka@18194
    90
                <dependency>
tstupka@18194
    91
                    <code-name-base>org.netbeans.modules.projectuiapi.base</code-name-base>
tstupka@18194
    92
                    <build-prerequisite/>
tstupka@18194
    93
                    <compile-dependency/>
tstupka@18194
    94
                    <run-dependency>
tstupka@18194
    95
                        <release-version>1</release-version>
tstupka@18194
    96
                        <specification-version>1.78</specification-version>
tstupka@18194
    97
                    </run-dependency>
tstupka@18194
    98
                </dependency>
tstupka@18194
    99
                <dependency>
tstupka@18194
   100
                    <code-name-base>org.openide.awt</code-name-base>
tstupka@18194
   101
                    <build-prerequisite/>
tstupka@18194
   102
                    <compile-dependency/>
tstupka@18194
   103
                    <run-dependency>
tstupka@18194
   104
                        <specification-version>6.2</specification-version>
tstupka@18194
   105
                    </run-dependency>
tstupka@18194
   106
                </dependency>
tstupka@18194
   107
                <dependency>
tstupka@18194
   108
                    <code-name-base>org.openide.dialogs</code-name-base>
tstupka@18194
   109
                    <build-prerequisite/>
tstupka@18194
   110
                    <compile-dependency/>
tstupka@18194
   111
                    <run-dependency>
tstupka@18194
   112
                        <specification-version>6.2</specification-version>
tstupka@18194
   113
                    </run-dependency>
tstupka@18194
   114
                </dependency>
tstupka@18194
   115
                <dependency>
tstupka@18194
   116
                    <code-name-base>org.openide.execution</code-name-base>
tstupka@18194
   117
                    <compile-dependency/>
tstupka@18194
   118
                    <run-dependency>
tstupka@18194
   119
                        <specification-version>1.2</specification-version>
tstupka@18194
   120
                    </run-dependency>
tstupka@18194
   121
                </dependency>
tstupka@18194
   122
                <dependency>
jtulach@6255
   123
                    <code-name-base>org.openide.filesystems</code-name-base>
tboudreau@4698
   124
                    <build-prerequisite/>
tboudreau@4698
   125
                    <compile-dependency/>
tboudreau@4698
   126
                    <run-dependency>
tstupka@18194
   127
                        <specification-version>6.2</specification-version>
jtulach@6255
   128
                    </run-dependency>
jtulach@6255
   129
                </dependency>
tstupka@18194
   130
                <dependency>
tstupka@18194
   131
                    <code-name-base>org.openide.loaders</code-name-base>
tstupka@18194
   132
                    <build-prerequisite/>
tstupka@18194
   133
                    <compile-dependency/>
tstupka@18194
   134
                    <run-dependency/>
tstupka@18194
   135
                </dependency>
tstupka@18194
   136
                <dependency>
tstupka@18194
   137
                    <code-name-base>org.openide.nodes</code-name-base>
tstupka@18194
   138
                    <build-prerequisite/>
tstupka@18194
   139
                    <compile-dependency/>
tstupka@18194
   140
                    <run-dependency>
tstupka@18194
   141
                        <specification-version>6.2</specification-version>
tstupka@18194
   142
                    </run-dependency>
tstupka@18194
   143
                </dependency>
jtulach@6255
   144
                <dependency>
jtulach@6255
   145
                    <code-name-base>org.openide.util</code-name-base>
jtulach@6255
   146
                    <build-prerequisite/>
jtulach@6255
   147
                    <compile-dependency/>
jtulach@6255
   148
                    <run-dependency>
jtulach@6255
   149
                        <specification-version>6.2</specification-version>
jtulach@6255
   150
                    </run-dependency>
jtulach@6255
   151
                </dependency>
tboudreau@4698
   152
            </module-dependencies>
tboudreau@4698
   153
            <public-packages/>
tboudreau@4698
   154
        </data>
tboudreau@4698
   155
    </configuration>
tboudreau@4698
   156
</project>