jdk/src/share/sample/jmx/jmx-scandir/nbproject/project.xml
author tonyp
Wed, 19 Aug 2009 12:53:25 -0400
changeset 3691 c84b8483cd2c
parent 2 90ce3da70b43
child 5506 202f599c92aa
permissions -rw-r--r--
6871111: G1: remove the concurrent overhead tracker Summary: Removing the concurrent overhead tracker from G1, along with the GC overhead reporter and the G1AccountConcurrentOverhead (both of which rely on the the concurrent overhead tracker). Reviewed-by: iveresov, johnc
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
<!--
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
 Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
 Redistribution and use in source and binary forms, with or without
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
 modification, are permitted provided that the following conditions
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
 are met:
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
   - Redistributions of source code must retain the above copyright
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
     notice, this list of conditions and the following disclaimer.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
   - Redistributions in binary form must reproduce the above copyright
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
     notice, this list of conditions and the following disclaimer in the
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
     documentation and/or other materials provided with the distribution.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
   - Neither the name of Sun Microsystems nor the names of its
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
     contributors may be used to endorse or promote products derived
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
     from this software without specific prior written permission.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
 PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
-->
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
<project xmlns="http://www.netbeans.org/ns/project/1">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
    <type>org.netbeans.modules.ant.freeform</type>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
    <configuration>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
            <name>jmx-scandir</name>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
            <properties>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
                <property-file>user.build.properties</property-file>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
                <property-file>build.properties</property-file>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
                <property name="nbjdk.bootclasspath">${nbjdk.home}/jre/lib/rt.jar</property>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
            </properties>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
            <folders>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
                <source-folder>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
                    <label>JDK Demo</label>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
                    <location>${main.dir}</location>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
                </source-folder>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
                <source-folder>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
                    <label>Sources</label>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
                    <type>java</type>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
                    <location>${src.dir}</location>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
                </source-folder>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
                <source-folder>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
                    <label>test</label>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
                    <type>java</type>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
                    <location>test</location>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
                </source-folder>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
            </folders>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
            <ide-actions>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
                <action name="build">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
                    <target>jar</target>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
                </action>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
                <action name="clean">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
                    <target>clean</target>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
                </action>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
                <action name="rebuild">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
                    <target>clean</target>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
                    <target>jar</target>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
                </action>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
                <action name="run">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
                    <target>run</target>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
                </action>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
                <action name="ReadMe">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
                    <script>nbproject/netbeans-targets.xml</script>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
                    <target>show-info</target>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
                </action>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
                <action name="javadoc">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
                    <script>nbproject/netbeans-targets.xml</script>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
                    <target>show-javadoc</target>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
                </action>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
                <action name="debug">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
                    <script>nbproject/netbeans-targets.xml</script>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
                    <target>debug</target>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
                </action>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
                <action name="compile.single">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
                    <script>nbproject/file-targets.xml</script>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
                    <target>compile-selected</target>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
                    <context>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
                        <property>includes</property>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
                        <folder>${src.dir}</folder>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
                        <pattern>\.java$</pattern>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
                        <format>relative-path</format>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
                        <arity>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
                            <separated-files>,</separated-files>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
                        </arity>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
                    </context>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
                </action>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
                <action name="run.single">
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
                    <target>run</target>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
                    <context>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
                        <property>main.class</property>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
                        <folder>${src.dir}</folder>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
                        <pattern>\.java$</pattern>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
                        <format>java-name</format>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
                        <arity>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
                            <one-file-only/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
                        </arity>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
                    </context>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
                </action>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
                <action name="debug.single">
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
                    <script>nbproject/netbeans-targets.xml</script>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
                    <target>debug</target>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
                    <context>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
                        <property>main.class</property>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
                        <folder>${src.dir}</folder>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
                        <pattern>\.java$</pattern>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
                        <format>java-name</format>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
                        <arity>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
                            <one-file-only/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
                        </arity>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
                    </context>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
                </action>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
                <action name="debug.fix">
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
                    <script>nbproject/netbeans-targets.xml</script>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
                    <target>debug-fix</target>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
                    <context>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
                        <property>class</property>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
                        <folder>${src.dir}</folder>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
                        <pattern>\.java$</pattern>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
                        <format>relative-path-noext</format>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
                        <arity>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
                            <one-file-only/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   134
                        </arity>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
                    </context>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
                </action>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
                <action name="test">
90ce3da70b43 Initial load
duke
parents:
diff changeset
   138
                    <target>test</target>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
                </action>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
            </ide-actions>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
            <export>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
                <type>folder</type>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
                <location>${classes.dir}</location>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
                <build-target>jar</build-target>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
            </export>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
            <export>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
                <type>jar</type>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
                <location>${jar}</location>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
                <build-target>jar</build-target>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
            </export>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
            <export>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
                <type>folder</type>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
                <location>${build.test.classes.dir}</location>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
                <build-target>jar</build-target>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
            </export>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
            <view>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
                <items>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
                    <source-folder style="packages">
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
                        <label>Sources</label>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
                        <location>${src.dir}</location>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
                    </source-folder>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
                    <source-folder style="packages">
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
                        <label>test</label>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
                        <location>test</location>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   165
                    </source-folder>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   166
                    <source-file>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   167
                        <location>${main.dir}/index.html</location>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   168
                    </source-file>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   169
                </items>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   170
                <context-menu>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   171
                    <ide-action name="ReadMe"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   172
                    <ide-action name="build"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   173
                    <ide-action name="clean"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   174
                    <ide-action name="rebuild"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   175
                    <ide-action name="javadoc"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   176
                    <ide-action name="debug"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   177
                    <!-- ide-action name="test"/ -->
90ce3da70b43 Initial load
duke
parents:
diff changeset
   178
                    <separator/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   179
                    <action>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   180
                        <label>Run Agent</label>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   181
                        <target>run-agent</target>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   182
                    </action>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   183
                    <action>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   184
                        <label>Run Client</label>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   185
                        <target>run-client</target>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   186
                    </action>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   187
                </context-menu>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   188
            </view>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   189
            <subprojects/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   190
        </general-data>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   191
        <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/2">
90ce3da70b43 Initial load
duke
parents:
diff changeset
   192
            <compilation-unit>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   193
                <package-root>${src.dir}</package-root>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   194
                <classpath mode="compile">${cp}</classpath>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   195
                <classpath mode="execute">${run.cp}</classpath>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   196
                <classpath mode="boot">${nbjdk.bootclasspath}</classpath>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   197
                <built-to>${classes.dir}</built-to>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   198
                <built-to>${jar}</built-to>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   199
                <javadoc-built-to>${javadoc.dir}</javadoc-built-to>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   200
                <source-level>1.5</source-level>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   201
            </compilation-unit>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   202
            <compilation-unit>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   203
                <package-root>test</package-root>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   204
                <unit-tests/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   205
                <built-to>${build.test.classes.dir}</built-to>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   206
                <source-level>1.5</source-level>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   207
            </compilation-unit>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   208
        </java-data>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   209
    </configuration>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   210
</project>