Blame SOURCES/eclipse-ignore-version-when-calculating-home.patch

dc388e
diff --git a/rt.equinox.framework/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java b/rt.equinox.framework/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java
dc388e
index 144571914..7e99bc880 100644
dc388e
--- a/rt.equinox.framework/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java
dc388e
+++ b/rt.equinox.framework/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java
dc388e
@@ -1330,7 +1330,7 @@ public class Main {
dc388e
 				String appVersion = props.getProperty(PRODUCT_SITE_VERSION);
dc388e
 				if (appVersion == null || appVersion.trim().length() == 0)
dc388e
 					appVersion = ""; //$NON-NLS-1$
dc388e
-				appName += File.separator + appId + "_" + appVersion + "_" + installDirHash; //$NON-NLS-1$ //$NON-NLS-2$
dc388e
+				appName += File.separator + appId + "_" + installDirHash; //$NON-NLS-1$
dc388e
 			} catch (IOException e) {
dc388e
 				// Do nothing if we get an exception.  We will default to a standard location
dc388e
 				// in the user's home dir.
dc388e
diff --git a/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/location/EquinoxLocations.java b/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/location/EquinoxLocations.java
dc388e
index 0c13ace6f..d92d4fc45 100755
dc388e
--- a/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/location/EquinoxLocations.java
dc388e
+++ b/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/location/EquinoxLocations.java
dc388e
@@ -308,7 +308,7 @@ public class EquinoxLocations {
dc388e
 				String appVersion = props.getProperty(PRODUCT_SITE_VERSION);
dc388e
 				if (appVersion == null || appVersion.trim().length() == 0)
dc388e
 					appVersion = ""; //$NON-NLS-1$
dc388e
-				appName += File.separator + appId + "_" + appVersion + "_" + installDirHash; //$NON-NLS-1$ //$NON-NLS-2$
dc388e
+				appName += File.separator + appId + "_" + installDirHash; //$NON-NLS-1$
dc388e
 			} catch (IOException e) {
dc388e
 				// Do nothing if we get an exception.  We will default to a standard location
dc388e
 				// in the user's home dir.