Plugin deployment as NSF

Hi,

I’ve created a Notes plugin using Eclipse which can be deployed as a standard Eclipse plugin.

In the following article: IBM Developer I noticed that the plugin was distributed as NSF file.

I couldn’t find information on packaging plugins as NSFs. Does anyone know how to do that?

Thanks a lot,

Roy

Subject: Plugin deployment as NSF

You need to create a database based on the “Eclipse Update Site (8)” template (updatesite.ntf).

Open the new database and click on the “Import Local Update Site…” action to import your plugin from a previously created Eclipse Update Site project.

Frunobulax.

Subject: Thanks!