Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] Is it possible to replace a single plugin in an existing Eclipse installation?
  • From: "Langer, Christoph" <christoph.langer@xxxxxxx>
  • Date: Mon, 28 Oct 2019 09:04:09 +0000
  • Accept-language: en-US, de-DE
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=sap.com; dmarc=pass action=none header.from=sap.com; dkim=pass header.d=sap.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=aWUfUustha9fQYLnga8Mz7fUxRs0gG0TT+Yle8wAj9M=; b=neqoWtgA5V8A8gvHx6q78+CFTW5PWCtExn4XfrNKf/V97sdPK2L3oXmkwI1k5iYLkYA8GoCjADvUsjQTLxAGtqRa9o0jms2BJVfj2zqcLqYc6HVMAN8gZGT1G/kCbQyoSioS3Y+v3msOg0wDFzJBMoM7zeBROdQ/O3Ik1KrLpv0J79HZEy3qkMXylRIkBPqXX8b6BQ3DOYNtdaIEm6852+bB10A90i3d4T7IHVOvdk86/P5DWrCu25X8Gw7c1RMwyL1YJ1e4NfC/T6dEGUmU6NR/wAG79c/8WIOM3t4GPOdYdtv2RNlbc9OvpeNViCra2qTd09gMWtgMHd3qlHO81Q==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=RewX8tLybrvvulxC1dZBFCazuHNh1c9Fiwjhcju8SAl/xm/Jh7ew300To1aLsyVakBCVk8YTYmW36eFmCRsejxyzrqBHwnpg1h+Hhp76iVT72v0ZAh94a2wIRebs9Mp+1eV70WcISQC4biA9ca6PQrVVFCWz4WwEEaAuKBBFxDsTwvA35cV8CCPYpPWhus8PyIbo7ZS5tUsVzCFRai21IRFON9wahY1MWitahqjNJG1h7wh5Z8cB/y+wzY7zH3Cm1m57GVo9nLgErFqpHNelszFq10RxRB0rrsn5cZKZ9s2kztNeTUfpI+DAp2/f1Hhh7OUArNjeX1tDvxn2Qd2pHQ==
  • Delivered-to: platform-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/platform-dev>
  • List-help: <mailto:platform-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/platform-dev>, <mailto:platform-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/platform-dev>, <mailto:platform-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdWFOHhDBWOIPbhOTXuHbKu7XawBBwAOEVEAAf9qgJA=
  • Thread-topic: [platform-dev] Is it possible to replace a single plugin in an existing Eclipse installation?

Hi,

 

thanks for your comment. I however want to update another eclipse installation with my patched plugin.

 

Cheers

Christoph

 

 

From: platform-dev-bounces@xxxxxxxxxxx <platform-dev-bounces@xxxxxxxxxxx> On Behalf Of Sarika Sinha
Sent: Freitag, 18. Oktober 2019 06:59
To: Eclipse platform general developers list. <platform-dev@xxxxxxxxxxx>
Subject: Re: [platform-dev] Is it possible to replace a single plugin in an existing Eclipse installation?

 

Hi,
You can select the options while export to deploy on the current installation. You can find more details in the help:
https://help.eclipse.org/photon/index.jsp?topic=%2Forg.eclipse.pde.doc.user%2Fguide%2Ftools%2Fexport_wizards%2Fexport_plugins.htm

Thanks & Regards,
Sarika



From:        "Langer, Christoph" <christoph.langer@xxxxxxx>
To:        "platform-dev@xxxxxxxxxxx" <platform-dev@xxxxxxxxxxx>
Date:        18/10/2019 03:46 AM
Subject:        [EXTERNAL] [platform-dev] Is it possible to replace a single plugin in an existing Eclipse installation?
Sent by:        platform-dev-bounces@xxxxxxxxxxx


 

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@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/platform-dev

 


Back to the top