Mat Booth 39a3b2a
--- rt.equinox.framework/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java.orig	2014-03-24 12:06:59.530918305 +0000
Mat Booth 39a3b2a
+++ rt.equinox.framework/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java	2014-03-24 12:07:42.709932098 +0000
Mat Booth 39a3b2a
@@ -1362,7 +1362,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.
Mat Booth 39a3b2a
--- rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/location/EquinoxLocations.java.orig	2014-03-24 12:05:52.666896971 +0000
Mat Booth 39a3b2a
+++ rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/location/EquinoxLocations.java	2014-03-24 12:06:46.076914704 +0000
Mat Booth 39a3b2a
@@ -296,7 +296,7 @@
Krzysztof Daniel d545f89
 				String appVersion = props.getProperty(PRODUCT_SITE_VERSION);
Krzysztof Daniel d545f89
 				if (appVersion == null || appVersion.trim().length() == 0)
Krzysztof Daniel d545f89
 					appVersion = ""; //$NON-NLS-1$
Krzysztof Daniel d545f89
-				appName += File.separator + appId + "_" + appVersion + "_" + installDirHash; //$NON-NLS-1$ //$NON-NLS-2$
Krzysztof Daniel d545f89
+				appName += File.separator + appId + "_" + installDirHash; //$NON-NLS-1$ //$NON-NLS-2$
Krzysztof Daniel d545f89
 			} catch (IOException e) {
Krzysztof Daniel d545f89
 				// Do nothing if we get an exception.  We will default to a standard location 
Krzysztof Daniel d545f89
 				// in the user's home dir.