visualweb.designer.decoration/nbproject/project.xml
author Jesse Glick <jglick@netbeans.org>
Wed, 23 Mar 2011 16:25:22 -0400
changeset 3211 648bfe71d158
parent 3207 6db2b3607364
permissions -rw-r--r--
Missing lookup dep.
mzlamal@3059
     1
<?xml version="1.0" encoding="UTF-8"?>
mzlamal@3059
     2
<!--
cnguyencasj@3074
     3
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
mzlamal@3059
     4
cnguyencasj@3074
     5
Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
mzlamal@3059
     6
cnguyencasj@3074
     7
cnguyencasj@3074
     8
The contents of this file are subject to the terms of either the GNU
cnguyencasj@3074
     9
General Public License Version 2 only ("GPL") or the Common
cnguyencasj@3074
    10
Development and Distribution License("CDDL") (collectively, the
cnguyencasj@3074
    11
"License"). You may not use this file except in compliance with the
cnguyencasj@3074
    12
License. You can obtain a copy of the License at
cnguyencasj@3074
    13
http://www.netbeans.org/cddl-gplv2.html
cnguyencasj@3074
    14
or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
cnguyencasj@3074
    15
specific language governing permissions and limitations under the
cnguyencasj@3074
    16
License.  When distributing the software, include this License Header
cnguyencasj@3074
    17
Notice in each file and include the License file at
cnguyencasj@3074
    18
nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
cnguyencasj@3074
    19
particular file as subject to the "Classpath" exception as provided
cnguyencasj@3074
    20
by Sun in the GPL Version 2 section of the License file that
cnguyencasj@3074
    21
accompanied this code. If applicable, add the following below the
cnguyencasj@3074
    22
License Header, with the fields enclosed by brackets [] replaced by
cnguyencasj@3074
    23
your own identifying information:
mzlamal@3059
    24
"Portions Copyrighted [year] [name of copyright owner]"
mzlamal@3059
    25
cnguyencasj@3074
    26
Contributor(s):
cnguyencasj@3074
    27
mzlamal@3059
    28
The Original Software is NetBeans. The Initial Developer of the Original
mzlamal@3059
    29
Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
mzlamal@3059
    30
Microsystems, Inc. All Rights Reserved.
cnguyencasj@3074
    31
cnguyencasj@3074
    32
If you wish your version of this file to be governed by only the CDDL
cnguyencasj@3074
    33
or only the GPL Version 2, indicate your decision by adding
cnguyencasj@3074
    34
"[Contributor] elects to include this software in this distribution
cnguyencasj@3074
    35
under the [CDDL or GPL Version 2] license." If you do not indicate a
cnguyencasj@3074
    36
single choice of license, a recipient has the option to distribute
cnguyencasj@3074
    37
your version of this file under either the CDDL, the GPL Version 2 or
cnguyencasj@3074
    38
to extend the choice of license to its licensees as provided above.
cnguyencasj@3074
    39
However, if you add GPL Version 2 code and therefore, elected the GPL
cnguyencasj@3074
    40
Version 2 license, then the option applies only if the new code is
cnguyencasj@3074
    41
made subject to such option by the copyright holder.
mzlamal@3059
    42
-->
mzlamal@3059
    43
<project xmlns="http://www.netbeans.org/ns/project/1">
mzlamal@3059
    44
    <type>org.netbeans.modules.apisupport.project</type>
mzlamal@3059
    45
    <configuration>
cnguyencasj@3068
    46
        <data xmlns="http://www.netbeans.org/ns/nb-module-project/3">
mzlamal@3059
    47
            <code-name-base>org.netbeans.modules.visualweb.designer.decoration</code-name-base>
jglick@3207
    48
            <suite-component/>
mzlamal@3059
    49
            <module-dependencies>
mzlamal@3059
    50
                <dependency>
mzlamal@3059
    51
                    <code-name-base>org.netbeans.modules.visualweb.api.insync</code-name-base>
mzlamal@3059
    52
                    <build-prerequisite/>
mzlamal@3059
    53
                    <compile-dependency/>
mzlamal@3059
    54
                    <run-dependency>
mzlamal@3059
    55
                        <release-version>1</release-version>
mzlamal@3059
    56
                        <specification-version>1.0</specification-version>
mzlamal@3059
    57
                    </run-dependency>
mzlamal@3059
    58
                </dependency>
mzlamal@3059
    59
                <dependency>
mzlamal@3059
    60
                    <code-name-base>org.netbeans.modules.visualweb.designer</code-name-base>
mzlamal@3059
    61
                    <build-prerequisite/>
mzlamal@3059
    62
                    <compile-dependency/>
mzlamal@3059
    63
                    <run-dependency>
mzlamal@3059
    64
                        <release-version>1</release-version>
mzlamal@3059
    65
                        <specification-version>1.0.5</specification-version>
mzlamal@3059
    66
                    </run-dependency>
mzlamal@3059
    67
                </dependency>
mzlamal@3059
    68
                <dependency>
mzlamal@3059
    69
                    <code-name-base>org.netbeans.modules.visualweb.designtime</code-name-base>
mzlamal@3059
    70
                    <build-prerequisite/>
mzlamal@3059
    71
                    <compile-dependency/>
mzlamal@3059
    72
                    <run-dependency>
mzlamal@3059
    73
                        <release-version>1</release-version>
mzlamal@3059
    74
                        <specification-version>1.0</specification-version>
mzlamal@3059
    75
                    </run-dependency>
mzlamal@3059
    76
                </dependency>
mzlamal@3059
    77
                <dependency>
mzlamal@3059
    78
                    <code-name-base>org.netbeans.modules.visualweb.designtime.idebridge</code-name-base>
mzlamal@3059
    79
                    <build-prerequisite/>
mzlamal@3059
    80
                    <compile-dependency/>
mzlamal@3059
    81
                    <run-dependency>
mzlamal@3059
    82
                        <specification-version>1.0</specification-version>
mzlamal@3059
    83
                    </run-dependency>
mzlamal@3059
    84
                </dependency>
mzlamal@3059
    85
                <dependency>
mzlamal@3059
    86
                    <code-name-base>org.netbeans.modules.visualweb.insync</code-name-base>
mzlamal@3059
    87
                    <build-prerequisite/>
mzlamal@3059
    88
                    <compile-dependency/>
mzlamal@3059
    89
                    <run-dependency>
mzlamal@3059
    90
                        <release-version>1</release-version>
mzlamal@3059
    91
                        <specification-version>1.0.5</specification-version>
mzlamal@3059
    92
                    </run-dependency>
mzlamal@3059
    93
                </dependency>
mzlamal@3059
    94
                <dependency>
mzlamal@3059
    95
                    <code-name-base>org.openide.nodes</code-name-base>
mzlamal@3059
    96
                    <build-prerequisite/>
mzlamal@3059
    97
                    <compile-dependency/>
mzlamal@3059
    98
                    <run-dependency>
mzlamal@3059
    99
                        <specification-version>6.7.1</specification-version>
mzlamal@3059
   100
                    </run-dependency>
mzlamal@3059
   101
                </dependency>
mzlamal@3059
   102
                <dependency>
mzlamal@3059
   103
                    <code-name-base>org.openide.util</code-name-base>
mzlamal@3059
   104
                    <build-prerequisite/>
mzlamal@3059
   105
                    <compile-dependency/>
mzlamal@3059
   106
                    <run-dependency>
jglick@3211
   107
                        <specification-version>8.0</specification-version>
jglick@3211
   108
                    </run-dependency>
jglick@3211
   109
                </dependency>
jglick@3211
   110
                <dependency>
jglick@3211
   111
                    <code-name-base>org.openide.util.lookup</code-name-base>
jglick@3211
   112
                    <build-prerequisite/>
jglick@3211
   113
                    <compile-dependency/>
jglick@3211
   114
                    <run-dependency>
jglick@3211
   115
                        <specification-version>8.0</specification-version>
mzlamal@3059
   116
                    </run-dependency>
mzlamal@3059
   117
                </dependency>
mzlamal@3059
   118
            </module-dependencies>
mzlamal@3059
   119
            <public-packages/>
mzlamal@3059
   120
        </data>
mzlamal@3059
   121
    </configuration>
mzlamal@3059
   122
</project>