Hi Wim,

Thanks for that info. I don’t want to update/deliver a real product. It’s just 
about quickly replacing a plugin in another one of my eclipse installations. I 
guess I’ll keep replacing the jar 😊

Best regards
Christoph

From: platform-dev-boun...@eclipse.org <platform-dev-boun...@eclipse.org> On 
Behalf Of Wim Jongman
Sent: Sonntag, 20. Oktober 2019 23:28
To: Eclipse platform general developers list. <platform-dev@eclipse.org>
Subject: Re: [platform-dev] Is it possible to replace a single plugin in an 
existing Eclipse installation?

Hey Cristoph,

Normally you would make a plugin, wrap that in a feature and make a p2 
repository with a category.xml file that contains this feature. Then you can 
put the repo on some server and install it from there.

However, you are updating an eclipse platform plugin. Note that this can have 
consequences for any commercial product that you deliver. If you modify an 
EPL’ed component and distribute it as part of your program, you’re required to 
disclose the modified source code under the EPL.

If you still want to continue, the proper way to deliver "patched" plugins you 
need to wrap in a so-called "Feature Patch" and put that in the repo described 
above.

You can google al these terms. I hope this helps to get you started.

Best regards,

Wim



On Fri, Oct 18, 2019 at 12:16 AM Langer, Christoph 
<christoph.lan...@sap.com<mailto:christoph.lan...@sap.com>> wrote:
Hi,

this is really a beginners question which you’ll probably laugh about. But let 
me ask nevertheless…

When I’ve made a modification to an Eclipse Platform Plugin via the Eclipse 
developer IDE and I have exported the plugin with the export wizard, how can I 
deploy it to an existing Eclipse installation? So far, I used the manual 
approach to replace the jar file which I looked up in the plugins folder of the 
target installation. But isn’t there a more elegant way, e.g. something like 
“Install/Update software”?

Thanks
Christoph

_______________________________________________
platform-dev mailing list
platform-dev@eclipse.org<mailto:platform-dev@eclipse.org>
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/platform-dev
_______________________________________________
platform-dev mailing list
platform-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/platform-dev

Reply via email to