Skip to content

Commit 3eeefa0

Browse files
committed
VisualVM 1.3.2 branding
1 parent 1758d03 commit 3eeefa0

File tree

13 files changed

+14
-14
lines changed

13 files changed

+14
-14
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# VisualVM 1.4.1 sources repository
1+
# VisualVM 1.4.2 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

@@ -8,13 +8,13 @@ Use Apache Ant 1.9.9 or above and Oracle JDK 8 to build VisualVM from this repos
88

99
## Get the sources
1010

11-
First download or clone (and `git checkout release141`) this repository into directory `visualvm`. There are two project suites included:
11+
First download or clone (and `git checkout release142`) this repository into directory `visualvm`. There are two project suites included:
1212
* visualvm (`visualvm/visualvm`) - suite for the core VisualVM tool
1313
* plugins (`visualvm/plugins`) - suite for the VisualVM plugins available in Plugins Center
1414

1515
## Get the dependencies
1616

17-
Then extract the [NetBeans 9.0 Dev platform and profiler binaries](visualvm/nb90_visualvm_23042018.zip) into directory `visualvm/visualvm` (should create `visualvm/visualvm/netbeans`).
17+
Then extract the [NetBeans 9.0 Dev platform and profiler binaries](visualvm/nb90_visualvm_15082018.zip) into directory `visualvm/visualvm` (should create `visualvm/visualvm/netbeans`).
1818

1919
## Build and run VisualVM tool
2020

visualvm/appui/src/com/sun/tools/visualvm/modules/appui/AboutAction.java

Lines changed: 1 addition & 1 deletion
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 = "1.4.1"; // Use "Dev" for development builds // NOI18N
55+
private String versionString = "1.4.2"; // Use "Dev" for development builds // NOI18N
5656

5757

5858
public AboutAction() {
288 Bytes
Loading
171 Bytes
Loading

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

Lines changed: 1 addition & 1 deletion
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 1.4.1
25+
currentVersion=VisualVM 1.4.2
2626
LBL_splash_window_title=Starting VisualVM
2727
SPLASH_HEIGHT=310
2828
SPLASH_WIDTH=530
288 Bytes
Loading

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

Lines changed: 2 additions & 2 deletions
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 1.4.1
26-
CTL_MainWindow_Title_No_Project=VisualVM 1.4.1
25+
CTL_MainWindow_Title=VisualVM 1.4.2
26+
CTL_MainWindow_Title_No_Project=VisualVM 1.4.2

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

Lines changed: 1 addition & 1 deletion
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 1.4.1
25+
LBL_ProductInformation=VisualVM 1.4.2

visualvm/launcher/visualvm.exe

0 Bytes
Binary file not shown.

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

Lines changed: 1 addition & 1 deletion
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 1.4 1 Launcher Win</name>
6+
<name>VisualVM 1.4 2 Launcher Win</name>
77
<make-project-type>0</make-project-type>
88
<c-extensions/>
99
<cpp-extensions>cpp</cpp-extensions>

0 commit comments

Comments
 (0)