From 12e4f36a2f5aae5b17266fb15376c82d74b7bf95 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Fri, 1 Apr 2011 19:55:50 +0200 Subject: Yet another eclipse mirror went down or deleted an older version. We're now hosting this dependency ourselves; it was the last one we weren't already hosting. Also upped version from 3.6.0 to 3.6.2. --- buildScripts/ivy-repo/org.eclipse.custom-ecj-3.6.0.xml | 14 -------------- buildScripts/ivy-repo/org.eclipse.custom-ecj-3.6.2.xml | 14 ++++++++++++++ buildScripts/ivy.xml | 2 +- 3 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 buildScripts/ivy-repo/org.eclipse.custom-ecj-3.6.0.xml create mode 100644 buildScripts/ivy-repo/org.eclipse.custom-ecj-3.6.2.xml (limited to 'buildScripts') diff --git a/buildScripts/ivy-repo/org.eclipse.custom-ecj-3.6.0.xml b/buildScripts/ivy-repo/org.eclipse.custom-ecj-3.6.0.xml deleted file mode 100644 index 6ea9088e..00000000 --- a/buildScripts/ivy-repo/org.eclipse.custom-ecj-3.6.0.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/buildScripts/ivy-repo/org.eclipse.custom-ecj-3.6.2.xml b/buildScripts/ivy-repo/org.eclipse.custom-ecj-3.6.2.xml new file mode 100644 index 00000000..fc9fa661 --- /dev/null +++ b/buildScripts/ivy-repo/org.eclipse.custom-ecj-3.6.2.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/buildScripts/ivy.xml b/buildScripts/ivy.xml index 33d62da9..7ff6bdc9 100644 --- a/buildScripts/ivy.xml +++ b/buildScripts/ivy.xml @@ -27,7 +27,7 @@ - + -- cgit