Skip to main content

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

What should happen with contributor URIs?  I guess they should remain as platform-style URIs except that programmatically-contributed elements could specify a bundleclass-style URI.

Brian.

On 18-Jan-2012, at 2:27 PM, Dean Roberts wrote:

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

_______________________________________________
e4-dev mailing list
e4-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/e4-dev


Back to the top