From 191c01668fc4e2bac52c0ff747727854efb724c4 Mon Sep 17 00:00:00 2001 From: Andrey Breslav Date: Tue, 14 Feb 2012 00:09:54 +0100 Subject: [PATCH 1/2] Add "run build.xml" to the build instructions --- ReadMe.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 2da61d38d82..87b22d3c6c6 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -5,4 +5,10 @@ To build this project you need to run 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 +* idea-full: is a full blown IntelliJ IDEA Community Edition to be used in former plugin module. + +Then, you need to run + + ant -f build.xml + +which will put the binaries into the 'dist' directory. \ No newline at end of file From d32cc7992a3abbe67e93d1144039e52fa05cbe50 Mon Sep 17 00:00:00 2001 From: Andrey Breslav Date: Tue, 14 Feb 2012 00:10:32 +0100 Subject: [PATCH 2/2] Update ReadMe.md --- ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 87b22d3c6c6..acdea70d6c6 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -11,4 +11,4 @@ Then, you need to run ant -f build.xml -which will put the binaries into the 'dist' directory. \ No newline at end of file +which will build the binaries and put them into the 'dist' directory. \ No newline at end of file