Skip to content

Commit 5aa605b

Browse files
committed
Rename the package name from net.sf.efhnbm.options.spi to net.sf.efhnbm.options
1 parent 65f5518 commit 5aa605b

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

src/net/sf/efhnbm/LaunchersFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import net.sf.efhnbm.launchers.CommandLauncher;
2525
import net.sf.efhnbm.launchers.LinuxLauncher;
2626
import net.sf.efhnbm.launchers.Win32Launcher;
27-
import net.sf.efhnbm.options.spi.EFHSettings;
27+
import net.sf.efhnbm.options.EFHSettings;
2828
import net.sf.efhnbm.utils.Utils;
2929
import org.openide.util.SharedClassObject;
3030

File renamed without changes.

src/net/sf/efhnbm/options/spi/EFHOptionPanel.form renamed to src/net/sf/efhnbm/options/EFHOptionPanel.form

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
1212
<Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
1313
<TitledBorder title="Use">
14-
<ResourceString PropertyName="titleX" bundle="net/sf/efhnbm/options/spi/Bundle.properties" key="EFHOptionPanel.border.title" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
14+
<ResourceString PropertyName="titleX" bundle="net/sf/efhnbm/options/Bundle.properties" key="EFHOptionPanel.border.title" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
1515
</TitledBorder>
1616
</Border>
1717
</Property>
@@ -104,7 +104,7 @@
104104
<ComponentRef name="optionGroup"/>
105105
</Property>
106106
<Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
107-
<ResourceString bundle="net/sf/efhnbm/options/spi/Bundle.properties" key="EFHOptionPanel.bundleOption.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
107+
<ResourceString bundle="net/sf/efhnbm/options/Bundle.properties" key="EFHOptionPanel.bundleOption.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
108108
</Property>
109109
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
110110
<Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">
@@ -125,7 +125,7 @@
125125
<ComponentRef name="optionGroup"/>
126126
</Property>
127127
<Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
128-
<ResourceString bundle="net/sf/efhnbm/options/spi/Bundle.properties" key="EFHOptionPanel.classOption.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
128+
<ResourceString bundle="net/sf/efhnbm/options/Bundle.properties" key="EFHOptionPanel.classOption.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
129129
</Property>
130130
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
131131
<Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">
@@ -146,7 +146,7 @@
146146
<ComponentRef name="optionGroup"/>
147147
</Property>
148148
<Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
149-
<ResourceString bundle="net/sf/efhnbm/options/spi/Bundle.properties" key="EFHOptionPanel.commandOption.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
149+
<ResourceString bundle="net/sf/efhnbm/options/Bundle.properties" key="EFHOptionPanel.commandOption.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
150150
</Property>
151151
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
152152
<Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">
@@ -163,14 +163,14 @@
163163
<Component class="javax.swing.JLabel" name="commandExploreLabel">
164164
<Properties>
165165
<Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
166-
<ResourceString bundle="net/sf/efhnbm/options/spi/Bundle.properties" key="EFHOptionPanel.commandExploreLabel.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
166+
<ResourceString bundle="net/sf/efhnbm/options/Bundle.properties" key="EFHOptionPanel.commandExploreLabel.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
167167
</Property>
168168
</Properties>
169169
</Component>
170170
<Component class="javax.swing.JLabel" name="commandSelectLabel">
171171
<Properties>
172172
<Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
173-
<ResourceString bundle="net/sf/efhnbm/options/spi/Bundle.properties" key="EFHOptionPanel.commandSelectLabel.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
173+
<ResourceString bundle="net/sf/efhnbm/options/Bundle.properties" key="EFHOptionPanel.commandSelectLabel.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
174174
</Property>
175175
</Properties>
176176
</Component>
@@ -179,7 +179,7 @@
179179
<Component class="javax.swing.JButton" name="browseCommandButtonSelect">
180180
<Properties>
181181
<Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
182-
<ResourceString bundle="net/sf/efhnbm/options/spi/Bundle.properties" key="EFHOptionPanel.browseCommandButtonSelect.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
182+
<ResourceString bundle="net/sf/efhnbm/options/Bundle.properties" key="EFHOptionPanel.browseCommandButtonSelect.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
183183
</Property>
184184
</Properties>
185185
<Events>
@@ -191,7 +191,7 @@
191191
<Component class="javax.swing.JButton" name="browseCommandButtonExplore">
192192
<Properties>
193193
<Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
194-
<ResourceString bundle="net/sf/efhnbm/options/spi/Bundle.properties" key="EFHOptionPanel.browseCommandButtonExplore.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
194+
<ResourceString bundle="net/sf/efhnbm/options/Bundle.properties" key="EFHOptionPanel.browseCommandButtonExplore.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
195195
</Property>
196196
</Properties>
197197
<Events>

src/net/sf/efhnbm/options/spi/EFHOptionPanel.java renamed to src/net/sf/efhnbm/options/EFHOptionPanel.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Contributor(s): alessandro negrin.
1414
*
1515
*/
16-
package net.sf.efhnbm.options.spi;
16+
package net.sf.efhnbm.options;
1717

1818
import java.awt.event.ActionEvent;
1919
import java.awt.event.ActionListener;
@@ -133,7 +133,7 @@ private void initComponents() {
133133

134134
bundleOption.setBackground(null);
135135
optionGroup.add(bundleOption);
136-
ResourceBundle bundle = ResourceBundle.getBundle("net/sf/efhnbm/options/spi/Bundle"); // NOI18N
136+
ResourceBundle bundle = ResourceBundle.getBundle("net/sf/efhnbm/options/Bundle"); // NOI18N
137137
bundleOption.setText(bundle.getString("EFHOptionPanel.bundleOption.text")); // NOI18N
138138
bundleOption.setBorder(BorderFactory.createEmptyBorder(0, 0, 0, 0));
139139
bundleOption.addActionListener(new ActionListener() {

src/net/sf/efhnbm/options/spi/EFHPanelController.java renamed to src/net/sf/efhnbm/options/EFHPanelController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Contributor(s): alessandro negrin.
1414
*
1515
*/
16-
package net.sf.efhnbm.options.spi;
16+
package net.sf.efhnbm.options;
1717

1818
import java.beans.PropertyChangeListener;
1919
import java.beans.PropertyChangeSupport;

src/net/sf/efhnbm/options/spi/EFHSettings.java renamed to src/net/sf/efhnbm/options/EFHSettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Contributor(s): alessandro negrin.
1414
*
1515
*/
16-
package net.sf.efhnbm.options.spi;
16+
package net.sf.efhnbm.options;
1717

1818
import java.io.IOException;
1919
import java.io.ObjectInput;

0 commit comments

Comments
 (0)