Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tool/jt.rb
Original file line number Diff line number Diff line change
@@ -172,7 +172,6 @@ def help
puts 'jt findbugs run findbugs'
puts 'jt findbugs report run findbugs and generate an HTML report'
puts 'jt install ..../graal/mx/suite.py install a JRuby distribution into an mx suite'
puts 'jt poms rebuild Maven POM XML files from Ruby files'
puts
puts 'you can also put build or rebuild in front of any command'
puts
@@ -395,10 +394,6 @@ def install(arg)
raise ArgumentError, kind
end
end

def poms
sh 'rake', 'maven:dump_poms'
end
end

class JT

0 comments on commit 9c74e06

Please sign in to comment.