Krzysztof Daniel 65326ea
--- rt.equinox.framework/bundles/org.eclipse.osgi/eclipseAdaptor/src/org/eclipse/core/runtime/adaptor/LocationManager.java.orig	2012-05-05 14:40:27.000000000 +0200
Krzysztof Daniel 65326ea
+++ rt.equinox.framework/bundles/org.eclipse.osgi/eclipseAdaptor/src/org/eclipse/core/runtime/adaptor/LocationManager.java	2012-05-18 09:18:35.819051000 +0200
Krzysztof Daniel 65326ea
@@ -317,7 +317,7 @@
Krzysztof Daniel 65326ea
 				String appVersion = props.getProperty(PRODUCT_SITE_VERSION);
Krzysztof Daniel 65326ea
 				if (appVersion == null || appVersion.trim().length() == 0)
Krzysztof Daniel 65326ea
 					appVersion = ""; //$NON-NLS-1$
Krzysztof Daniel 65326ea
-				appName += File.separator + appId + "_" + appVersion + "_" + installDirHash; //$NON-NLS-1$ //$NON-NLS-2$
Krzysztof Daniel 65326ea
+				appName += File.separator + appId + "_" + installDirHash; //$NON-NLS-1$ //$NON-NLS-2$
Krzysztof Daniel 65326ea
 			} catch (IOException e) {
Krzysztof Daniel 65326ea
 				// Do nothing if we get an exception.  We will default to a standard location 
Krzysztof Daniel 65326ea
 				// in the user's home dir.