Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-core-dev] Specify qualified name for extension point

All,

In Java doc of org.eclipse.core.runtime.IExtensionPoint, it says, "Since 3.2, the extension registry allows elements to specify qualified name. The extension point of the plug-in org.abc could specify org.zzz.MyExtPoint as an Id. In this case, namespace name is org.zzz, but the contributor name is org.abc." I wonder how to do this. I tried to specify qualified name in .exsd. It seemed whatever I specified the bundle ID was always be used as qualified name. Is there any document I can refer to or any example I can check?

Thanks.

--
Best Regards,

Jason Hao

Back to the top