From 02df8f3f9f16d67ba475829ed57b0d858b513031 Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Tue, 16 Jul 2013 15:04:47 +1000 Subject: Scrubbing up the IntelliJ Config - Add recently sprouted modules (xml and parser-combinators) - Replace some of the documentation with a setup script - Update Ant build to copy Maven sourced JARs to ./build/deps. These are included in the IntelliJ classpath. - Define the library for Ant at the project level based on ./lib, rather than asking the user to define global library. - Disable Type Aware Highlighting by default. IntelliJ now can build everything within the IDE with CTRL-F9. --- build.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'build.xml') diff --git a/build.xml b/build.xml index 1282c3b45b..5dcc8ceedc 100755 --- a/build.xml +++ b/build.xml @@ -128,6 +128,7 @@ TODO: + @@ -192,6 +193,18 @@ TODO: + + + + + + + + + + + + @@ -218,6 +231,7 @@ TODO: + @@ -238,10 +252,12 @@ TODO: + + -- cgit v1.2.3