From f566d2cf3b519f9af869cb4fbfb9b28caf3bf08f Mon Sep 17 00:00:00 2001 From: alxrsaros <alxrsaros@users.sourceforge.net> Date: Fri, 1 Oct 2010 13:41:07 +0000 Subject: [PATCH] [BUILD] Changes necessary for Release 10.10.01.r2552 --- de.fu_berlin.inf.dpp/META-INF/MANIFEST.MF | 2 +- .../src/de/fu_berlin/inf/dpp/util/VersionManager.java | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/de.fu_berlin.inf.dpp/META-INF/MANIFEST.MF b/de.fu_berlin.inf.dpp/META-INF/MANIFEST.MF index 69f4cce37..12971d589 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.10.01.TESTING +Bundle-Version: 10.10.01.r2552 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 3f22e9a1d..642a9d5c0 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 @@ -132,11 +132,12 @@ public class VersionManager { * compatibility should be listed. */ static { + /** - * Version 10.9.24.DEVEL + * Version 10.10.01.r2552 */ - compatibilityChart.put(new Version("10.9.24.DEVEL"), Arrays.asList( - new Version("10.9.24.DEVEL"), new Version("10.8.27.r2333"), + compatibilityChart.put(new Version("10.10.01.r2552"), Arrays.asList( + new Version("10.10.01.r2552"), new Version("10.8.27.r2333"), new Version("10.7.30.r2310"))); /** -- GitLab