Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-dev] Is it possible to replace a single plugin in an existing Eclipse installation?
  • From: "Langer, Christoph" <christoph.langer@xxxxxxx>
  • Date: Thu, 17 Oct 2019 22:16:10 +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=aov8pPbVUZKc9lXmwa9TutSR0kVSBllQ+rq4i2soG6w=; b=V84h0GT4DThKMBXMWUaxMy+3n9DwyDKYUHMiQZwZTJvnK1msSZexMMIJddOgAwQp0PeA8qfllmBsQxB5u7Al7U1wKuOjYwzimioi8Ll+0Doy7C2yjA6BmQXoV4m8KJ8/y9l2uu20s0LJ1D3sshICOHGWO43T2F+LYo2L9wN5uS3H05LwuA08h4HpB97aBwLmtlJNHCeke2wzfRyBTyvr1jLKuKNI6IA3J4PVoidyUz5yfg2biQ8WZEfJQLPoayBaTeis54Vn58ACNWP0eSNQmXTpga/NKD8xoninwPCk4PuXvnpC7baJ37u3fft6C+8nzmV+77kkLmBp2nPVSK6nJg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Qx42p3zIm8eUUC8CCcYasfwPyfFCWEjaKpPz04Ufy/uBKDQ/mXu30osjrTLQuqqoQmbja+46lNnQKk67fc2dK2RNtbrP18iVYMe5DB8f2VrbFyVjOuBeFHjwKQOoDWD6ilEEyaTcdaIT39hD73wAM+yDizpuS8W1bitT6D94J/qhPhvYPka2LPgfucY1M26V+KQpHGx+73fe4uQ3x8FJJiHvLPGNnj0jb8lXPJJg27uMHWul/z+qvhUV2Xki0FH40jHK2Ya7yfwwIRm3FiBeEyYMsNYGaO8a8XbiDQCVQ6WvaCzrANhG8tTeghgFi4nPs1gxTr2YuVrCliiNU4yPIg==
  • 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: AdWFOHhDBWOIPbhOTXuHbKu7XawBBw==
  • Thread-topic: Is it possible to replace a single plugin in an existing Eclipse installation?

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

 


Back to the top