Skip to content

Commit

Permalink
Now using the ceylon tool base class for all repo using commands (cey…
Browse files Browse the repository at this point in the history
  • Loading branch information
quintesse committed Oct 2, 2013
1 parent 95e2d8f commit e6bd701
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import com.redhat.ceylon.cmr.api.RepositoryManager;
import com.redhat.ceylon.common.Messages;
import com.redhat.ceylon.common.ModuleDescriptorReader;
import com.redhat.ceylon.common.tool.CeylonBaseTool;
import com.redhat.ceylon.common.tool.Description;
import com.redhat.ceylon.common.tool.Option;
import com.redhat.ceylon.common.tool.OptionArgument;
Expand All @@ -28,7 +29,7 @@
import com.redhat.ceylon.common.tool.ToolLoader;
import com.redhat.ceylon.common.tool.ToolModel;

public abstract class RepoUsingTool implements Tool {
public abstract class RepoUsingTool extends CeylonBaseTool {
protected List<URI> repo;
protected String systemRepo;
protected boolean offline;
Expand Down

0 comments on commit e6bd701

Please sign in to comment.