diff options
| author | Max Howell | 2009-10-19 03:30:39 +0100 |
|---|---|---|
| committer | Max Howell | 2009-10-19 04:02:49 +0100 |
| commit | 035301fdbcc570bb9021d6a5d38ecd01ba2ce7cd (patch) | |
| tree | f8e364c1db19a5543708de2e02ae262c764813a1 | |
| parent | e306bc5d2c166a588b8881923fefee4ee5b5293a (diff) | |
| download | homebrew-035301fdbcc570bb9021d6a5d38ecd01ba2ce7cd.tar.bz2 | |
Much to my surprise OS X provides Apache Ant
Although amusingly, it's version 1.7.1 on Leopard and 1.7.0 on Snow Leopard!
| -rw-r--r-- | Library/Formula/ant.rb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Library/Formula/ant.rb b/Library/Formula/ant.rb deleted file mode 100644 index abd392201..000000000 --- a/Library/Formula/ant.rb +++ /dev/null @@ -1,15 +0,0 @@ -require 'formula' - -# TODO common aliases: 'apache ant' - -class Ant <Formula - @url='http://www.ibiblio.org/pub/mirrors/apache/ant/binaries/apache-ant-1.7.1-bin.tar.gz' - @homepage='http://ant.apache.org/' - @md5='cc5777c57c4e8269be5f3d1dc515301c' - - def install - prefix.install Dir['*'] - Dir['bin/*.cmd'].each { |file| File.unlink file } - Dir['bin/*.bat'].each { |file| File.unlink file } - end -end |
