Manuel Selva
Manuel Selva

Reputation: 19050

How build and deliver patches for Eclipse RCP application?

In the context of an RCP application I want to deliver to my customers a patch. This patch has modification in only one of my plugin included in one of my feature.

How should I build the patch and what will be the patch's content ? How can I deliver this patch to my end users, through a zip file, an update site ?

Can you point me to any link on the subject ?

Thanks, Manu

Upvotes: 0

Views: 697

Answers (1)

Kane
Kane

Reputation: 8172

You can deliver your patch as Feature Patch.

See this blog post.

Upvotes: 2

Related Questions