Skip to content

Commit 2d4ee0f

Browse files
committed
Refactor two modules codebase path
1 parent ad22441 commit 2d4ee0f

File tree

12 files changed

+15
-15
lines changed

12 files changed

+15
-15
lines changed

PluginsSubMenuExample/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.gephi.plugins.submenu.example" default="netbeans" basedir=".">
6-
<description>Builds, tests, and runs the project org.gephi.plugins.submenu.example.</description>
5+
<project name="org.gephi.plugins.example.submenu" default="netbeans" basedir=".">
6+
<description>Builds, tests, and runs the project org.gephi.plugins.example.submenu.</description>
77
<import file="nbproject/build-impl.xml"/>
88
</project>

PluginsSubMenuExample/manifest.mf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Manifest-Version: 1.0
2-
OpenIDE-Module: org.gephi.plugins.submenu.example
3-
OpenIDE-Module-Localizing-Bundle: org/gephi/plugins/submenu/example/Bundle.properties
2+
OpenIDE-Module: org.gephi.plugins.example.submenu
3+
OpenIDE-Module-Localizing-Bundle: org/gephi/plugins/example/submenu/Bundle.properties
44
OpenIDE-Module-Specification-Version: 1.0
55

PluginsSubMenuExample/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.gephi.plugins.submenu.example</code-name-base>
6+
<code-name-base>org.gephi.plugins.example.submenu</code-name-base>
77
<suite-component/>
88
<module-dependencies>
99
<dependency>

PluginsSubMenuExample/src/org/gephi/plugins/submenu/example/RemoveSelfLoopsAction.java renamed to PluginsSubMenuExample/src/org/gephi/plugins/example/submenu/RemoveSelfLoopsAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Development and Distribution License("CDDL") (collectively, the
3939
4040
Portions Copyrighted 2011 Gephi Consortium.
4141
*/
42-
package org.gephi.plugins.submenu.example;
42+
package org.gephi.plugins.example.submenu;
4343

4444
import java.awt.event.ActionEvent;
4545
import java.awt.event.ActionListener;

PluginsSubMenuExample/src/org/gephi/plugins/submenu/example/TestAction.java renamed to PluginsSubMenuExample/src/org/gephi/plugins/example/submenu/TestAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Development and Distribution License("CDDL") (collectively, the
3939
4040
Portions Copyrighted 2011 Gephi Consortium.
4141
*/
42-
package org.gephi.plugins.submenu.example;
42+
package org.gephi.plugins.example.submenu;
4343

4444
import java.awt.event.ActionEvent;
4545
import java.awt.event.ActionListener;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Development and Distribution License("CDDL") (collectively, the
3939
4040
Portions Copyrighted 2011 Gephi Consortium.
4141
*/
42-
package org.gephi.plugins.submenu.example;
42+
package org.gephi.plugins.example.submenu;
4343

4444
import java.awt.event.ActionEvent;
4545
import java.awt.event.ActionListener;

ProcessorPluginExample/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.gephi.plugins.processor.example" default="netbeans" basedir=".">
6-
<description>Builds, tests, and runs the project org.gephi.plugins.processor.example.</description>
5+
<project name="org.gephi.plugins.example.processor" default="netbeans" basedir=".">
6+
<description>Builds, tests, and runs the project org.gephi.plugins.example.processor.</description>
77
<import file="nbproject/build-impl.xml"/>
88
</project>

ProcessorPluginExample/manifest.mf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Manifest-Version: 1.0
2-
OpenIDE-Module: org.gephi.plugins.processor.example
3-
OpenIDE-Module-Localizing-Bundle: org/gephi/plugins/processor/example/Bundle.properties
2+
OpenIDE-Module: org.gephi.plugins.example.processor
3+
OpenIDE-Module-Localizing-Bundle: org/gephi/plugins/example/processor/Bundle.properties
44
OpenIDE-Module-Specification-Version: 1.0
55

ProcessorPluginExample/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.gephi.plugins.processor.example</code-name-base>
6+
<code-name-base>org.gephi.plugins.example.processor</code-name-base>
77
<suite-component/>
88
<module-dependencies>
99
<dependency>

0 commit comments

Comments
 (0)