visualweb.jsfsupport.components/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@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@2926
     5
Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
jglick@2926
     6
jglick@2926
     7
Oracle and Java are registered trademarks of Oracle and/or its affiliates.
jglick@2926
     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@2926
    21
nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
cnguyencasj@1675
    22
particular file as subject to the "Classpath" exception as provided
jglick@2926
    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.components</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.modules.servletjspapi</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.0</specification-version>
davidvc@897
    60
                    </run-dependency>
davidvc@897
    61
                </dependency>
davidvc@897
    62
                <dependency>
pzavadsky@2816
    63
                    <code-name-base>org.netbeans.modules.visualweb.dataprovider</code-name-base>
pzavadsky@2816
    64
                    <build-prerequisite/>
pzavadsky@2816
    65
                    <compile-dependency/>
pzavadsky@2816
    66
                    <run-dependency>
pzavadsky@2816
    67
                        <release-version>1</release-version>
pzavadsky@2816
    68
                        <specification-version>2.5</specification-version>
pzavadsky@2816
    69
                    </run-dependency>
pzavadsky@2816
    70
                </dependency>
pzavadsky@2816
    71
                <dependency>
pzavadsky@2816
    72
                    <code-name-base>org.netbeans.modules.visualweb.rowset</code-name-base>
mzlamal@0
    73
                    <build-prerequisite/>
mzlamal@0
    74
                    <compile-dependency/>
mzlamal@0
    75
                    <run-dependency>
sandipchitale@1253
    76
                        <release-version>1</release-version>
mzlamal@0
    77
                        <specification-version>1.0</specification-version>
mzlamal@0
    78
                    </run-dependency>
mzlamal@0
    79
                </dependency>
mzlamal@0
    80
                <dependency>
pzavadsky@2816
    81
                    <code-name-base>org.netbeans.modules.visualweb.web.ui.appbase</code-name-base>
pzavadsky@2816
    82
                    <run-dependency>
pzavadsky@2816
    83
                        <release-version>1</release-version>
pzavadsky@2816
    84
                        <specification-version>2.5</specification-version>
pzavadsky@2816
    85
                    </run-dependency>
pzavadsky@2816
    86
                </dependency>
pzavadsky@2816
    87
                <dependency>
pzavadsky@2816
    88
                    <code-name-base>org.netbeans.modules.web.jsf12</code-name-base>
mzlamal@0
    89
                    <build-prerequisite/>
mzlamal@0
    90
                    <compile-dependency/>
mzlamal@0
    91
                    <run-dependency>
mzlamal@0
    92
                        <release-version>1</release-version>
mzlamal@0
    93
                        <specification-version>1.0</specification-version>
mzlamal@0
    94
                    </run-dependency>
mzlamal@0
    95
                </dependency>
mzlamal@0
    96
            </module-dependencies>
jglick@3214
    97
            <test-dependencies>
jglick@3214
    98
                <test-type>
jglick@3214
    99
                    <name>unit</name>
jglick@3214
   100
                    <test-dependency>
jglick@3214
   101
                        <code-name-base>org.netbeans.libs.junit4</code-name-base>
jglick@3214
   102
                        <compile-dependency/>
jglick@3214
   103
                    </test-dependency>
jglick@3214
   104
                    <test-dependency>
jglick@3214
   105
                        <code-name-base>org.netbeans.modules.nbjunit</code-name-base>
jglick@3214
   106
                        <recursive/>
jglick@3214
   107
                        <compile-dependency/>
jglick@3214
   108
                    </test-dependency>
jglick@3214
   109
                </test-type>
jglick@3214
   110
            </test-dependencies>
mzlamal@0
   111
            <friend-packages>
mzlamal@0
   112
                <friend>org.netbeans.modules.visualweb.complib</friend>
mzlamal@0
   113
                <friend>org.netbeans.modules.visualweb.j2ee14classloaderprovider</friend>
mzlamal@0
   114
                <friend>org.netbeans.modules.visualweb.j2ee15classloaderprovider</friend>
mzlamal@0
   115
                <friend>org.netbeans.modules.visualweb.jsfsupport.designtime</friend>
mzlamal@0
   116
                <friend>org.netbeans.modules.visualweb.jsfsupport.designtime_1_1</friend>
mzlamal@0
   117
                <friend>org.netbeans.modules.visualweb.jsfsupport.designtime_1_2</friend>
mzlamal@0
   118
                <friend>org.netbeans.modules.visualweb.project.importpage</friend>
pzavadsky@2813
   119
                <friend>org.netbeans.modules.visualweb.runtime.kit</friend>
mzlamal@0
   120
                <friend>org.netbeans.modules.visualweb.webui.designtime</friend>
mzlamal@0
   121
                <friend>org.netbeans.modules.visualweb.woodstock.webui.jsf</friend>
mzlamal@0
   122
                <package>com.sun.jsfcl.app</package>
mzlamal@0
   123
                <package>com.sun.jsfcl.component</package>
mzlamal@0
   124
                <package>com.sun.jsfcl.convert</package>
mzlamal@0
   125
                <package>com.sun.jsfcl.data</package>
mzlamal@0
   126
                <package>com.sun.jsfcl.taglib</package>
mzlamal@0
   127
                <package>com.sun.rave.faces.component</package>
mzlamal@0
   128
                <package>com.sun.rave.faces.converter</package>
mzlamal@0
   129
                <package>com.sun.rave.faces.data</package>
mzlamal@0
   130
                <package>com.sun.rave.faces.event</package>
mzlamal@0
   131
                <package>com.sun.rave.faces.lifecycle</package>
mzlamal@0
   132
                <package>com.sun.rave.faces.renderer</package>
mzlamal@0
   133
                <package>com.sun.rave.faces.taglib</package>
mzlamal@0
   134
                <package>com.sun.rave.faces.util</package>
mzlamal@0
   135
            </friend-packages>
mzlamal@0
   136
            <class-path-extension>
mzlamal@0
   137
                <runtime-relative-path>ext/jsfcl.jar</runtime-relative-path>
cnguyencasj@1131
   138
                <binary-origin>library/dist/jsfcl.jar</binary-origin>
mzlamal@0
   139
            </class-path-extension>
mzlamal@0
   140
        </data>
mzlamal@0
   141
    </configuration>
mzlamal@0
   142
</project>