From 4cfb4b37ad16cc21f23e3620538893e36aa33eae Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Wed, 30 Apr 2014 23:26:24 +0200 Subject: some pretty significant changes to the build system, to try and add testing against ecj8 to the lineup, and to force compilation with the bootstrap classpath of JDK6 so that we won't accidentally add deps on things that JVM6es don't have. --- buildScripts/ivy-repo/org.eclipse.custom-ecj-I20140430.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 buildScripts/ivy-repo/org.eclipse.custom-ecj-I20140430.xml (limited to 'buildScripts/ivy-repo') diff --git a/buildScripts/ivy-repo/org.eclipse.custom-ecj-I20140430.xml b/buildScripts/ivy-repo/org.eclipse.custom-ecj-I20140430.xml new file mode 100644 index 00000000..8ba65a2a --- /dev/null +++ b/buildScripts/ivy-repo/org.eclipse.custom-ecj-I20140430.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + -- cgit