added a little readme to help folks get started building the project & plugin

This commit is contained in:
James Strachan
2012-01-25 09:52:29 +00:00
parent 33f66ab292
commit 7a02508bb0
+8
View File
@@ -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.