Skip to content

Commit bb37b34

Browse files
committed
module name fixed - org.graalvm.visualvm.modules.graalvm -> org.graalvm.visualvm.graalvm
1 parent fb2a3d9 commit bb37b34

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

visualvm/graalvm/build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- You may freely edit this file. See harness/README in the NetBeans platform -->
33
<!-- for some information on what you could do (e.g. targets to override). -->
44
<!-- If you delete this file and reopen the project it will be recreated. -->
5-
<project name="org.graalvm.visualvm.modules.graalvm" default="netbeans" basedir=".">
6-
<description>Builds, tests, and runs the project org.graalvm.visualvm.modules.graalvm.</description>
5+
<project name="org.graalvm.visualvm.graalvm" default="netbeans" basedir=".">
6+
<description>Builds, tests, and runs the project org.graalvm.visualvm.graalvm.</description>
77
<import file="nbproject/build-impl.xml"/>
88
</project>

visualvm/graalvm/manifest.mf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Manifest-Version: 1.0
22
AutoUpdate-Show-In-Client: false
3-
OpenIDE-Module: org.graalvm.visualvm.modules.graalvm/2
3+
OpenIDE-Module: org.graalvm.visualvm.graalvm/2
44
OpenIDE-Module-Install: org/graalvm/visualvm/graalvm/Installer.class
55
OpenIDE-Module-Localizing-Bundle: org/graalvm/visualvm/graalvm/Bundle.properties
66
OpenIDE-Module-Specification-Version: 2.0

visualvm/graalvm/nbproject/build-impl.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*** GENERATED FROM project.xml - DO NOT EDIT ***
44
*** EDIT ../build.xml INSTEAD ***
55
-->
6-
<project name="org.graalvm.visualvm.modules.graalvm-impl" basedir="..">
6+
<project name="org.graalvm.visualvm.graalvm-impl" basedir="..">
77
<fail message="Please build using Ant 1.7.1 or higher.">
88
<condition>
99
<not>

visualvm/graalvm/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.apisupport.project</type>
44
<configuration>
55
<data xmlns="http://www.netbeans.org/ns/nb-module-project/3">
6-
<code-name-base>org.graalvm.visualvm.modules.graalvm</code-name-base>
6+
<code-name-base>org.graalvm.visualvm.graalvm</code-name-base>
77
<suite-component/>
88
<module-dependencies>
99
<dependency>

0 commit comments

Comments
 (0)