Skip to content

Commit

Permalink
[Truffle] Removed the obsoleted 'jt poms' command.
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvdrum committed May 18, 2015
1 parent af4a866 commit 9c74e06
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tool/jt.rb
Expand Up @@ -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
Expand Down Expand Up @@ -395,10 +394,6 @@ def install(arg)
raise ArgumentError, kind
end
end

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

class JT
Expand Down

0 comments on commit 9c74e06

Please sign in to comment.