langtools/make/netbeans/doclets/nbproject/project.xml
author duke
Sat, 01 Dec 2007 00:00:00 +0000
changeset 10 06bc494ca11e
permissions -rw-r--r--
Initial load
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
06bc494ca11e Initial load
duke
parents:
diff changeset
     2
<!--
06bc494ca11e Initial load
duke
parents:
diff changeset
     3
 Copyright 2007 Sun Microsystems, Inc.  All Rights Reserved.
06bc494ca11e Initial load
duke
parents:
diff changeset
     4
06bc494ca11e Initial load
duke
parents:
diff changeset
     5
 Redistribution and use in source and binary forms, with or without
06bc494ca11e Initial load
duke
parents:
diff changeset
     6
 modification, are permitted provided that the following conditions
06bc494ca11e Initial load
duke
parents:
diff changeset
     7
 are met:
06bc494ca11e Initial load
duke
parents:
diff changeset
     8
06bc494ca11e Initial load
duke
parents:
diff changeset
     9
   - Redistributions of source code must retain the above copyright
06bc494ca11e Initial load
duke
parents:
diff changeset
    10
     notice, this list of conditions and the following disclaimer.
06bc494ca11e Initial load
duke
parents:
diff changeset
    11
06bc494ca11e Initial load
duke
parents:
diff changeset
    12
   - Redistributions in binary form must reproduce the above copyright
06bc494ca11e Initial load
duke
parents:
diff changeset
    13
     notice, this list of conditions and the following disclaimer in the
06bc494ca11e Initial load
duke
parents:
diff changeset
    14
     documentation and/or other materials provided with the distribution.
06bc494ca11e Initial load
duke
parents:
diff changeset
    15
06bc494ca11e Initial load
duke
parents:
diff changeset
    16
   - Neither the name of Sun Microsystems nor the names of its
06bc494ca11e Initial load
duke
parents:
diff changeset
    17
     contributors may be used to endorse or promote products derived
06bc494ca11e Initial load
duke
parents:
diff changeset
    18
     from this software without specific prior written permission.
06bc494ca11e Initial load
duke
parents:
diff changeset
    19
06bc494ca11e Initial load
duke
parents:
diff changeset
    20
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
06bc494ca11e Initial load
duke
parents:
diff changeset
    21
 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
06bc494ca11e Initial load
duke
parents:
diff changeset
    22
 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
06bc494ca11e Initial load
duke
parents:
diff changeset
    23
 PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
06bc494ca11e Initial load
duke
parents:
diff changeset
    24
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
06bc494ca11e Initial load
duke
parents:
diff changeset
    25
 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
06bc494ca11e Initial load
duke
parents:
diff changeset
    26
 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
06bc494ca11e Initial load
duke
parents:
diff changeset
    27
 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
06bc494ca11e Initial load
duke
parents:
diff changeset
    28
 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
06bc494ca11e Initial load
duke
parents:
diff changeset
    29
 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
06bc494ca11e Initial load
duke
parents:
diff changeset
    30
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
06bc494ca11e Initial load
duke
parents:
diff changeset
    31
-->
06bc494ca11e Initial load
duke
parents:
diff changeset
    32
06bc494ca11e Initial load
duke
parents:
diff changeset
    33
<!DOCTYPE project [
06bc494ca11e Initial load
duke
parents:
diff changeset
    34
    <!ENTITY standard-ide-actions-no-javadoc SYSTEM "../../common/standard-ide-actions-no-javadoc.ent">
06bc494ca11e Initial load
duke
parents:
diff changeset
    35
    <!ENTITY standard-context-menu-items-no-javadoc SYSTEM "../../common/standard-context-menu-items-no-javadoc.ent">
06bc494ca11e Initial load
duke
parents:
diff changeset
    36
]>
06bc494ca11e Initial load
duke
parents:
diff changeset
    37
<project xmlns="http://www.netbeans.org/ns/project/1">
06bc494ca11e Initial load
duke
parents:
diff changeset
    38
    <type>org.netbeans.modules.ant.freeform</type>
06bc494ca11e Initial load
duke
parents:
diff changeset
    39
    <configuration>
06bc494ca11e Initial load
duke
parents:
diff changeset
    40
        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
06bc494ca11e Initial load
duke
parents:
diff changeset
    41
            <!-- Do not use Project Properties customizer when editing this file manually. -->
06bc494ca11e Initial load
duke
parents:
diff changeset
    42
            <name>doclets</name>
06bc494ca11e Initial load
duke
parents:
diff changeset
    43
            <properties>
06bc494ca11e Initial load
duke
parents:
diff changeset
    44
                <property name="root">../../..</property>
06bc494ca11e Initial load
duke
parents:
diff changeset
    45
            </properties>
06bc494ca11e Initial load
duke
parents:
diff changeset
    46
            <folders>
06bc494ca11e Initial load
duke
parents:
diff changeset
    47
                <source-folder>
06bc494ca11e Initial load
duke
parents:
diff changeset
    48
                    <label>langtools</label>
06bc494ca11e Initial load
duke
parents:
diff changeset
    49
                    <location>${root}</location>
06bc494ca11e Initial load
duke
parents:
diff changeset
    50
                </source-folder>
06bc494ca11e Initial load
duke
parents:
diff changeset
    51
                <source-folder>
06bc494ca11e Initial load
duke
parents:
diff changeset
    52
                    <label>Source files</label>
06bc494ca11e Initial load
duke
parents:
diff changeset
    53
                    <type>java</type>
06bc494ca11e Initial load
duke
parents:
diff changeset
    54
                    <location>${root}/src/share/classes</location>
06bc494ca11e Initial load
duke
parents:
diff changeset
    55
                </source-folder>
06bc494ca11e Initial load
duke
parents:
diff changeset
    56
                <source-folder>
06bc494ca11e Initial load
duke
parents:
diff changeset
    57
                    <label>Test files</label>
06bc494ca11e Initial load
duke
parents:
diff changeset
    58
                    <type>tests</type>
06bc494ca11e Initial load
duke
parents:
diff changeset
    59
                    <location>${root}/test</location>
06bc494ca11e Initial load
duke
parents:
diff changeset
    60
                </source-folder>
06bc494ca11e Initial load
duke
parents:
diff changeset
    61
                <source-folder>
06bc494ca11e Initial load
duke
parents:
diff changeset
    62
                    <label>Build files</label>
06bc494ca11e Initial load
duke
parents:
diff changeset
    63
                    <type>build</type>
06bc494ca11e Initial load
duke
parents:
diff changeset
    64
                    <location>${root}/make</location>
06bc494ca11e Initial load
duke
parents:
diff changeset
    65
                </source-folder>
06bc494ca11e Initial load
duke
parents:
diff changeset
    66
            </folders>
06bc494ca11e Initial load
duke
parents:
diff changeset
    67
            <ide-actions>
06bc494ca11e Initial load
duke
parents:
diff changeset
    68
                &standard-ide-actions-no-javadoc;
06bc494ca11e Initial load
duke
parents:
diff changeset
    69
            </ide-actions>
06bc494ca11e Initial load
duke
parents:
diff changeset
    70
            <export>
06bc494ca11e Initial load
duke
parents:
diff changeset
    71
                <type>folder</type>
06bc494ca11e Initial load
duke
parents:
diff changeset
    72
                <location>${root}/build/classes</location>
06bc494ca11e Initial load
duke
parents:
diff changeset
    73
                <build-target>build</build-target>
06bc494ca11e Initial load
duke
parents:
diff changeset
    74
            </export>
06bc494ca11e Initial load
duke
parents:
diff changeset
    75
            <view>
06bc494ca11e Initial load
duke
parents:
diff changeset
    76
                <items>
06bc494ca11e Initial load
duke
parents:
diff changeset
    77
                    <source-folder style="tree">
06bc494ca11e Initial load
duke
parents:
diff changeset
    78
                        <label>Source files</label>
06bc494ca11e Initial load
duke
parents:
diff changeset
    79
                        <location>${root}/src/share/classes</location>
06bc494ca11e Initial load
duke
parents:
diff changeset
    80
                    </source-folder>
06bc494ca11e Initial load
duke
parents:
diff changeset
    81
                    <source-folder style="tree">
06bc494ca11e Initial load
duke
parents:
diff changeset
    82
                        <label>Test files</label>
06bc494ca11e Initial load
duke
parents:
diff changeset
    83
                        <location>${root}/test</location>
06bc494ca11e Initial load
duke
parents:
diff changeset
    84
                    </source-folder>
06bc494ca11e Initial load
duke
parents:
diff changeset
    85
                    <source-folder style="tree">
06bc494ca11e Initial load
duke
parents:
diff changeset
    86
                        <label>Build files</label>
06bc494ca11e Initial load
duke
parents:
diff changeset
    87
                        <location>${root}/make</location>
06bc494ca11e Initial load
duke
parents:
diff changeset
    88
                    </source-folder>
06bc494ca11e Initial load
duke
parents:
diff changeset
    89
                    <source-file>
06bc494ca11e Initial load
duke
parents:
diff changeset
    90
                        <label>README</label>
06bc494ca11e Initial load
duke
parents:
diff changeset
    91
                        <location>README</location>
06bc494ca11e Initial load
duke
parents:
diff changeset
    92
                    </source-file>
06bc494ca11e Initial load
duke
parents:
diff changeset
    93
                </items>
06bc494ca11e Initial load
duke
parents:
diff changeset
    94
                <context-menu>
06bc494ca11e Initial load
duke
parents:
diff changeset
    95
                    &standard-context-menu-items-no-javadoc;
06bc494ca11e Initial load
duke
parents:
diff changeset
    96
                </context-menu>
06bc494ca11e Initial load
duke
parents:
diff changeset
    97
            </view>
06bc494ca11e Initial load
duke
parents:
diff changeset
    98
            <subprojects/>
06bc494ca11e Initial load
duke
parents:
diff changeset
    99
        </general-data>
06bc494ca11e Initial load
duke
parents:
diff changeset
   100
        <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/2">
06bc494ca11e Initial load
duke
parents:
diff changeset
   101
            <compilation-unit>
06bc494ca11e Initial load
duke
parents:
diff changeset
   102
                <package-root>${root}/src/share/classes</package-root>
06bc494ca11e Initial load
duke
parents:
diff changeset
   103
                <built-to>${root}/build/classes</built-to>
06bc494ca11e Initial load
duke
parents:
diff changeset
   104
                <source-level>1.5</source-level>  <!-- FIXME -->
06bc494ca11e Initial load
duke
parents:
diff changeset
   105
            </compilation-unit>
06bc494ca11e Initial load
duke
parents:
diff changeset
   106
        </java-data>
06bc494ca11e Initial load
duke
parents:
diff changeset
   107
    </configuration>
06bc494ca11e Initial load
duke
parents:
diff changeset
   108
</project>