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