visualweb.navigation/nbproject/project.xml
author Jesse Glick <jglick@netbeans.org>
Wed, 23 Mar 2011 17:17:42 -0400
changeset 3214 cf80c1d5c3ea
parent 3207 6db2b3607364
child 3215 3c06354fc56e
permissions -rw-r--r--
Really making tests compilable.
JoelleLam@286
     1
<?xml version="1.0" encoding="UTF-8"?>
cnguyencasj@1680
     2
<!--
cnguyencasj@1680
     3
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
cnguyencasj@1680
     4
jglick@2927
     5
Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
jglick@2927
     6
jglick@2927
     7
Oracle and Java are registered trademarks of Oracle and/or its affiliates.
jglick@2927
     8
Other names may be trademarks of their respective owners.
cnguyencasj@1680
     9
cnguyencasj@1680
    10
cnguyencasj@1680
    11
The contents of this file are subject to the terms of either the GNU
cnguyencasj@1680
    12
General Public License Version 2 only ("GPL") or the Common
cnguyencasj@1680
    13
Development and Distribution License("CDDL") (collectively, the
cnguyencasj@1680
    14
"License"). You may not use this file except in compliance with the
cnguyencasj@1680
    15
License. You can obtain a copy of the License at
cnguyencasj@1680
    16
http://www.netbeans.org/cddl-gplv2.html
cnguyencasj@1680
    17
or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
cnguyencasj@1680
    18
specific language governing permissions and limitations under the
cnguyencasj@1680
    19
License.  When distributing the software, include this License Header
cnguyencasj@1680
    20
Notice in each file and include the License file at
jglick@2927
    21
nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
cnguyencasj@1680
    22
particular file as subject to the "Classpath" exception as provided
jglick@2927
    23
by Oracle in the GPL Version 2 section of the License file that
cnguyencasj@1680
    24
accompanied this code. If applicable, add the following below the
cnguyencasj@1680
    25
License Header, with the fields enclosed by brackets [] replaced by
cnguyencasj@1680
    26
your own identifying information:
cnguyencasj@1680
    27
"Portions Copyrighted [year] [name of copyright owner]"
cnguyencasj@1680
    28
cnguyencasj@1680
    29
Contributor(s):
cnguyencasj@1680
    30
cnguyencasj@1680
    31
The Original Software is NetBeans. The Initial Developer of the Original
cnguyencasj@1680
    32
Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
cnguyencasj@1680
    33
Microsystems, Inc. All Rights Reserved.
cnguyencasj@1680
    34
cnguyencasj@1680
    35
If you wish your version of this file to be governed by only the CDDL
cnguyencasj@1680
    36
or only the GPL Version 2, indicate your decision by adding
cnguyencasj@1680
    37
"[Contributor] elects to include this software in this distribution
cnguyencasj@1680
    38
under the [CDDL or GPL Version 2] license." If you do not indicate a
cnguyencasj@1680
    39
single choice of license, a recipient has the option to distribute
cnguyencasj@1680
    40
your version of this file under either the CDDL, the GPL Version 2 or
cnguyencasj@1680
    41
to extend the choice of license to its licensees as provided above.
cnguyencasj@1680
    42
However, if you add GPL Version 2 code and therefore, elected the GPL
cnguyencasj@1680
    43
Version 2 license, then the option applies only if the new code is
cnguyencasj@1680
    44
made subject to such option by the copyright holder.
cnguyencasj@1680
    45
-->
JoelleLam@286
    46
<project xmlns="http://www.netbeans.org/ns/project/1">
JoelleLam@1220
    47
    <type>org.netbeans.modules.apisupport.project</type>
JoelleLam@1220
    48
    <configuration>
JoelleLam@1220
    49
        <data xmlns="http://www.netbeans.org/ns/nb-module-project/3">
JoelleLam@1220
    50
            <code-name-base>org.netbeans.modules.visualweb.navigation</code-name-base>
jglick@3207
    51
            <suite-component/>
JoelleLam@1220
    52
            <module-dependencies>
JoelleLam@1220
    53
                <dependency>
JoelleLam@1220
    54
                    <code-name-base>org.netbeans.modules.projectapi</code-name-base>
JoelleLam@1220
    55
                    <build-prerequisite/>
JoelleLam@1220
    56
                    <compile-dependency/>
JoelleLam@1220
    57
                    <run-dependency>
JoelleLam@1220
    58
                        <release-version>1</release-version>
JoelleLam@1220
    59
                        <specification-version>1.12</specification-version>
JoelleLam@1220
    60
                    </run-dependency>
JoelleLam@1220
    61
                </dependency>
JoelleLam@1220
    62
                <dependency>
JoelleLam@1449
    63
                    <code-name-base>org.netbeans.modules.servletjspapi</code-name-base>
JoelleLam@1220
    64
                    <build-prerequisite/>
JoelleLam@1220
    65
                    <compile-dependency/>
JoelleLam@1220
    66
                    <run-dependency>
JoelleLam@1220
    67
                        <release-version>1</release-version>
JoelleLam@1449
    68
                        <specification-version>1.1</specification-version>
JoelleLam@1220
    69
                    </run-dependency>
JoelleLam@1220
    70
                </dependency>
JoelleLam@1220
    71
                <dependency>
JoelleLam@1449
    72
                    <code-name-base>org.netbeans.modules.visualweb.api.insync</code-name-base>
JoelleLam@1220
    73
                    <build-prerequisite/>
JoelleLam@1220
    74
                    <compile-dependency/>
JoelleLam@1220
    75
                    <run-dependency>
JoelleLam@1220
    76
                        <release-version>1</release-version>
JoelleLam@1220
    77
                        <specification-version>2.0</specification-version>
JoelleLam@1220
    78
                    </run-dependency>
JoelleLam@1220
    79
                </dependency>
JoelleLam@1220
    80
                <dependency>
JoelleLam@1220
    81
                    <code-name-base>org.netbeans.modules.visualweb.designer.cssengine</code-name-base>
JoelleLam@1220
    82
                    <build-prerequisite/>
JoelleLam@1220
    83
                    <compile-dependency/>
JoelleLam@1220
    84
                    <run-dependency>
JoelleLam@1220
    85
                        <specification-version>2.0</specification-version>
JoelleLam@1220
    86
                    </run-dependency>
JoelleLam@1220
    87
                </dependency>
JoelleLam@1220
    88
                <dependency>
JoelleLam@1220
    89
                    <code-name-base>org.netbeans.modules.visualweb.designtime</code-name-base>
JoelleLam@1220
    90
                    <build-prerequisite/>
JoelleLam@1220
    91
                    <compile-dependency/>
JoelleLam@1220
    92
                    <run-dependency>
JoelleLam@1220
    93
                        <release-version>1</release-version>
JoelleLam@1220
    94
                        <specification-version>1.0</specification-version>
JoelleLam@1220
    95
                    </run-dependency>
JoelleLam@1220
    96
                </dependency>
JoelleLam@1220
    97
                <dependency>
JoelleLam@1220
    98
                    <code-name-base>org.netbeans.modules.visualweb.insync</code-name-base>
JoelleLam@1220
    99
                    <build-prerequisite/>
JoelleLam@1220
   100
                    <compile-dependency/>
JoelleLam@1220
   101
                    <run-dependency>
JoelleLam@1220
   102
                        <release-version>1</release-version>
JoelleLam@1220
   103
                        <specification-version>2.1</specification-version>
JoelleLam@1220
   104
                    </run-dependency>
JoelleLam@1220
   105
                </dependency>
JoelleLam@1220
   106
                <dependency>
JoelleLam@1220
   107
                    <code-name-base>org.netbeans.modules.visualweb.project.jsf</code-name-base>
JoelleLam@1220
   108
                    <build-prerequisite/>
JoelleLam@1220
   109
                    <compile-dependency/>
JoelleLam@1220
   110
                    <run-dependency>
JoelleLam@1220
   111
                        <release-version>1</release-version>
JoelleLam@1220
   112
                        <specification-version>2.0</specification-version>
JoelleLam@1220
   113
                    </run-dependency>
JoelleLam@1220
   114
                </dependency>
JoelleLam@1220
   115
                <dependency>
JoelleLam@1220
   116
                    <code-name-base>org.netbeans.modules.visualweb.xhtml</code-name-base>
JoelleLam@1220
   117
                    <build-prerequisite/>
JoelleLam@1220
   118
                    <compile-dependency/>
JoelleLam@1220
   119
                    <run-dependency>
JoelleLam@1220
   120
                        <specification-version>2.0</specification-version>
JoelleLam@1220
   121
                    </run-dependency>
JoelleLam@1220
   122
                </dependency>
JoelleLam@1220
   123
                <dependency>
JoelleLam@1220
   124
                    <code-name-base>org.netbeans.modules.web.jsf.navigation</code-name-base>
JoelleLam@1220
   125
                    <build-prerequisite/>
JoelleLam@1220
   126
                    <compile-dependency/>
JoelleLam@1220
   127
                    <run-dependency>
JoelleLam@1220
   128
                        <release-version>1</release-version>
JoelleLam@1220
   129
                        <specification-version>2.0</specification-version>
JoelleLam@1220
   130
                    </run-dependency>
JoelleLam@1220
   131
                </dependency>
JoelleLam@1220
   132
                <dependency>
JoelleLam@1449
   133
                    <code-name-base>org.netbeans.modules.web.jsf12</code-name-base>
JoelleLam@1449
   134
                    <build-prerequisite/>
JoelleLam@1449
   135
                    <compile-dependency/>
JoelleLam@1449
   136
                    <run-dependency>
JoelleLam@1449
   137
                        <release-version>1</release-version>
JoelleLam@1449
   138
                        <specification-version>1.0</specification-version>
JoelleLam@1449
   139
                    </run-dependency>
JoelleLam@1449
   140
                </dependency>
JoelleLam@1449
   141
                <dependency>
jtulach@2888
   142
                    <code-name-base>org.openide.awt</code-name-base>
jtulach@2888
   143
                    <build-prerequisite/>
jtulach@2888
   144
                    <compile-dependency/>
jtulach@2888
   145
                    <run-dependency>
jtulach@2888
   146
                        <specification-version>7.10</specification-version>
jtulach@2888
   147
                    </run-dependency>
jtulach@2888
   148
                </dependency>
jtulach@2888
   149
                <dependency>
JoelleLam@1220
   150
                    <code-name-base>org.openide.dialogs</code-name-base>
JoelleLam@1220
   151
                    <build-prerequisite/>
JoelleLam@1220
   152
                    <compile-dependency/>
JoelleLam@1220
   153
                    <run-dependency>
JoelleLam@1220
   154
                        <specification-version>7.3</specification-version>
JoelleLam@1220
   155
                    </run-dependency>
JoelleLam@1220
   156
                </dependency>
JoelleLam@1220
   157
                <dependency>
JoelleLam@1220
   158
                    <code-name-base>org.openide.explorer</code-name-base>
JoelleLam@1220
   159
                    <build-prerequisite/>
JoelleLam@1220
   160
                    <compile-dependency/>
JoelleLam@1220
   161
                    <run-dependency>
JoelleLam@1220
   162
                        <specification-version>6.8</specification-version>
JoelleLam@1220
   163
                    </run-dependency>
JoelleLam@1220
   164
                </dependency>
JoelleLam@1220
   165
                <dependency>
JoelleLam@1220
   166
                    <code-name-base>org.openide.filesystems</code-name-base>
JoelleLam@1220
   167
                    <build-prerequisite/>
JoelleLam@1220
   168
                    <compile-dependency/>
JoelleLam@1220
   169
                    <run-dependency>
JoelleLam@1220
   170
                        <specification-version>7.0</specification-version>
JoelleLam@1220
   171
                    </run-dependency>
JoelleLam@1220
   172
                </dependency>
JoelleLam@1220
   173
                <dependency>
JoelleLam@1220
   174
                    <code-name-base>org.openide.loaders</code-name-base>
JoelleLam@1220
   175
                    <build-prerequisite/>
JoelleLam@1220
   176
                    <compile-dependency/>
JoelleLam@1220
   177
                    <run-dependency>
JoelleLam@1220
   178
                        <specification-version>6.1</specification-version>
JoelleLam@1220
   179
                    </run-dependency>
JoelleLam@1220
   180
                </dependency>
JoelleLam@1220
   181
                <dependency>
JoelleLam@1220
   182
                    <code-name-base>org.openide.nodes</code-name-base>
JoelleLam@1220
   183
                    <build-prerequisite/>
JoelleLam@1220
   184
                    <compile-dependency/>
JoelleLam@1220
   185
                    <run-dependency>
JoelleLam@1220
   186
                        <specification-version>7.0.1</specification-version>
JoelleLam@1220
   187
                    </run-dependency>
JoelleLam@1220
   188
                </dependency>
JoelleLam@1220
   189
                <dependency>
JoelleLam@1220
   190
                    <code-name-base>org.openide.util</code-name-base>
JoelleLam@1220
   191
                    <build-prerequisite/>
JoelleLam@1220
   192
                    <compile-dependency/>
JoelleLam@1220
   193
                    <run-dependency>
jtulach@2912
   194
                        <specification-version>8.0</specification-version>
jtulach@2912
   195
                    </run-dependency>
jtulach@2912
   196
                </dependency>
jtulach@2912
   197
                <dependency>
jtulach@2912
   198
                    <code-name-base>org.openide.util.lookup</code-name-base>
jtulach@2912
   199
                    <build-prerequisite/>
jtulach@2912
   200
                    <compile-dependency/>
jtulach@2912
   201
                    <run-dependency>
jtulach@2912
   202
                        <specification-version>8.0</specification-version>
JoelleLam@1220
   203
                    </run-dependency>
JoelleLam@1220
   204
                </dependency>
JoelleLam@1220
   205
            </module-dependencies>
JoelleLam@1220
   206
            <test-dependencies>
JoelleLam@1220
   207
                <test-type>
JoelleLam@1220
   208
                    <name>unit</name>
JoelleLam@1220
   209
                    <test-dependency>
jglick@3214
   210
                        <code-name-base>org.netbeans.libs.junit4</code-name-base>
JoelleLam@1220
   211
                        <compile-dependency/>
JoelleLam@1220
   212
                    </test-dependency>
JoelleLam@1220
   213
                    <test-dependency>
jglick@3214
   214
                        <code-name-base>org.netbeans.libs.xerces</code-name-base>
JoelleLam@1449
   215
                    </test-dependency>
JoelleLam@1220
   216
                    <test-dependency>
jglick@3214
   217
                        <code-name-base>org.netbeans.modules.nbjunit</code-name-base>
jglick@3214
   218
                        <recursive/>
JoelleLam@1220
   219
                        <compile-dependency/>
JoelleLam@1220
   220
                    </test-dependency>
JoelleLam@1220
   221
                    <test-dependency>
JoelleLam@1220
   222
                        <code-name-base>org.netbeans.modules.projectuiapi</code-name-base>
JoelleLam@1220
   223
                        <compile-dependency/>
JoelleLam@1220
   224
                    </test-dependency>
jglick@3214
   225
                    <test-dependency>
jglick@3214
   226
                        <code-name-base>org.netbeans.modules.servletjspapi</code-name-base>
jglick@3214
   227
                    </test-dependency>
jglick@3214
   228
                    <test-dependency>
jglick@3214
   229
                        <code-name-base>org.netbeans.modules.visualweb.classloaderprovider</code-name-base>
jglick@3214
   230
                    </test-dependency>
jglick@3214
   231
                    <test-dependency>
jglick@3214
   232
                        <code-name-base>org.netbeans.modules.visualweb.extension.openide</code-name-base>
jglick@3214
   233
                    </test-dependency>
JoelleLam@1220
   234
                    <test-dependency>
JoelleLam@1220
   235
                        <code-name-base>org.netbeans.modules.visualweb.insync</code-name-base>
JoelleLam@1220
   236
                        <compile-dependency/>
JoelleLam@1220
   237
                    </test-dependency>
JoelleLam@1220
   238
                    <test-dependency>
JoelleLam@1220
   239
                        <code-name-base>org.netbeans.modules.visualweb.j2ee15classloaderprovider</code-name-base>
JoelleLam@1220
   240
                        <compile-dependency/>
JoelleLam@1449
   241
                    </test-dependency>
JoelleLam@1220
   242
                    <test-dependency>
JoelleLam@1220
   243
                        <code-name-base>org.netbeans.modules.visualweb.jsfsupport</code-name-base>
JoelleLam@1220
   244
                        <recursive/>
JoelleLam@1220
   245
                    </test-dependency>
JoelleLam@1220
   246
                    <test-dependency>
jglick@3214
   247
                        <code-name-base>org.netbeans.modules.web.jsf</code-name-base>
jglick@3214
   248
                        <compile-dependency/>
jglick@3214
   249
                    </test-dependency>
jglick@3214
   250
                    <test-dependency>
jglick@3214
   251
                        <code-name-base>org.netbeans.modules.web.jsf.navigation</code-name-base>
jglick@3214
   252
                        <compile-dependency/>
sandipchitale@1253
   253
                    </test-dependency>
sandipchitale@1253
   254
                    <test-dependency>
sandipchitale@1253
   255
                        <code-name-base>org.netbeans.modules.web.jsf12</code-name-base>
JoelleLam@1220
   256
                    </test-dependency>
JoelleLam@1220
   257
                    <test-dependency>
jglick@3214
   258
                        <code-name-base>org.netbeans.modules.web.project</code-name-base>
jglick@3214
   259
                        <recursive/>
jglick@3214
   260
                        <compile-dependency/>
JoelleLam@1220
   261
                    </test-dependency>
JoelleLam@1220
   262
                    <test-dependency>
jglick@3214
   263
                        <code-name-base>org.openide.loaders</code-name-base>
jglick@3214
   264
                        <compile-dependency/>
jglick@3214
   265
                        <test/>
JoelleLam@1220
   266
                    </test-dependency>
jglick@3214
   267
                    <test-dependency>
jglick@3214
   268
                        <code-name-base>org.openide.util</code-name-base>
jglick@3214
   269
                        <compile-dependency/>
jglick@3214
   270
                        <test/>
jglick@3214
   271
                    </test-dependency>
JoelleLam@1220
   272
                </test-type>
JoelleLam@1220
   273
            </test-dependencies>
JoelleLam@1220
   274
            <public-packages/>
JoelleLam@1220
   275
        </data>
JoelleLam@1220
   276
    </configuration>
JoelleLam@286
   277
</project>