Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-08-27 01:55:57 +0000
committerDavid Williams2014-08-27 01:55:57 +0000
commit3472719d29a73cdc9f0cd79cee3117c02209760b (patch)
treecf4c0eec310b02e7e00ffb075a706d87fc3f0438
parent09e92c0c559e2ed0ae58aad2872ce951ea00b81b (diff)
downloadeclipse.platform.releng.aggregator-3472719d29a73cdc9f0cd79cee3117c02209760b.tar.gz
eclipse.platform.releng.aggregator-3472719d29a73cdc9f0cd79cee3117c02209760b.tar.xz
eclipse.platform.releng.aggregator-3472719d29a73cdc9f0cd79cee3117c02209760b.zip
Bug 407775 - "org.eclipse.rcp.configuration_root.cocoa.macosx.x86(_64)"
p2 IU does not delete eclipse symlink during uninstall Fix to previous fix.
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/EclipseRTOSGiStarterKit.p2.inf2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/EclipseRTOSGiStarterKit.p2.inf b/eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/EclipseRTOSGiStarterKit.p2.inf
index c3a4a9c21..b7dc4af2b 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/EclipseRTOSGiStarterKit.p2.inf
+++ b/eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/EclipseRTOSGiStarterKit.p2.inf
@@ -22,4 +22,4 @@ units.1.touchpoint.id=org.eclipse.equinox.p2.osgi
units.1.touchpoint.version=1.0.0
units.1.instructions.configure=ln(linkTarget:rt.app/Contents/MacOS/rt,targetDir:${installFolder},linkName:rt);
# remove link, from bug 407775
-units.1.instructions.unconfigure(remove(targetDir:${installFolder},linkName:rt);
+units.1.instructions.unconfigure=remove(targetDir:${installFolder},linkName:rt);

Back to the top