From f50186963f73563c3c128e3b1cf109b5a5ed88a2 Mon Sep 17 00:00:00 2001 From: Patrick Bitterling <patbit@users.sourceforge.net> Date: Tue, 30 Nov 2010 15:51:43 +0000 Subject: [PATCH] [BUILD] Changes necessary for Release 10.11.26.r2744 --- de.fu_berlin.inf.dpp/META-INF/MANIFEST.MF | 2 +- .../src/de/fu_berlin/inf/dpp/util/VersionManager.java | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/de.fu_berlin.inf.dpp/META-INF/MANIFEST.MF b/de.fu_berlin.inf.dpp/META-INF/MANIFEST.MF index 139a73781..f38933928 100644 --- a/de.fu_berlin.inf.dpp/META-INF/MANIFEST.MF +++ b/de.fu_berlin.inf.dpp/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Saros Plug-in Bundle-SymbolicName: de.fu_berlin.inf.dpp;singleton:=true -Bundle-Version: 10.11.26.TESTING +Bundle-Version: 10.11.26.r2744 Bundle-Activator: de.fu_berlin.inf.dpp.Saros Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, diff --git a/de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/util/VersionManager.java b/de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/util/VersionManager.java index 292650207..45704aacf 100644 --- a/de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/util/VersionManager.java +++ b/de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/util/VersionManager.java @@ -133,6 +133,14 @@ public class VersionManager { */ static { + /** + * Version 10.11.26.r2744 + */ + compatibilityChart.put(new Version("10.11.26.r2744"), Arrays.asList( + new Version("10.11.26.r2744"), new Version("10.10.29.r2640"), + new Version("10.10.01.r2552"), new Version("10.8.27.r2333"), + new Version("10.7.30.r2310"))); + /** * Version 10.10.29.r2640 */ -- GitLab