Skip to end of banner
Go to start of banner

UP - Create and use a UP plugin

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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:

image-20241206-082936.png

Set the name for the plugin and the version in the manifest:

image-20241206-083721.png

Set the necessary extensions in the manifest:

image-20241206-085219.png

Register asrc folder:

image-20241206-083433.png

Register built-In dependency:

image-20241206-083556.png

Select asrc, META-INF, und plugin.xml for binary build:

image-20241206-083624.png

Export plugin:

image-20241206-083805.png

image-20241206-083841.png

Define dropins folder in the UPstudio.ini file:

-Dorg.eclipse.equinox.p2.reconciler.dropins.directory=path/to/plugins
image-20241206-084642.png

Activate the built-in dependency in the desired project:

image-20241206-084936.png

  • No labels