Skip to content

Commit

Permalink
moving to an another package
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffroy committed Aug 4, 2011
1 parent 318ab99 commit 1b81f2c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions plugin.xml
Expand Up @@ -70,7 +70,7 @@
<extension
point="org.eclipse.debug.core.launchConfigurationTypes">
<launchConfigurationType
delegate="opaide.editors.launch.OpaClassicConfigurationDelegate"
delegate="opaide.editors.launch.configuration.OpaClassicConfigurationDelegate"
id="opaide.launchConfigurationType"
modes="run"
name="Opa Application"
Expand Down Expand Up @@ -119,7 +119,7 @@
<extension
point="org.eclipse.debug.ui.launchConfigurationTabGroups">
<launchConfigurationTabGroup
class="opaide.editors.launch.OpaClassicLaunchConfigurationTabGroup"
class="opaide.editors.launch.configuration.OpaClassicLaunchConfigurationTabGroup"
id="opaide.launchConfigurationTabGroup"
type="opaide.launchConfigurationType">
</launchConfigurationTabGroup>
Expand Down
@@ -1,4 +1,4 @@
package opaide.editors.launch;
package opaide.editors.launch.configuration;

import java.io.File;
import java.util.Arrays;
Expand Down
@@ -1,4 +1,4 @@
package opaide.editors.launch;
package opaide.editors.launch.configuration;

public enum OpaClassicLaunchConfigurationConstants {

Expand Down
@@ -1,4 +1,4 @@
package opaide.editors.launch;
package opaide.editors.launch.configuration;


import java.awt.FileDialog;
Expand Down
@@ -1,4 +1,4 @@
package opaide.editors.launch;
package opaide.editors.launch.configuration;


import org.eclipse.debug.ui.*;
Expand Down

0 comments on commit 1b81f2c

Please sign in to comment.