Skip to content

Commit

Permalink
Moved observers to observers package
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Mar 18, 2013
1 parent ead7d15 commit b0a2e79
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@
* http://www.eclipse.org/legal/epl-v10.html
*/

package org.jboss.forge.shell.command;
package org.jboss.forge.shell.observers;

import javax.enterprise.event.Observes;

import org.jboss.forge.shell.Shell;
import org.jboss.forge.shell.ShellMessages;
import org.jboss.forge.shell.command.CommandMetadata;
import org.jboss.forge.shell.events.PreCommandExecution;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* http://www.eclipse.org/legal/epl-v10.html
*/

package org.jboss.forge.shell.command;
package org.jboss.forge.shell.observers;

import java.util.Set;
import java.util.TreeSet;
Expand All @@ -17,6 +17,7 @@
import org.jboss.forge.shell.Shell;
import org.jboss.forge.shell.ShellColor;
import org.jboss.forge.shell.ShellMessages;
import org.jboss.forge.shell.command.PluginRegistry;
import org.jboss.forge.shell.events.CommandMissing;
import org.jboss.forge.shell.exceptions.NoSuchCommandException;
import org.jboss.forge.shell.plugins.builtin.AliasRegistry;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* http://www.eclipse.org/legal/epl-v10.html
*/

package org.jboss.forge.shell.plugins.builtin;
package org.jboss.forge.shell.observers;

import java.util.Set;
import java.util.TreeSet;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
* http://www.eclipse.org/legal/epl-v10.html
*/

package org.jboss.forge.shell.plugins.builtin;
package org.jboss.forge.shell.observers;

import static org.junit.Assert.fail;

import org.jboss.forge.shell.observers.PluginDiffObserver;
import org.jboss.forge.test.AbstractShellTest;
import org.junit.Ignore;
import org.junit.Test;
Expand Down

0 comments on commit b0a2e79

Please sign in to comment.