Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 242677 Details for
Bug 407775
"org.eclipse.rcp.configuration_root.cocoa.macosx.x86(_64)" p2 IU does not delete eclipse symlink during uninstall
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
possible solution
eclipse.platform.releng.aggregator.patch (text/plain), 3.13 KB, created by
David Williams
on 2014-05-04 11:19:55 EDT
(
hide
)
Description:
possible solution
Filename:
MIME Type:
Creator:
David Williams
Created:
2014-05-04 11:19:55 EDT
Size:
3.13 KB
patch
obsolete
>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 45092a9..5155623 100644 >--- a/eclipse.platform.releng.tychoeclipsebuilder/platform.sdk/platform.sdk.p2.inf >+++ b/eclipse.platform.releng.tychoeclipsebuilder/platform.sdk/platform.sdk.p2.inf >@@ -25,7 +25,7 @@ > units.1.touchpoint.id=org.eclipse.equinox.p2.osgi > units.1.touchpoint.version=1.0.0 > units.1.instructions.configure=setProgramProperty(propName:osgi.instance.area.default,propValue:@user.home/Documents/workspace); >-units.1.instructions.unconfigure=setProgramProperty(propName:osgi.instance.area.default,propValue:); >+units.1.instructions.unconfigure=setProgramProperty(propName:osgi.instance.area.default,propValue:),remove(targetDir:${installFolder},path:eclipse); > > units.2.id=toolingorg.eclipse.configuration > units.2.version=1.0.0 >diff --git a/eclipse.platform.releng.tychoeclipsebuilder/platform/platform.p2.inf b/eclipse.platform.releng.tychoeclipsebuilder/platform/platform.p2.inf >index 6ca48e3..ae743d1 100644 >--- a/eclipse.platform.releng.tychoeclipsebuilder/platform/platform.p2.inf >+++ b/eclipse.platform.releng.tychoeclipsebuilder/platform/platform.p2.inf >@@ -25,7 +25,7 @@ > units.1.touchpoint.id=org.eclipse.equinox.p2.osgi > units.1.touchpoint.version=1.0.0 > units.1.instructions.configure=setProgramProperty(propName:osgi.instance.area.default,propValue:@user.home/Documents/workspace); >-units.1.instructions.unconfigure=setProgramProperty(propName:osgi.instance.area.default,propValue:); >+units.1.instructions.unconfigure=setProgramProperty(propName:osgi.instance.area.default,propValue:),remove(targetDir:${installFolder},path:eclipse); > > units.2.id=toolingorg.eclipse.platform.configuration > units.2.version=1.0.0 >diff --git a/eclipse.platform.releng.tychoeclipsebuilder/sdk/sdk.p2.inf b/eclipse.platform.releng.tychoeclipsebuilder/sdk/sdk.p2.inf >index 99aa147..d0d1cde 100644 >--- a/eclipse.platform.releng.tychoeclipsebuilder/sdk/sdk.p2.inf >+++ b/eclipse.platform.releng.tychoeclipsebuilder/sdk/sdk.p2.inf >@@ -31,7 +31,7 @@ > units.1.touchpoint.id=org.eclipse.equinox.p2.osgi > units.1.touchpoint.version=1.0.0 > units.1.instructions.configure=setProgramProperty(propName:osgi.instance.area.default,propValue:@user.home/Documents/workspace); >-units.1.instructions.unconfigure=setProgramProperty(propName:osgi.instance.area.default,propValue:); >+units.1.instructions.unconfigure=setProgramProperty(propName:osgi.instance.area.default,propValue:),remove(targetDir:${installFolder},path:eclipse); > > units.2.id=toolingorg.eclipse.sdk.configuration > units.2.version=1.0.0 >@@ -53,7 +53,7 @@ > units.3.touchpoint.id=org.eclipse.equinox.p2.osgi > units.3.touchpoint.version=1.0.0 > units.3.instructions.configure=addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx512m); >-units.3.instructions.unconfigure=removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx512m); >+units.3.instructions.unconfigure=removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx512m),remove(targetDir:${installFolder},path:eclipse); > > requires.4.namespace=org.eclipse.equinox.p2.iu > requires.4.name=toolingorg.eclipse.sdk.configuration.aix.ppc64
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 407775
: 242677 |
250053