Downgrade IntelliJ plugin to Java 6.

Summary:
According to http://devnet.jetbrains.com/message/5472169,
IntelliJ does not support Java 7 right now, which means you can not run IntelliJ using Java 7.
Therefore we have to downgrade the JDK version in use of IntelliJ plugin to Java 6.
But Jetty 9 (we used as Websocket client) required at least Java 7,
so the Websocket client is reimplemented with org.java-websocket.

Another fix: Start Websocket client only with `build` command.

Test Plan: Run plugin and double click a target.
12 files changed
tree: 11ecde159536241134d2512834f0e9034cdb9c17
  1. .idea/
  2. bin/
  3. config/
  4. docs/
  5. lib/
  6. plugin/
  7. pmd/
  8. scripts/
  9. src/
  10. test/
  11. testdata/
  12. third-party/
  13. .buckconfig
  14. .classpath
  15. .gitignore
  16. .project
  17. buck.iml
  18. build.xml
  19. DEFS
  20. LICENSE
  21. README.md
README.md

Buck

Buck is an Android build tool. To see what Buck can do for you, check out the documentation at http://facebook.github.io/buck/.

Installation

To build Buck, run the following:

git clone git@github.com:facebook/buck.git
cd buck
ant
./bin/buck --help

License

Apache License 2.0