Skip to content

Commit e730132

Browse files
committed
VisualVM is now built on top of NetBeans 11.3 FCS
1 parent 82a0fc2 commit e730132

File tree

5 files changed

+49
-5
lines changed

5 files changed

+49
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ First download or clone this repository into directory `visualvm`. There are two
1414

1515
## Configure the dependencies
1616

17-
Then extract the [NetBeans Platform 11.1](visualvm/nb111_platform_08102019.zip) into directory `visualvm/visualvm` (should create `visualvm/visualvm/netbeans`).
17+
Then extract the [NetBeans Platform 11.3](visualvm/nb113_platform_19062020..zip) into directory `visualvm/visualvm` (should create `visualvm/visualvm/netbeans`).
1818

1919
## Build and run VisualVM tool
2020

THIRDPARTYLICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Apache NetBeans 11.1
1+
Apache NetBeans 11.3
22
Version 2.0, January 2004
33
http://www.apache.org/licenses/
44

visualvm/build-nb-ml.sh

Lines changed: 47 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
22

3-
# NetBeans 11.1 FCS
4-
REV=d9ec4e569177f19413439e1775707928cc93e1a5
3+
# NetBeans 11.3 FCS
4+
REV=6b879cb782eaa4f13a731aff82eada11289a66f7
55
REV_L10N=1180ea1ceb30
6-
ZIPNAME=nb111_platform_`date "+%d%m%Y"`
6+
ZIPNAME=nb113_platform_`date "+%d%m%Y"`
77

88
set -e
99

@@ -67,6 +67,50 @@ index 4adfc32095..7712a2f8b3 100644
6767
}
6868
if (bgColor.getAlpha() > 0) {
6969
double circPosX = (width - d) / 2.0;
70+
diff --git a/nbbuild/cluster.properties b/nbbuild/cluster.properties
71+
index 48b940b88152..b5101f2abe25 100644
72+
--- a/nbbuild/cluster.properties
73+
+++ b/nbbuild/cluster.properties
74+
@@ -218,16 +218,13 @@ nb.cluster.platform=\
75+
editor.mimelookup,\
76+
editor.mimelookup.impl,\
77+
favorites,\
78+
- janitor,\
79+
javahelp,\
80+
junitlib,\
81+
keyring,\
82+
keyring.fallback,\
83+
keyring.impl,\
84+
lib.uihandler,\
85+
- libs.batik.read,\
86+
libs.felix,\
87+
- libs.flatlaf,\
88+
libs.javafx,\
89+
libs.jna,\
90+
libs.jna.platform,\
91+
@@ -250,14 +247,9 @@ nb.cluster.platform=\
92+
net.java.html.json,\
93+
net.java.html.sound,\
94+
netbinox,\
95+
- o.apache.commons.codec,\
96+
- o.apache.commons.io,\
97+
- o.apache.commons.logging,\
98+
o.n.core,\
99+
o.n.html.ko4j,\
100+
o.n.html.xhr4j,\
101+
- o.n.swing.laf.dark,\
102+
- o.n.swing.laf.flatlaf,\
103+
o.n.swing.outline,\
104+
o.n.swing.plaf,\
105+
o.n.swing.tabcontrol,\
106+
@@ -276,7 +268,6 @@ nb.cluster.platform=\
107+
openide.options,\
108+
openide.text,\
109+
openide.util.enumerations,\
110+
- openide.util.ui.svg,\
111+
openide.windows,\
112+
options.api,\
113+
options.keymap,\
70114
EOF
71115
git status
72116

0 commit comments

Comments
 (0)