blob: 29a2d66d57c61b1d9bc91ceccc8a44ba1b37e3df [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<plugin
name="%pluginName"
id="org.eclipse.core.runtime"
version="2.0.12"
provider-name="%providerName">
<runtime>
<library name="runtime.jar">
<export name="*"/>
</library>
</runtime>
<requires>
<import plugin="org.apache.xerces"/>
</requires>
<extension-point name="%applicationsName" id="applications"/>
<extension-point name="%handlersName" id="urlHandlers"/>
</plugin>