Skip to content

Commit d0f4c48

Browse files
committed
module nashorn.jdk15 renamed to org.graalvm.visualvm.nashorn.jdk15
1 parent 197b050 commit d0f4c48

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

visualvm/nashorn.jdk15/build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
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.nashorn.jdk15" default="netbeans" basedir=".">
6-
<description>Builds, tests, and runs the project org.graalvm.visualvm.modules.nashorn.jdk15.</description>
5+
<project name="org.graalvm.visualvm.nashorn.jdk15" default="netbeans" basedir=".">
6+
<description>Builds, tests, and runs the project org.graalvm.visualvm.nashorn.jdk15.</description>
77
<import file="nbproject/build-impl.xml"/>
88
<target name="download-all-extbins" unless="ext.binaries.downloaded" depends="init">
99
<echo>Downloading external binaries (external/ directory)...</echo>

visualvm/nashorn.jdk15/manifest.mf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Manifest-Version: 1.0
22
AutoUpdate-Show-In-Client: false
33
OpenIDE-Module-Java-Dependencies: Java > 15
4-
OpenIDE-Module: org.graalvm.visualvm.modules.nashorn.jdk15
5-
OpenIDE-Module-Localizing-Bundle: org/graalvm/visualvm/modules/nashorn/jdk15/Bundle.properties
4+
OpenIDE-Module: org.graalvm.visualvm.nashorn.jdk15
5+
OpenIDE-Module-Localizing-Bundle: org/graalvm/visualvm/nashorn/jdk15/Bundle.properties
66
OpenIDE-Module-Specification-Version: 1.1
77

visualvm/nashorn.jdk15/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.nashorn.jdk15-impl" basedir="..">
6+
<project name="org.graalvm.visualvm.nashorn.jdk15-impl" basedir="..">
77
<property file="nbproject/private/suite-private.properties"/>
88
<property file="nbproject/suite.properties"/>
99
<fail unless="suite.dir">You must set 'suite.dir' to point to your containing module suite</fail>

visualvm/nashorn.jdk15/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.nashorn.jdk15</code-name-base>
6+
<code-name-base>org.graalvm.visualvm.nashorn.jdk15</code-name-base>
77
<suite-component/>
88
<module-dependencies>
99
<dependency>

0 commit comments

Comments
 (0)