platform/samples/window-system-groups/nbproject/project.xml
author Tomas Mysik <tmysik@netbeans.org>
Mon, 12 Jun 2017 09:13:11 +0200
changeset 6391 640ddcff4333
parent 1779 5200163245c9
permissions -rw-r--r--
Return blacklisted methods back

No blacklisted methods right now but keep the code for possible future usage.
jglick@1688
     1
<?xml version="1.0" encoding="UTF-8"?>
jglick@1688
     2
<!--
mzlamal@2561
     3
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
jglick@1688
     4
mzlamal@2561
     5
Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
jglick@1688
     6
mzlamal@2561
     7
mzlamal@2561
     8
The contents of this file are subject to the terms of either the GNU
mzlamal@2561
     9
General Public License Version 2 only ("GPL") or the Common
mzlamal@2561
    10
Development and Distribution License("CDDL") (collectively, the
mzlamal@2561
    11
"License"). You may not use this file except in compliance with the
mzlamal@2561
    12
License. You can obtain a copy of the License at
mzlamal@2561
    13
http://www.netbeans.org/cddl-gplv2.html
mzlamal@2561
    14
or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
mzlamal@2561
    15
specific language governing permissions and limitations under the
mzlamal@2561
    16
License.  When distributing the software, include this License Header
mzlamal@2561
    17
Notice in each file and include the License file at
mzlamal@2561
    18
nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
mzlamal@2561
    19
particular file as subject to the "Classpath" exception as provided
mzlamal@2561
    20
by Sun in the GPL Version 2 section of the License file that
mzlamal@2561
    21
accompanied this code. If applicable, add the following below the
mzlamal@2561
    22
License Header, with the fields enclosed by brackets [] replaced by
mzlamal@2561
    23
your own identifying information:
jtulach@1779
    24
"Portions Copyrighted [year] [name of copyright owner]"
jtulach@1779
    25
mzlamal@2561
    26
Contributor(s):
mzlamal@2561
    27
jtulach@1779
    28
The Original Software is NetBeans. The Initial Developer of the Original
jtulach@1779
    29
Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
jglick@1688
    30
Microsystems, Inc. All Rights Reserved.
mzlamal@2561
    31
mzlamal@2561
    32
If you wish your version of this file to be governed by only the CDDL
mzlamal@2561
    33
or only the GPL Version 2, indicate your decision by adding
mzlamal@2561
    34
"[Contributor] elects to include this software in this distribution
mzlamal@2561
    35
under the [CDDL or GPL Version 2] license." If you do not indicate a
mzlamal@2561
    36
single choice of license, a recipient has the option to distribute
mzlamal@2561
    37
your version of this file under either the CDDL, the GPL Version 2 or
mzlamal@2561
    38
to extend the choice of license to its licensees as provided above.
mzlamal@2561
    39
However, if you add GPL Version 2 code and therefore, elected the GPL
mzlamal@2561
    40
Version 2 license, then the option applies only if the new code is
mzlamal@2561
    41
made subject to such option by the copyright holder.
jglick@1688
    42
-->
jglick@1688
    43
<project xmlns="http://www.netbeans.org/ns/project/1">
jglick@1688
    44
    <type>org.netbeans.modules.apisupport.project</type>
jglick@1688
    45
    <configuration>
jglick@1688
    46
        <data xmlns="http://www.netbeans.org/ns/nb-module-project/2">
jglick@1688
    47
            <code-name-base>org.netbeans.modules.examplemodule03</code-name-base>
jglick@1688
    48
            <module-dependencies>
jglick@1688
    49
                <dependency>
jglick@1701
    50
                    <code-name-base>org.openide.util</code-name-base>
jglick@1688
    51
                    <build-prerequisite/>
jglick@1688
    52
                    <compile-dependency/>
jglick@1688
    53
                    <run-dependency>
jglick@1701
    54
                        <specification-version>6.2</specification-version>
jglick@1701
    55
                    </run-dependency>
jglick@1701
    56
                </dependency>
jglick@1701
    57
            <dependency>
jglick@1701
    58
                    <code-name-base>org.openide.modules</code-name-base>
jglick@1701
    59
                    <build-prerequisite/>
jglick@1701
    60
                    <compile-dependency/>
jglick@1701
    61
                    <run-dependency>
jglick@1701
    62
                        <specification-version>6.2</specification-version>
jglick@1701
    63
                    </run-dependency>
jglick@1701
    64
                </dependency>
jglick@1701
    65
            <dependency>
jglick@1701
    66
                    <code-name-base>org.openide.windows</code-name-base>
jglick@1701
    67
                    <build-prerequisite/>
jglick@1701
    68
                    <compile-dependency/>
jglick@1701
    69
                    <run-dependency>
jglick@1701
    70
                        <specification-version>6.2</specification-version>
jglick@1688
    71
                    </run-dependency>
jglick@1688
    72
                </dependency>
jglick@1688
    73
            </module-dependencies>
jglick@1688
    74
            <public-packages/>
jglick@1688
    75
        </data>
jglick@1688
    76
    </configuration>
jglick@1688
    77
</project>