If you have created an extension project for UP and want to use it in UP as a versioned plugin, follow these instructions:
Convert to plugin project
Convert the desired project into a plugin project:
Set the name for the plugin and the version in the manifest:
Set the necessary extensions in the manifest:
-Dorg.eclipse.equinox.p2.reconciler.dropins.directory=path/to/plugins
Add Comment