Skip to content

Commit

Permalink
rename org.jboss.tools.forge.ui.internal.ext.cli tinto org.jboss.tool…
Browse files Browse the repository at this point in the history
…s.forge.ui.internal.cli
  • Loading branch information
koentsje committed May 31, 2014
1 parent 996f5df commit c99d0ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.jboss.tools.forge.ui.internal.ext.cli;
package org.jboss.tools.forge.ui.internal.cli;

import java.io.File;
import java.io.OutputStream;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.jboss.tools.forge.ui.internal.ext.cli;
package org.jboss.tools.forge.ui.internal.cli;

import java.io.File;
import java.io.IOException;
Expand Down Expand Up @@ -49,8 +49,7 @@
import org.jboss.tools.forge.ui.internal.part.ForgeConsoleView;
import org.jboss.tools.forge.ui.internal.util.IDEUtils;

public class CommandLineListener
implements ProjectListener, CommandExecutionListener {
public class CommandLineListener implements ProjectListener, CommandExecutionListener {

private List<Project> projects = new ArrayList<Project>();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import org.jboss.tools.aesh.ui.view.AbstractTextViewer;
import org.jboss.tools.forge.core.furnace.FurnaceRuntime;
import org.jboss.tools.forge.core.runtime.ForgeRuntimeState;
import org.jboss.tools.forge.ui.internal.ext.cli.AeshConsole;
import org.jboss.tools.forge.ui.internal.cli.AeshConsole;

public class F2TextViewer extends AbstractTextViewer implements ForgeTextViewer {

Expand Down

0 comments on commit c99d0ad

Please sign in to comment.