visualweb.web.ui.appbase/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@1663
     3
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
mzlamal@0
     4
jglick@2928
     5
Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
jglick@2928
     6
jglick@2928
     7
Oracle and Java are registered trademarks of Oracle and/or its affiliates.
jglick@2928
     8
Other names may be trademarks of their respective owners.
mzlamal@0
     9
cnguyencasj@1663
    10
cnguyencasj@1663
    11
The contents of this file are subject to the terms of either the GNU
cnguyencasj@1663
    12
General Public License Version 2 only ("GPL") or the Common
cnguyencasj@1663
    13
Development and Distribution License("CDDL") (collectively, the
cnguyencasj@1663
    14
"License"). You may not use this file except in compliance with the
cnguyencasj@1663
    15
License. You can obtain a copy of the License at
cnguyencasj@1663
    16
http://www.netbeans.org/cddl-gplv2.html
cnguyencasj@1663
    17
or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
cnguyencasj@1663
    18
specific language governing permissions and limitations under the
cnguyencasj@1663
    19
License.  When distributing the software, include this License Header
cnguyencasj@1663
    20
Notice in each file and include the License file at
jglick@2928
    21
nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
cnguyencasj@1663
    22
particular file as subject to the "Classpath" exception as provided
jglick@2928
    23
by Oracle in the GPL Version 2 section of the License file that
cnguyencasj@1663
    24
accompanied this code. If applicable, add the following below the
cnguyencasj@1663
    25
License Header, with the fields enclosed by brackets [] replaced by
cnguyencasj@1663
    26
your own identifying information:
mzlamal@0
    27
"Portions Copyrighted [year] [name of copyright owner]"
mzlamal@0
    28
cnguyencasj@1663
    29
Contributor(s):
cnguyencasj@1663
    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@1663
    34
cnguyencasj@1663
    35
If you wish your version of this file to be governed by only the CDDL
cnguyencasj@1663
    36
or only the GPL Version 2, indicate your decision by adding
cnguyencasj@1663
    37
"[Contributor] elects to include this software in this distribution
cnguyencasj@1663
    38
under the [CDDL or GPL Version 2] license." If you do not indicate a
cnguyencasj@1663
    39
single choice of license, a recipient has the option to distribute
cnguyencasj@1663
    40
your version of this file under either the CDDL, the GPL Version 2 or
cnguyencasj@1663
    41
to extend the choice of license to its licensees as provided above.
cnguyencasj@1663
    42
However, if you add GPL Version 2 code and therefore, elected the GPL
cnguyencasj@1663
    43
Version 2 license, then the option applies only if the new code is
cnguyencasj@1663
    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.web.ui.appbase</code-name-base>
jglick@3207
    51
            <suite-component/>
mzlamal@0
    52
            <module-dependencies>
mzlamal@0
    53
                <dependency>
sandipchitale@1253
    54
                    <code-name-base>org.netbeans.modules.servletjspapi</code-name-base>
mzlamal@0
    55
                    <build-prerequisite/>
mzlamal@0
    56
                    <compile-dependency/>
mzlamal@0
    57
                    <run-dependency>
sandipchitale@1253
    58
                        <release-version>1</release-version>
sandipchitale@1253
    59
                        <specification-version>1.1</specification-version>
mzlamal@0
    60
                    </run-dependency>
mzlamal@0
    61
                </dependency>
mzlamal@0
    62
                <dependency>
sandipchitale@1253
    63
                    <code-name-base>org.netbeans.modules.web.jsf12</code-name-base>
mzlamal@0
    64
                    <build-prerequisite/>
mzlamal@0
    65
                    <compile-dependency/>
mzlamal@0
    66
                    <run-dependency>
mzlamal@0
    67
                        <release-version>1</release-version>
mzlamal@0
    68
                        <specification-version>1.0</specification-version>
mzlamal@0
    69
                    </run-dependency>
mzlamal@0
    70
                </dependency>
mzlamal@0
    71
            </module-dependencies>
jglick@3214
    72
            <test-dependencies>
jglick@3214
    73
                <test-type>
jglick@3214
    74
                    <name>unit</name>
jglick@3214
    75
                    <test-dependency>
jglick@3214
    76
                        <code-name-base>org.netbeans.libs.junit4</code-name-base>
jglick@3214
    77
                        <compile-dependency/>
jglick@3214
    78
                    </test-dependency>
jglick@3214
    79
                    <test-dependency>
jglick@3214
    80
                        <code-name-base>org.netbeans.modules.nbjunit</code-name-base>
jglick@3214
    81
                        <recursive/>
jglick@3214
    82
                        <compile-dependency/>
jglick@3214
    83
                    </test-dependency>
jglick@3214
    84
                </test-type>
jglick@3214
    85
            </test-dependencies>
mzlamal@0
    86
            <public-packages/>
mzlamal@0
    87
            <class-path-extension>
mzlamal@0
    88
                <runtime-relative-path>ext/appbase.jar</runtime-relative-path>
cnguyencasj@1094
    89
                <binary-origin>library/dist/appbase.jar</binary-origin>
mzlamal@0
    90
            </class-path-extension>
mzlamal@0
    91
        </data>
mzlamal@0
    92
    </configuration>
mzlamal@0
    93
</project>