Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[e4-dev] Changed the uri syntax for contributionURI

I have just committed the fix requested in Bug 307458 (https://bugs.eclipse.org/bugs/show_bug.cgi?id=307458)

The contributionURI for e4 handlers is now of the format:

bundleclass://<bundle symbolic name>/<fully qualified class name>

Where the bundle symbolic name is the authority of the URI.

I have updated all our uses in e4 source, including tests and demos.  I've also released reconciler code so that workspaces saved with the old models will be updated when loaded.

However, projects contributing their own handlers will have to change their naming syntax to match the new format.

Problems finding and loading a handler class will be logged as an error, so you will be able to find them.

The code is committed so will be in tonight's build and will be part M5

Please let me know if you see any problems.

Dean_Roberts@xxxxxxxxxx


Back to the top