| <?xml version="1.0" encoding="UTF-8"?> |
| <plugin |
| name="%pluginName" |
| id="org.eclipse.core.runtime" |
| version="2.1.0" |
| provider-name="%providerName"> |
| |
| <runtime> |
| <library name="runtime.jar"> |
| <export name="*"/> |
| <packages prefixes="org.eclipse.core"/> |
| </library> |
| </runtime> |
| |
| <requires> |
| <import plugin="org.apache.xerces" version="4.0.7" match="equivalent"/> |
| </requires> |
| |
| <extension-point name="%applicationsName" id="applications" schema="schema/applications.mxsd"/> |
| <extension-point name="%handlersName" id="urlHandlers" schema="schema/urlHandlers.mxsd"/> |
| |
| </plugin> |