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