From 7a02508bb06d16556d6dbf29819f0b4dff4fea59 Mon Sep 17 00:00:00 2001 From: James Strachan Date: Wed, 25 Jan 2012 09:52:29 +0000 Subject: [PATCH] added a little readme to help folks get started building the project & plugin --- ReadMe.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ReadMe.md diff --git a/ReadMe.md b/ReadMe.md new file mode 100644 index 00000000000..2da61d38d82 --- /dev/null +++ b/ReadMe.md @@ -0,0 +1,8 @@ +To build this project you need to run + + ant -f update_dependencies.xml + +which will setup the dependencies on + +* intellij-core: is a part of command line compiler and contains only necessary APIs. +* idea-full: is a full blown IntelliJ IDEA Community Edition to be used in former plugin module. \ No newline at end of file