From 1d7a505d89b208c5405045b07dcd8a053f859abb Mon Sep 17 00:00:00 2001 From: benfry Date: Fri, 19 Feb 2010 21:21:22 +0000 Subject: [PATCH] code formatter settings --- build/formatter.xml | 269 ++++++++++++++++++++++++++++++++++++++++++++ build/howto.txt | 2 +- 2 files changed, 270 insertions(+), 1 deletion(-) create mode 100644 build/formatter.xml diff --git a/build/formatter.xml b/build/formatter.xml new file mode 100644 index 000000000..158b8d687 --- /dev/null +++ b/build/formatter.xml @@ -0,0 +1,269 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build/howto.txt b/build/howto.txt index 8e5ee20ff..93ad67719 100755 --- a/build/howto.txt +++ b/build/howto.txt @@ -20,7 +20,7 @@ Update 16 February 2010: Troubleshooting: -+ This means you need to set JAVA_HOME to your JDK (not JRE) installation "Unable to locate tools.jar. Expected to find it in C:\Program Files\Java\jre6\lib\tools.jar" ++ "Unable to locate tools.jar. Expected to find it in C:\Program Files\Java\jre6\lib\tools.jar" This means you need to set JAVA_HOME to your JDK (not JRE) installation. More to come...