c202a65
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
c202a65
index 144571914..7e99bc880 100644
c202a65
--- a/rt.equinox.framework/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java
c202a65
+++ b/rt.equinox.framework/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java
c202a65
@@ -1330,7 +1330,7 @@ public class Main {
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$
c202a65
+				appName += File.separator + appId + "_" + installDirHash; //$NON-NLS-1$
Krzysztof Daniel 65326ea
 			} catch (IOException e) {
c202a65
 				// Do nothing if we get an exception.  We will default to a standard location
Krzysztof Daniel 65326ea
 				// in the user's home dir.
c202a65
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
c202a65
index 0c13ace6f..d92d4fc45 100755
c202a65
--- a/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/location/EquinoxLocations.java
c202a65
+++ b/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/location/EquinoxLocations.java
c202a65
@@ -308,7 +308,7 @@ public class EquinoxLocations {
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$
c202a65
+				appName += File.separator + appId + "_" + installDirHash; //$NON-NLS-1$
Krzysztof Daniel d545f89
 			} catch (IOException e) {
c202a65
 				// Do nothing if we get an exception.  We will default to a standard location
Krzysztof Daniel d545f89
 				// in the user's home dir.