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