Skip to content

Commit 03d88ba

Browse files
committed
disable Performance toolbar
1 parent dbdac85 commit 03d88ba

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-0
lines changed
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
<?xml version="1.0"?>
2+
<!--
3+
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
4+
5+
Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
6+
7+
Oracle and Java are registered trademarks of Oracle and/or its affiliates.
8+
Other names may be trademarks of their respective owners.
9+
10+
11+
The contents of this file are subject to the terms of either the GNU
12+
General Public License Version 2 only ("GPL") or the Common
13+
Development and Distribution License("CDDL") (collectively, the
14+
"License"). You may not use this file except in compliance with the
15+
License. You can obtain a copy of the License at
16+
http://www.netbeans.org/cddl-gplv2.html
17+
or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
18+
specific language governing permissions and limitations under the
19+
License. When distributing the software, include this License Header
20+
Notice in each file and include the License file at
21+
nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this
22+
particular file as subject to the "Classpath" exception as provided
23+
by Oracle in the GPL Version 2 section of the License file that
24+
accompanied this code. If applicable, add the following below the
25+
License Header, with the fields enclosed by brackets [] replaced by
26+
your own identifying information:
27+
"Portions Copyrighted [year] [name of copyright owner]"
28+
29+
Contributor(s):
30+
31+
The Original Software is NetBeans. The Initial Developer of the Original
32+
Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
33+
Microsystems, Inc. All Rights Reserved.
34+
35+
If you wish your version of this file to be governed by only the CDDL
36+
or only the GPL Version 2, indicate your decision by adding
37+
"[Contributor] elects to include this software in this distribution
38+
under the [CDDL or GPL Version 2] license." If you do not indicate a
39+
single choice of license, a recipient has the option to distribute
40+
your version of this file under either the CDDL, the GPL Version 2 or
41+
to extend the choice of license to its licensees as provided above.
42+
However, if you add GPL Version 2 code and therefore, elected the GPL
43+
Version 2 license, then the option applies only if the new code is
44+
made subject to such option by the copyright holder.
45+
-->
46+
47+
<!DOCTYPE Configuration PUBLIC "-//NetBeans IDE//DTD toolbar//EN" "http://www.netbeans.org/dtds/toolbar.dtd">
48+
49+
<Configuration>
50+
<Row>
51+
<Toolbar name="File" />
52+
<Toolbar name="Clipboard" visible="false"/>
53+
<Toolbar name="UndoRedo" />
54+
<Toolbar name="Memory" visible="false"/>
55+
</Row>
56+
57+
</Configuration>

visualvm/appui/src/com/sun/tools/visualvm/modules/appui/layer.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@
171171
<file name="Clipboard_hidden"/>
172172
<file name="Edit_hidden"/>
173173
<file name="Profile_hidden"/>
174+
<file name="Standard.xml" url="Standard.xml"/>
174175
<file name="UndoRedo_hidden"/>
175176
<file name="QuickSearch_hidden"/>
176177
</folder>

0 commit comments

Comments
 (0)