diff options
| author | Adam Vandenberg | 2013-11-30 11:00:57 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-30 11:00:57 -0800 |
| commit | f88b2e429e8608154dd9326e0c50ddc8fcce64af (patch) | |
| tree | 0d5c34b17ce7121006b3aebf33e9f9570b98d870 /Library/Formula | |
| parent | 3ae43b5b5d75da94712d2d4f64714bd915741e5b (diff) | |
| download | homebrew-f88b2e429e8608154dd9326e0c50ddc8fcce64af.tar.bz2 | |
Redact flex_sdk
This project is now maintained by Apache and has a
different installer.
Closes #24813.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/flex_sdk.rb | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/Library/Formula/flex_sdk.rb b/Library/Formula/flex_sdk.rb deleted file mode 100644 index 6b4928237..000000000 --- a/Library/Formula/flex_sdk.rb +++ /dev/null @@ -1,27 +0,0 @@ -require 'formula' - -class FlexSdk < Formula - homepage 'http://flex.apache.org/' - url 'http://fpdownload.adobe.com/pub/flex/sdk/builds/flex4.6/flex_sdk_4.6.0.23201_mpl.zip' - version '4.6.0.23201' - sha1 '86f2cacd0c1927c845a770c02f33fe4a0a3375f4' - - def install - libexec.install Dir['*'] - end - - def caveats; <<-EOS.undent - To use the SDK you will need to: - - (a) add the bin folder to your $PATH: - #{libexec}/bin - - (b) set $FLEX_HOME: - export FLEX_HOME=#{libexec} - - (c) add the tasks jar to ANT: - mkdir -p ~/.ant/lib - ln -s #{libexec}/ant/lib/flexTasks.jar ~/.ant/lib - EOS - end -end |
