Skip to content

Commit f02fc1e

Browse files
committed
VisualVM 2.0 branding
1 parent 96b46f6 commit f02fc1e

File tree

18 files changed

+24
-24
lines changed

18 files changed

+24
-24
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# VisualVM (master) sources repository
1+
# VisualVM 2.0 sources repository
22

33
VisualVM is a visual tool integrating commandline JDK tools and lightweight profiling capabilities. See https://visualvm.github.io for details, downloads and documentation.
44

l10n/src/ja/visualvm/com-sun-tools-visualvm-core/com-sun-tools-visualvm-core/com/sun/tools/visualvm/core/Bundle_ja.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
2727
OpenIDE-Module-Name=VisualVM - \u30b3\u30a2
2828
OpenIDE-Module-Short-Description=VisualVM \u306e\u4e3b\u306a\u30e2\u30b8\u30e5\u30fc\u30eb
29-
com_sun_tools_visualvm_core_update_center=https://visualvm.github.io/uc/dev/updates.xml.gz?{$netbeans.hash.code}
30-
Services/AutoupdateType/com_sun_tools_visualvm_core_update_center.instance=VisualVM \u30d7\u30e9\u30b0\u30a4\u30f3\u30bb\u30f3\u30bf\u30fc
29+
com_sun_tools_visualvm_core_update_center=https://visualvm.github.io/uc/release20/updates.xml.gz?{$netbeans.hash.code}
30+
Services/AutoupdateType/com_sun_tools_visualvm_core_update_center.instance=VisualVM 2.0 \u30d7\u30e9\u30b0\u30a4\u30f3\u30bb\u30f3\u30bf\u30fc
3131
Menu/Applications=\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3(&A)
3232
Toolbars/Snapshot=\u30b9\u30ca\u30c3\u30d7\u30b7\u30e7\u30c3\u30c8(&S)
3333
Toolbars/DataSource=\u30c7\u30fc\u30bf\u30bd\u30fc\u30b9(&D)

l10n/src/zh_CN/visualvm/com-sun-tools-visualvm-core/com-sun-tools-visualvm-core/com/sun/tools/visualvm/core/Bundle_zh_CN.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
2727
OpenIDE-Module-Name=VisualVM-Core
2828
OpenIDE-Module-Short-Description=VisualVM \u4e3b\u6a21\u5757
29-
com_sun_tools_visualvm_core_update_center=https://visualvm.github.io/uc/dev/updates.xml.gz?{$netbeans.hash.code}
30-
Services/AutoupdateType/com_sun_tools_visualvm_core_update_center.instance=VisualVM \u63d2\u4ef6\u4e2d\u5fc3
29+
com_sun_tools_visualvm_core_update_center=https://visualvm.github.io/uc/release20/updates.xml.gz?{$netbeans.hash.code}
30+
Services/AutoupdateType/com_sun_tools_visualvm_core_update_center.instance=VisualVM 2.0 \u63d2\u4ef6\u4e2d\u5fc3
3131
Menu/Applications=\u5e94\u7528\u7a0b\u5e8f(&A)
3232
Toolbars/Snapshot=\u5feb\u7167(&S)
3333
Toolbars/DataSource=\u6570\u636e\u6e90(&D)

visualvm/appui/src/org/graalvm/visualvm/modules/appui/AboutAction.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
public final class AboutAction extends AbstractAction {
5353
private final static Logger LOGGER = Logger.getLogger(AboutAction.class.getName());
5454

55-
private String versionString = "Dev"; // Use "Dev" for development builds // NOI18N
55+
private String versionString = "2.0"; // Use "Dev" for development builds // NOI18N
5656

5757

5858
public AboutAction() {

visualvm/appui/src/org/graalvm/visualvm/modules/appui/Bundle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ OpenIDE-Module-Short-Description=UI customizations for VisualVM
3131

3232
LBL_About_VisualVM=About VisualVM
3333

34-
LBL_Version_Build=Version: {0} (Build {1})
34+
LBL_Version_Build=Version: {0}
3535

3636
MSG_License=<b>VisualVM</b> has been licensed under the GNU General Public License (GPL) Version 2 with Classpath Exception.
3737

Loading
Loading

visualvm/branding/core/core.jar/org/netbeans/core/startup/Bundle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# or visit www.oracle.com if you need additional information or have any
2323
# questions.
2424

25-
currentVersion=VisualVM {0}
25+
currentVersion=VisualVM 2.0
2626
LBL_splash_window_title=Starting VisualVM
2727
SPLASH_HEIGHT=310
2828
SPLASH_WIDTH=530
Loading

visualvm/branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
# or visit www.oracle.com if you need additional information or have any
2323
# questions.
2424

25-
CTL_MainWindow_Title=VisualVM {0}
26-
CTL_MainWindow_Title_No_Project=VisualVM {0}
25+
CTL_MainWindow_Title=VisualVM 2.0
26+
CTL_MainWindow_Title_No_Project=VisualVM 2.0

visualvm/branding/modules/org-netbeans-core.jar/org/netbeans/core/ui/Bundle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
# or visit www.oracle.com if you need additional information or have any
2323
# questions.
2424

25-
LBL_ProductInformation=VisualVM
25+
LBL_ProductInformation=VisualVM 2.0

visualvm/core/src/org/graalvm/visualvm/core/boot/Bundle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
OpenIDE-Module-Display-Category=Infrastructure
2727
OpenIDE-Module-Name=VisualVM-Core
2828
OpenIDE-Module-Short-Description=VisualVM main module
29-
com_sun_tools_visualvm_core_update_center=https://visualvm.github.io/uc/dev/updates.xml.gz?{$netbeans.hash.code}
30-
Services/AutoupdateType/com_sun_tools_visualvm_core_update_center.instance=VisualVM Plugins Center
29+
com_sun_tools_visualvm_core_update_center=https://visualvm.github.io/uc/release20/updates.xml.gz?{$netbeans.hash.code}
30+
Services/AutoupdateType/com_sun_tools_visualvm_core_update_center.instance=VisualVM 2.0 Plugins Center
3131
Menu/Applications=&Applications
3232
Toolbars/Snapshot=&Snapshot
3333
Toolbars/DataSource=&Data Source

visualvm/launcher/visualvm.conf

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@
5151
# Cachedir must be different from userdir. The same cachedir and userdir
5252
# would cause problems.
5353
#
54-
visualvm_default_userdir="${DEFAULT_USERDIR_ROOT}/dev"
55-
visualvm_default_cachedir="${DEFAULT_CACHEDIR_ROOT}/dev"
54+
visualvm_default_userdir="${DEFAULT_USERDIR_ROOT}/2.0"
55+
visualvm_default_cachedir="${DEFAULT_CACHEDIR_ROOT}/2.0"
5656

5757
# Options used by VisualVM launcher by default:
5858
# (can be overridden by explicit command line switches)
5959
#
6060

61-
visualvm_default_options="-J-client -J-Xms24m -J-Xmx768m -J-Dnetbeans.accept_license_class=org.graalvm.visualvm.modules.startup.AcceptLicense -J-Dsun.jvmstat.perdata.syncWaitMs=10000 -J-Dsun.java2d.noddraw=true -J-Dsun.java2d.d3d=false -J-Dorg.netbeans.core.TimeableEventQueue.quantum=360000 -J-Dpolyglot.js.nashorn-compat=true -J-Dsun.misc.URLClassPath.disableJarChecking=true -J--add-exports=java.desktop/sun.awt=ALL-UNNAMED -J--add-exports=jdk.internal.jvmstat/sun.jvmstat.monitor.event=ALL-UNNAMED -J--add-exports=jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED -J--add-exports=java.desktop/sun.swing=ALL-UNNAMED -J--add-exports=jdk.attach/sun.tools.attach=ALL-UNNAMED -J--add-opens=java.base/java.net=ALL-UNNAMED -J--add-opens=java.base/java.lang.ref=ALL-UNNAMED -J--add-opens=java.base/java.lang=ALL-UNNAMED -J--add-opens=java.desktop/javax.swing=ALL-UNNAMED -J--add-opens=java.desktop/javax.swing.plaf.basic=ALL-UNNAMED -J-XX:+IgnoreUnrecognizedVMOptions -J-Dnetbeans.logger.console=true -J-ea"
61+
visualvm_default_options="-J-client -J-Xms24m -J-Xmx768m -J-Dnetbeans.accept_license_class=org.graalvm.visualvm.modules.startup.AcceptLicense -J-Dsun.jvmstat.perdata.syncWaitMs=10000 -J-Dsun.java2d.noddraw=true -J-Dsun.java2d.d3d=false -J-Dorg.netbeans.core.TimeableEventQueue.quantum=360000 -J-Dpolyglot.js.nashorn-compat=true -J-Dsun.misc.URLClassPath.disableJarChecking=true -J--add-exports=java.desktop/sun.awt=ALL-UNNAMED -J--add-exports=jdk.internal.jvmstat/sun.jvmstat.monitor.event=ALL-UNNAMED -J--add-exports=jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED -J--add-exports=java.desktop/sun.swing=ALL-UNNAMED -J--add-exports=jdk.attach/sun.tools.attach=ALL-UNNAMED -J--add-opens=java.base/java.net=ALL-UNNAMED -J--add-opens=java.base/java.lang.ref=ALL-UNNAMED -J--add-opens=java.base/java.lang=ALL-UNNAMED -J--add-opens=java.desktop/javax.swing=ALL-UNNAMED -J--add-opens=java.desktop/javax.swing.plaf.basic=ALL-UNNAMED -J-XX:+IgnoreUnrecognizedVMOptions"
6262
# for development purposes you may wish to append: -J-Dnetbeans.logger.console=true -J-ea
6363

6464
# Default location of JDK:

visualvm/launcher/visualvm.exe

264 Bytes
Binary file not shown.

visualvm/launcher/windows-src/nbproject/project.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<type>org.netbeans.modules.cnd.makeproject</type>
44
<configuration>
55
<data xmlns="http://www.netbeans.org/ns/make-project/1">
6-
<name>VisualVM Launcher Win</name>
6+
<name>VisualVM 2.0 Launcher Win</name>
77
<make-project-type>0</make-project-type>
88
<c-extensions/>
99
<cpp-extensions>cpp</cpp-extensions>

visualvm/launcher/windows-src/version.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525

2626
#define COMPANY "Oracle Corporation"
2727
#define COMPONENT "VisualVM"
28-
#define VER "0.0.0.0"
29-
#define FVER 0,0,0,0
30-
#define BUILD_ID "0"
28+
#define VER "2.0.0.0"
29+
#define FVER 2,0,0,0
30+
#define BUILD_ID "28012020"
3131
#define INTERNAL_NAME "visualvm"
32-
#define COPYRIGHT "\xA9 2007, 2014, Oracle and/or its affiliates. All rights reserved."
32+
#define COPYRIGHT "\xA9 2007, 2020, Oracle and/or its affiliates. All rights reserved."
3333
#define FNAME "visualvm.exe"
34-
#define NAME "VisualVM Dev. build"
34+
#define NAME "VisualVM"
3535

visualvm/launcher/windows-src/visualvm.exe.manifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3-
<assemblyIdentity version="0.0.0.0"
3+
<assemblyIdentity version="2.0.0.0"
44
processorArchitecture="X86"
55
name="visualvm.exe"
66
type="win32"/>

visualvm/nbproject/project.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
app.icon=branding/core/core.jar/org/netbeans/core/startup/frame48.gif
22
app.name=${branding.token}
3-
app.title=VisualVM
3+
app.title=VisualVM 2.0
44
modules=\
55
${project.org.graalvm.visualvm.core}:\
66
${project.org.graalvm.visualvm.modules.appui}:\

0 commit comments

Comments
 (0)