Skip to content
Snippets Groups Projects
Commit 7bb3c783 authored by Karl Beecher's avatar Karl Beecher
Browse files

[BUILD]

* Fixed a problem with previous build attempt (version numbers and file names weren't consistently named)
* "Pair" programming ==> "Party" programming
parent f566d2cf
No related branches found
No related tags found
No related merge requests found
#Mon Oct 04 18:43:32 CEST 2010
eclipse.preferences.version=1
encoding/<project>=Cp1252
......@@ -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,
......
......@@ -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")));
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment