diff options
| author | Markus Keller | 2015-01-20 10:47:08 +0000 |
|---|---|---|
| committer | Markus Keller | 2015-01-20 10:47:08 +0000 |
| commit | 3281c29112116e106c5b0aa70acfc2334bd6a0fd (patch) | |
| tree | b65fedb95313e4bf42dfeb195de38f0ef10ae777 | |
| parent | 152e10a26ef5d60536fd936f2145a4c8b24c4c8f (diff) | |
| download | eclipse.platform.releng.aggregator-3281c29112116e106c5b0aa70acfc2334bd6a0fd.tar.gz eclipse.platform.releng.aggregator-3281c29112116e106c5b0aa70acfc2334bd6a0fd.tar.xz eclipse.platform.releng.aggregator-3281c29112116e106c5b0aa70acfc2334bd6a0fd.zip | |
Bug 407775: "org.eclipse.rcp.configuration_root.cocoa.macosx.x86(_64)" p2 IU does not delete eclipse symlink during uninstall
fixed undo/redo errors
3 files changed, 3 insertions, 3 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/platform.sdk/platform.sdk.p2.inf b/eclipse.platform.releng.tychoeclipsebuilder/platform.sdk/platform.sdk.p2.inf index e780dc91d..67ce331b7 100644 --- a/eclipse.platform.releng.tychoeclipsebuilder/platform.sdk/platform.sdk.p2.inf +++ b/eclipse.platform.releng.tychoeclipsebuilder/platform.sdk/platform.sdk.p2.inf @@ -36,7 +36,7 @@ units.2.filter=(!(osgi.os=macosx)) units.2.touchpoint.id=org.eclipse.equinox.p2.osgi units.2.touchpoint.version=1.0.0 units.2.instructions.configure=setProgramProperty(propName:osgi.instance.area.default,propValue:@user.home/workspace); -units.2.instructions.unconfigure=setProgramProperty(propName:osgi.instance.area.default,propValue:);remove(targetDir:${installFolder},linkName:eclipse); +units.2.instructions.unconfigure=setProgramProperty(propName:osgi.instance.area.default,propValue:); # Restrict range so we are not an automatic update for 3.x. update.id = org.eclipse.platform.sdk diff --git a/eclipse.platform.releng.tychoeclipsebuilder/platform/platform.p2.inf b/eclipse.platform.releng.tychoeclipsebuilder/platform/platform.p2.inf index e0ac06f1c..faf814066 100644 --- a/eclipse.platform.releng.tychoeclipsebuilder/platform/platform.p2.inf +++ b/eclipse.platform.releng.tychoeclipsebuilder/platform/platform.p2.inf @@ -36,7 +36,7 @@ units.2.filter=(!(osgi.os=macosx)) units.2.touchpoint.id=org.eclipse.equinox.p2.osgi units.2.touchpoint.version=1.0.0 units.2.instructions.configure=setProgramProperty(propName:osgi.instance.area.default,propValue:@user.home/workspace); -units.2.instructions.unconfigure=setProgramProperty(propName:osgi.instance.area.default,propValue:);remove(targetDir:${installFolder},linkName:eclipse); +units.2.instructions.unconfigure=setProgramProperty(propName:osgi.instance.area.default,propValue:); requires.3.namespace=org.eclipse.equinox.p2.iu requires.3.name=toolingorg.eclipse.platform.configuration.gtk.linux.x86_64 diff --git a/eclipse.platform.releng.tychoeclipsebuilder/sdk/sdk.p2.inf b/eclipse.platform.releng.tychoeclipsebuilder/sdk/sdk.p2.inf index 64f00adf3..46ef4387a 100644 --- a/eclipse.platform.releng.tychoeclipsebuilder/sdk/sdk.p2.inf +++ b/eclipse.platform.releng.tychoeclipsebuilder/sdk/sdk.p2.inf @@ -42,7 +42,7 @@ units.2.filter=(!(osgi.os=macosx)) units.2.touchpoint.id=org.eclipse.equinox.p2.osgi units.2.touchpoint.version=1.0.0 units.2.instructions.configure=setProgramProperty(propName:osgi.instance.area.default,propValue:@user.home/workspace); -units.2.instructions.unconfigure=setProgramProperty(propName:osgi.instance.area.default,propValue:);remove(targetDir:${installFolder},linkName:eclipse); +units.2.instructions.unconfigure=setProgramProperty(propName:osgi.instance.area.default,propValue:); units.3.id=toolingorg.eclipse.sdk.configuration.macosx.x86_64 units.3.version=1.0.0 |
