From 1ae52b420eb8a59f292c133e9281428228566dbf Mon Sep 17 00:00:00 2001 From: David McKnight Date: Tue, 18 Mar 2008 19:12:06 +0000 Subject: [PATCH] [dstore] for now leaving client at 8.0.0 so that it can work with 7.* servers. However this means than RSE 2.0 (which has 9.0.0) will sitll fail with 7.* servers now look like a new client/server compared to the RSE 3.0 one. --- .../src/org/eclipse/dstore/core/model/DataStoreAttributes.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rse/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStoreAttributes.java b/rse/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStoreAttributes.java index cec0ebd3c56..d5de4149862 100644 --- a/rse/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStoreAttributes.java +++ b/rse/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStoreAttributes.java @@ -26,7 +26,7 @@ package org.eclipse.dstore.core.model; public class DataStoreAttributes { - public static final String DATASTORE_VERSION = "DataStore.9.0.0"; //$NON-NLS-1$ + public static final String DATASTORE_VERSION = "DataStore.8.0.0"; //$NON-NLS-1$ public static final int A_PLUGIN_PATH = 0; public static final int A_ROOT_NAME = 1;