visualweb.dataprovider/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@1664
     3
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
mzlamal@0
     4
jglick@2925
     5
Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
jglick@2925
     6
jglick@2925
     7
Oracle and Java are registered trademarks of Oracle and/or its affiliates.
jglick@2925
     8
Other names may be trademarks of their respective owners.
mzlamal@0
     9
cnguyencasj@1664
    10
cnguyencasj@1664
    11
The contents of this file are subject to the terms of either the GNU
cnguyencasj@1664
    12
General Public License Version 2 only ("GPL") or the Common
cnguyencasj@1664
    13
Development and Distribution License("CDDL") (collectively, the
cnguyencasj@1664
    14
"License"). You may not use this file except in compliance with the
cnguyencasj@1664
    15
License. You can obtain a copy of the License at
cnguyencasj@1664
    16
http://www.netbeans.org/cddl-gplv2.html
cnguyencasj@1664
    17
or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
cnguyencasj@1664
    18
specific language governing permissions and limitations under the
cnguyencasj@1664
    19
License.  When distributing the software, include this License Header
cnguyencasj@1664
    20
Notice in each file and include the License file at
jglick@2925
    21
nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
cnguyencasj@1664
    22
particular file as subject to the "Classpath" exception as provided
jglick@2925
    23
by Oracle in the GPL Version 2 section of the License file that
cnguyencasj@1664
    24
accompanied this code. If applicable, add the following below the
cnguyencasj@1664
    25
License Header, with the fields enclosed by brackets [] replaced by
cnguyencasj@1664
    26
your own identifying information:
mzlamal@0
    27
"Portions Copyrighted [year] [name of copyright owner]"
mzlamal@0
    28
cnguyencasj@1664
    29
Contributor(s):
cnguyencasj@1664
    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@1664
    34
cnguyencasj@1664
    35
If you wish your version of this file to be governed by only the CDDL
cnguyencasj@1664
    36
or only the GPL Version 2, indicate your decision by adding
cnguyencasj@1664
    37
"[Contributor] elects to include this software in this distribution
cnguyencasj@1664
    38
under the [CDDL or GPL Version 2] license." If you do not indicate a
cnguyencasj@1664
    39
single choice of license, a recipient has the option to distribute
cnguyencasj@1664
    40
your version of this file under either the CDDL, the GPL Version 2 or
cnguyencasj@1664
    41
to extend the choice of license to its licensees as provided above.
cnguyencasj@1664
    42
However, if you add GPL Version 2 code and therefore, elected the GPL
cnguyencasj@1664
    43
Version 2 license, then the option applies only if the new code is
cnguyencasj@1664
    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.dataprovider</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.visualweb.rowset</code-name-base>
mzlamal@0
    55
                    <build-prerequisite/>
mzlamal@0
    56
                    <compile-dependency/>
mzlamal@0
    57
                    <run-dependency>
mzlamal@0
    58
                        <release-version>1</release-version>
davidvc@897
    59
                        <specification-version>1.0</specification-version>
mzlamal@0
    60
                    </run-dependency>
mzlamal@0
    61
                </dependency>
mzlamal@0
    62
            </module-dependencies>
jglick@2492
    63
            <test-dependencies>
jglick@2492
    64
                <test-type>
mschovanek@2582
    65
                    <name>qa-functional</name>
mschovanek@2582
    66
                    <test-dependency>
jglick@3214
    67
                        <code-name-base>org.netbeans.libs.httpunit</code-name-base>
jglick@3214
    68
                        <compile-dependency/>
jglick@3214
    69
                    </test-dependency>
jglick@3214
    70
                    <test-dependency>
jglick@3214
    71
                        <code-name-base>org.netbeans.libs.junit4</code-name-base>
mschovanek@2582
    72
                        <compile-dependency/>
mschovanek@2582
    73
                    </test-dependency>
mschovanek@2582
    74
                    <test-dependency>
mschovanek@2582
    75
                        <code-name-base>org.netbeans.modules.visualweb.gravy</code-name-base>
jglick@3214
    76
                        <recursive/>
ivansidorkin@2630
    77
                        <compile-dependency/>
ivansidorkin@2630
    78
                    </test-dependency>
mschovanek@2582
    79
                </test-type>
mschovanek@2582
    80
                <test-type>
jglick@2492
    81
                    <name>unit</name>
jglick@2492
    82
                    <test-dependency>
jglick@3214
    83
                        <code-name-base>org.netbeans.libs.junit4</code-name-base>
jglick@2492
    84
                        <compile-dependency/>
jglick@3214
    85
                    </test-dependency>
jglick@3214
    86
                    <test-dependency>
jglick@3214
    87
                        <code-name-base>org.netbeans.modules.nbjunit</code-name-base>
jglick@3214
    88
                        <recursive/>
jglick@3214
    89
                        <compile-dependency/>
jglick@2492
    90
                    </test-dependency>
jglick@2492
    91
                </test-type>
jglick@2492
    92
            </test-dependencies>
mzlamal@0
    93
            <friend-packages>
mzlamal@0
    94
                <friend>org.netbeans.modules.visualweb.complib</friend>
mzlamal@0
    95
                <friend>org.netbeans.modules.visualweb.dataprovider.designtime</friend>
mzlamal@0
    96
                <friend>org.netbeans.modules.visualweb.j2ee14classloaderprovider</friend>
mzlamal@0
    97
                <friend>org.netbeans.modules.visualweb.j2ee15classloaderprovider</friend>
pzavadsky@2816
    98
                <friend>org.netbeans.modules.visualweb.jsfsupport.components</friend>
mzlamal@0
    99
                <friend>org.netbeans.modules.visualweb.jsfsupport.designtime</friend>
gjmurphy@153
   100
                <friend>org.netbeans.modules.visualweb.propertyeditors</friend>
gjmurphy@153
   101
                <friend>org.netbeans.modules.visualweb.propertyeditors.api</friend>
pzavadsky@2813
   102
                <friend>org.netbeans.modules.visualweb.runtime.kit</friend>
gjmurphy@153
   103
                <friend>org.netbeans.modules.visualweb.webui</friend>
mzlamal@0
   104
                <friend>org.netbeans.modules.visualweb.webui.designtime</friend>
mzlamal@0
   105
                <friend>org.netbeans.modules.visualweb.woodstock.webui.jsf</friend>
mzlamal@0
   106
                <package>com.sun.data.provider</package>
mzlamal@0
   107
                <package>com.sun.data.provider.impl</package>
mzlamal@0
   108
            </friend-packages>
mzlamal@0
   109
            <class-path-extension>
mzlamal@0
   110
                <runtime-relative-path>ext/dataprovider.jar</runtime-relative-path>
cnguyencasj@1131
   111
                <binary-origin>library/dist/dataprovider.jar</binary-origin>
mzlamal@0
   112
            </class-path-extension>
mzlamal@0
   113
        </data>
mzlamal@0
   114
    </configuration>
mzlamal@0
   115
</project>