blob: dc89b7182b4ff6138ffe37a6ff4fe5b5198bb510 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin
id="org.eclipse.ui.workbench"
name="%pluginName"
version="3.0.0"
provider-name="%providerName"
class="org.eclipse.ui.internal.WorkbenchPlugin">
<runtime>
<!-- N.B.: Do not re-order.
compatibility.jar only exists in configurations providing extra binary
compatibility for pre-3.0 plug-ins.
compatibility.jar is contributed by a fragment.
compatibility.jar must end up on the plug-in classpath before workbench.jar
since it redefines some classes found in workbench.jar. -->
<library name="compatibility.jar">
<export name="*"/>
<packages prefixes="org.eclipse.ui.internal"/>
</library>
<library name="workbench.jar">
<export name="*"/>
<packages prefixes="org.eclipse.ui, org.eclipse.jface"/>
</library>
</runtime>
<requires>
<import plugin="org.eclipse.core.runtime.compatibility"/>
<import plugin="org.eclipse.help"/>
<import plugin="org.eclipse.jface"/>
<import plugin="org.eclipse.swt"/>
</requires>
</plugin>