new scripts for building and testing the OTDT on build.eclipse.org.
diff --git a/releng/build-scripts/build/compiler.OT-Compiler.properties b/releng/build-scripts/build/compiler.OT-Compiler.properties
new file mode 100644
index 0000000..5c8cf56
--- /dev/null
+++ b/releng/build-scripts/build/compiler.OT-Compiler.properties
@@ -0,0 +1,10 @@
+# Configure the build compiler for phase 1.
+# This file is read from build/build.xml
+build.compiler=org.eclipse.jdt.core.JDTCompilerAdapter
+compilerArg=-enableJavadoc -encoding ISO-8859-1
+javaSource=1.5
+javacSource=1.5
+javacTarget=1.5
+javacDebugInfo=true
+javacFailOnError=true
+