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