Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-dev] where to find this exsd?


this schema is a extension point definition schema,first you can find it under the /schema directory of the plugin project,then it is used to constrain the extensions which contribute to this extension point.

Best regards

Robin Zou





Hi, all,

This is a snap of plugin.xml in org.eclipse.debug.ui,

<!-- Extension points -->

   <extension-point id="consoleColorProviders" name="%ConsoleColorProvidersExtensionName" schema="schema/consoleColorProviders.exsd"/>

   <extension-point id="consoleLineTrackers" name="%ConsoleLineTrackersExtensionName"

Now the question is how can this schema(exsd) be found?

 

Thank you & best wishes

Stone

 







需要一个2000兆的免费邮箱吗?
网易免费邮箱是中国最多人使用的电子邮箱。

Back to the top