diff --git a/de.fu_berlin.inf.dpp/.settings/org.eclipse.core.resources.prefs b/de.fu_berlin.inf.dpp/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 0000000000000000000000000000000000000000..e0df3280249177c673731de2de4f90eb6f7a0725 --- /dev/null +++ b/de.fu_berlin.inf.dpp/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,3 @@ +#Mon Oct 04 18:43:32 CEST 2010 +eclipse.preferences.version=1 +encoding/<project>=Cp1252 diff --git a/de.fu_berlin.inf.dpp/META-INF/MANIFEST.MF b/de.fu_berlin.inf.dpp/META-INF/MANIFEST.MF index 12971d58973d102d75e0b77f38e25e9f0e1d95b3..cc880852be5603ad4e73792c74ef939ee4a39a6f 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.r2552 +Bundle-Version: 10.10.1.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 642a9d5c02aa201cc118e7f1cb0258a6bce0503c..c361874925eb87bbd8eaac439de3ad500b65609f 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 @@ -134,10 +134,10 @@ public class VersionManager { static { /** - * Version 10.10.01.r2552 + * Version 10.10.1.r2552 */ - compatibilityChart.put(new Version("10.10.01.r2552"), Arrays.asList( - new Version("10.10.01.r2552"), new Version("10.8.27.r2333"), + compatibilityChart.put(new Version("10.10.1.r2552"), Arrays.asList( + new Version("10.10.1.r2552"), new Version("10.8.27.r2333"), new Version("10.7.30.r2310"))); /**