Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-01-19 17:17:06 +0000
committerDavid Williams2015-01-19 17:17:06 +0000
commit56cd36af97c48a056c6092367e39918261a1cdee (patch)
tree2ab3625688b38502242b41680ede9354bc87d819 /eclipse.platform.releng.tychoeclipsebuilder/platform/platform.p2.inf
parent5c99a14da326e83d8e367e6b04241bf25cab2378 (diff)
downloadeclipse.platform.releng.aggregator-56cd36af97c48a056c6092367e39918261a1cdee.tar.gz
eclipse.platform.releng.aggregator-56cd36af97c48a056c6092367e39918261a1cdee.tar.xz
eclipse.platform.releng.aggregator-56cd36af97c48a056c6092367e39918261a1cdee.zip
Bug 407775 - "org.eclipse.rcp.configuration_root.cocoa.macosx.x86(_64)"
p2 IU does not delete eclipse symlink during uninstall
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/platform/platform.p2.inf')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/platform/platform.p2.inf2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/platform/platform.p2.inf b/eclipse.platform.releng.tychoeclipsebuilder/platform/platform.p2.inf
index d8a37713a..c0655d794 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:);remove(path:${installFolder}/eclipse);
requires.3.namespace=org.eclipse.equinox.p2.iu
requires.3.name=toolingorg.eclipse.platform.configuration.gtk.linux.x86_64

Back to the top