Skip to content

Commit

Permalink
[tools] Remove now irrelevant commands (which were mostly drafts/atte…
Browse files Browse the repository at this point in the history
…mpts while architecting)
  • Loading branch information
jeremyfa committed Jun 27, 2021
1 parent f892366 commit ab45300
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 162 deletions.
6 changes: 1 addition & 5 deletions tools/src/tools/Tools.hx
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,10 @@ class Tools {
context.tasks.set('info', new tools.tasks.Info());
context.tasks.set('libs', new tools.tasks.Libs());
context.tasks.set('hxml', new tools.tasks.Hxml());
context.tasks.set('module', new tools.tasks.Module());
//context.tasks.set('module', new tools.tasks.Module());

context.tasks.set('font', new tools.tasks.Font());

context.tasks.set('tools zip', new tools.tasks.ZipTools());

context.tasks.set('haxe server', new tools.tasks.HaxeServer());

context.tasks.set('plugin hxml', new tools.tasks.plugin.PluginHxml());
Expand All @@ -137,8 +135,6 @@ class Tools {

context.tasks.set('ide info', new tools.tasks.IdeInfo());

context.tasks.set('lib export', new tools.tasks.haxelib.ExportLibrary());

context.tasks.set('images export', new tools.tasks.images.ExportImages());

//#end
Expand Down
2 changes: 2 additions & 0 deletions tools/src/tools/tasks/Module.hx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import sys.io.File;

using StringTools;

// Nothing to see here, this was just a draft

class Module extends tools.Task {

override public function info(cwd:String):String {
Expand Down
65 changes: 0 additions & 65 deletions tools/src/tools/tasks/ZipTools.hx

This file was deleted.

92 changes: 0 additions & 92 deletions tools/src/tools/tasks/haxelib/ExportLibrary.hx

This file was deleted.

0 comments on commit ab45300

Please sign in to comment.