visualweb.jsfsupport/nbproject/project.xml
author Jesse Glick <jglick@netbeans.org>
Wed, 23 Mar 2011 16:50:27 -0400
changeset 3213 c85dcf71e424
parent 3207 6db2b3607364
permissions -rw-r--r--
Tests at least should compile now.
mzlamal@0
     1
<?xml version="1.0" encoding="UTF-8"?>
mzlamal@0
     2
<!--
cnguyencasj@1675
     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@1675
    10
cnguyencasj@1675
    11
The contents of this file are subject to the terms of either the GNU
cnguyencasj@1675
    12
General Public License Version 2 only ("GPL") or the Common
cnguyencasj@1675
    13
Development and Distribution License("CDDL") (collectively, the
cnguyencasj@1675
    14
"License"). You may not use this file except in compliance with the
cnguyencasj@1675
    15
License. You can obtain a copy of the License at
cnguyencasj@1675
    16
http://www.netbeans.org/cddl-gplv2.html
cnguyencasj@1675
    17
or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
cnguyencasj@1675
    18
specific language governing permissions and limitations under the
cnguyencasj@1675
    19
License.  When distributing the software, include this License Header
cnguyencasj@1675
    20
Notice in each file and include the License file at
jglick@2927
    21
nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
cnguyencasj@1675
    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@1675
    24
accompanied this code. If applicable, add the following below the
cnguyencasj@1675
    25
License Header, with the fields enclosed by brackets [] replaced by
cnguyencasj@1675
    26
your own identifying information:
mzlamal@0
    27
"Portions Copyrighted [year] [name of copyright owner]"
mzlamal@0
    28
cnguyencasj@1675
    29
Contributor(s):
cnguyencasj@1675
    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@1675
    34
cnguyencasj@1675
    35
If you wish your version of this file to be governed by only the CDDL
cnguyencasj@1675
    36
or only the GPL Version 2, indicate your decision by adding
cnguyencasj@1675
    37
"[Contributor] elects to include this software in this distribution
cnguyencasj@1675
    38
under the [CDDL or GPL Version 2] license." If you do not indicate a
cnguyencasj@1675
    39
single choice of license, a recipient has the option to distribute
cnguyencasj@1675
    40
your version of this file under either the CDDL, the GPL Version 2 or
cnguyencasj@1675
    41
to extend the choice of license to its licensees as provided above.
cnguyencasj@1675
    42
However, if you add GPL Version 2 code and therefore, elected the GPL
cnguyencasj@1675
    43
Version 2 license, then the option applies only if the new code is
cnguyencasj@1675
    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.jsfsupport</code-name-base>
jglick@3207
    51
            <suite-component/>
mzlamal@0
    52
            <module-dependencies>
mzlamal@0
    53
                <dependency>
davidvc@897
    54
                    <code-name-base>org.netbeans.libs.xerces</code-name-base>
davidvc@897
    55
                    <build-prerequisite/>
davidvc@897
    56
                    <compile-dependency/>
davidvc@897
    57
                    <run-dependency>
davidvc@897
    58
                        <release-version>1</release-version>
davidvc@897
    59
                        <specification-version>1.8.1</specification-version>
davidvc@897
    60
                    </run-dependency>
davidvc@897
    61
                </dependency>
davidvc@897
    62
                <dependency>
wjprakash@1389
    63
                    <code-name-base>org.netbeans.modules.servletjspapi</code-name-base>
wjprakash@1389
    64
                    <build-prerequisite/>
wjprakash@1389
    65
                    <compile-dependency/>
wjprakash@1389
    66
                    <run-dependency>
wjprakash@1389
    67
                        <release-version>1</release-version>
wjprakash@1389
    68
                        <specification-version>1.1</specification-version>
wjprakash@1389
    69
                    </run-dependency>
wjprakash@1389
    70
                </dependency>
wjprakash@1389
    71
                <dependency>
mzlamal@0
    72
                    <code-name-base>org.netbeans.modules.visualweb.designtime</code-name-base>
mzlamal@0
    73
                    <build-prerequisite/>
mzlamal@0
    74
                    <compile-dependency/>
mzlamal@0
    75
                    <run-dependency>
mzlamal@0
    76
                        <release-version>1</release-version>
mzlamal@0
    77
                        <specification-version>1.0.0</specification-version>
mzlamal@0
    78
                    </run-dependency>
mzlamal@0
    79
                </dependency>
mzlamal@0
    80
                <dependency>
mzlamal@0
    81
                    <code-name-base>org.netbeans.modules.visualweb.extension.openide</code-name-base>
mzlamal@0
    82
                    <build-prerequisite/>
mzlamal@0
    83
                    <compile-dependency/>
mzlamal@0
    84
                    <run-dependency>
mzlamal@0
    85
                        <release-version>1</release-version>
mzlamal@0
    86
                        <specification-version>1.0</specification-version>
mzlamal@0
    87
                    </run-dependency>
mzlamal@0
    88
                </dependency>
mzlamal@0
    89
                <dependency>
wjprakash@1389
    90
                    <code-name-base>org.netbeans.modules.visualweb.rowset</code-name-base>
mzlamal@0
    91
                    <build-prerequisite/>
mzlamal@0
    92
                    <compile-dependency/>
mzlamal@0
    93
                    <run-dependency>
sandipchitale@1253
    94
                        <release-version>1</release-version>
wjprakash@1389
    95
                        <specification-version>1.0</specification-version>
sandipchitale@1253
    96
                    </run-dependency>
sandipchitale@1253
    97
                </dependency>
sandipchitale@1253
    98
                <dependency>
sandipchitale@1253
    99
                    <code-name-base>org.netbeans.modules.web.jsf12</code-name-base>
sandipchitale@1253
   100
                    <build-prerequisite/>
sandipchitale@1253
   101
                    <compile-dependency/>
sandipchitale@1253
   102
                    <run-dependency>
sandipchitale@1253
   103
                        <release-version>1</release-version>
mzlamal@0
   104
                        <specification-version>1.0</specification-version>
mzlamal@0
   105
                    </run-dependency>
mzlamal@0
   106
                </dependency>
mzlamal@0
   107
                <dependency>
wjprakash@1389
   108
                    <code-name-base>org.netbeans.modules.web.jsf12ri</code-name-base>
mzlamal@0
   109
                    <build-prerequisite/>
mzlamal@0
   110
                    <compile-dependency/>
mzlamal@0
   111
                    <run-dependency>
mzlamal@0
   112
                        <release-version>1</release-version>
mzlamal@0
   113
                        <specification-version>1.0</specification-version>
mzlamal@0
   114
                    </run-dependency>
mzlamal@0
   115
                </dependency>
mzlamal@0
   116
                <dependency>
mzlamal@0
   117
                    <code-name-base>org.openide.filesystems</code-name-base>
mzlamal@0
   118
                    <build-prerequisite/>
mzlamal@0
   119
                    <compile-dependency/>
mzlamal@0
   120
                    <run-dependency>
mzlamal@0
   121
                        <specification-version>6.4.1</specification-version>
mzlamal@0
   122
                    </run-dependency>
mzlamal@0
   123
                </dependency>
mzlamal@0
   124
                <dependency>
mzlamal@0
   125
                    <code-name-base>org.openide.modules</code-name-base>
mzlamal@0
   126
                    <build-prerequisite/>
mzlamal@0
   127
                    <compile-dependency/>
mzlamal@0
   128
                    <run-dependency>
mzlamal@0
   129
                        <specification-version>6.5</specification-version>
mzlamal@0
   130
                    </run-dependency>
mzlamal@0
   131
                </dependency>
mzlamal@0
   132
                <dependency>
mzlamal@0
   133
                    <code-name-base>org.openide.util</code-name-base>
mzlamal@0
   134
                    <build-prerequisite/>
mzlamal@0
   135
                    <compile-dependency/>
mzlamal@0
   136
                    <run-dependency>
jtulach@2912
   137
                        <specification-version>8.0</specification-version>
jtulach@2912
   138
                    </run-dependency>
jtulach@2912
   139
                </dependency>
jtulach@2912
   140
                <dependency>
jtulach@2912
   141
                    <code-name-base>org.openide.util.lookup</code-name-base>
jtulach@2912
   142
                    <build-prerequisite/>
jtulach@2912
   143
                    <compile-dependency/>
jtulach@2912
   144
                    <run-dependency>
jtulach@2912
   145
                        <specification-version>8.0</specification-version>
mzlamal@0
   146
                    </run-dependency>
mzlamal@0
   147
                </dependency>
mzlamal@0
   148
            </module-dependencies>
wjprakash@1849
   149
            <test-dependencies>
wjprakash@1849
   150
                <test-type>
wjprakash@1849
   151
                    <name>unit</name>
wjprakash@1849
   152
                    <test-dependency>
jglick@2939
   153
                        <code-name-base>org.netbeans.libs.junit4</code-name-base>
jglick@2939
   154
                        <compile-dependency/>
jglick@2939
   155
                    </test-dependency>
jglick@2939
   156
                    <test-dependency>
jglick@2939
   157
                        <code-name-base>org.netbeans.modules.nbjunit</code-name-base>
jglick@2939
   158
                        <recursive/>
jglick@2939
   159
                        <compile-dependency/>
jglick@2939
   160
                    </test-dependency>
wjprakash@1849
   161
                </test-type>
wjprakash@1849
   162
            </test-dependencies>
jglick@2492
   163
            <friend-packages>
jglick@2492
   164
                <friend>org.netbeans.modules.visualweb.dataconnectivity</friend>
jglick@2492
   165
                <friend>org.netbeans.modules.visualweb.designer.jsf</friend>
jglick@2492
   166
                <friend>org.netbeans.modules.visualweb.insync</friend>
jglick@2492
   167
                <friend>org.netbeans.modules.visualweb.j2ee14classloaderprovider</friend>
jglick@2492
   168
                <friend>org.netbeans.modules.visualweb.j2ee15classloaderprovider</friend>
jglick@2492
   169
                <friend>org.netbeans.modules.visualweb.jsfsupport.designtime</friend>
jglick@2492
   170
                <friend>org.netbeans.modules.visualweb.xhtml</friend>
jglick@2492
   171
                <package>org.netbeans.modules.visualweb.jsfsupport.container</package>
jglick@2492
   172
            </friend-packages>
mzlamal@0
   173
        </data>
mzlamal@0
   174
    </configuration>
mzlamal@0
   175
</project>