Skip to content

Commit cedcb89

Browse files
committed
[API change] Added DataSourceWindowManager.openDataSource(dataSource, selectView, viewIndex) to enable opening defined subtab.
1 parent a0d1a43 commit cedcb89

File tree

4 files changed

+833
-806
lines changed

4 files changed

+833
-806
lines changed

visualvm/core/manifest.mf

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Manifest-Version: 1.0
2-
AutoUpdate-Show-In-Client: false
3-
AutoUpdate-Essential-Module: true
4-
OpenIDE-Module: com.sun.tools.visualvm.core/0
5-
OpenIDE-Module-Layer: com/sun/tools/visualvm/core/layer.xml
6-
OpenIDE-Module-Localizing-Bundle: com/sun/tools/visualvm/core/Bundle.properties
7-
OpenIDE-Module-Install: com/sun/tools/visualvm/core/Install.class
8-
OpenIDE-Module-Specification-Version: 1.4
9-
1+
Manifest-Version: 1.0
2+
AutoUpdate-Show-In-Client: false
3+
AutoUpdate-Essential-Module: true
4+
OpenIDE-Module: com.sun.tools.visualvm.core/0
5+
OpenIDE-Module-Layer: com/sun/tools/visualvm/core/layer.xml
6+
OpenIDE-Module-Localizing-Bundle: com/sun/tools/visualvm/core/Bundle.properties
7+
OpenIDE-Module-Install: com/sun/tools/visualvm/core/Install.class
8+
OpenIDE-Module-Specification-Version: 1.5
9+

0 commit comments

Comments
 (0)