Skip to content

Commit

Permalink
remove repackager
Browse files Browse the repository at this point in the history
  • Loading branch information
quix committed Sep 12, 2008
1 parent deaf24c commit 1180374
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 212 deletions.
27 changes: 1 addition & 26 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,31 +61,6 @@ task :doc => :clean_doc do
RDoc::RDoc.new.document(files + options)
end

######################################################################
# repackage files from contrib/

task :generate_rb do
packages = {
:comp_tree => {
:name_in_ruby => "CompTree",
:lib_dir => "./lib",
:subpackages => {
:quix => {
:name_in_ruby => "Quix",
:sources => [
"diagnostic",
"kernel",
"builtin/kernel/tap",
],
:lib_dir => "./contrib/quix/lib",
:ignore_root_rb => true,
},
},
},
}
Quix::Subpackager.run(packages)
end

######################################################################
# git

Expand All @@ -110,7 +85,7 @@ task :run_pull_contrib do
git(*%w!pull --no-commit -s subtree quix master!)
end

task :pull_contrib => [ :init_contrib, :run_pull_contrib, :generate_rb ]
task :pull_contrib => [ :init_contrib, :run_pull_contrib ]

######################################################################
# publisher
Expand Down
33 changes: 0 additions & 33 deletions lib/comp_tree/quix/builtin/kernel/tap.rb

This file was deleted.

68 changes: 0 additions & 68 deletions lib/comp_tree/quix/diagnostic.rb

This file was deleted.

85 changes: 0 additions & 85 deletions lib/comp_tree/quix/kernel.rb

This file was deleted.

0 comments on commit 1180374

Please sign in to comment.