19 lines
516 B
XML
19 lines
516 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?eclipse version="3.0"?>
|
|
<fragment
|
|
id="org.eclipse.ui.workbench.compatibility"
|
|
name="%CompatibilityFragment.fragmentName"
|
|
version="3.0.0"
|
|
provider-name="%providerName"
|
|
plugin-id="org.eclipse.ui.workbench"
|
|
plugin-version="3.0.0">
|
|
|
|
<requires>
|
|
<import plugin="org.eclipse.core.resources"/>
|
|
</requires>
|
|
|
|
<!-- N.B. This plug-in fragment contributes compatibility.jar
|
|
which is declared as a library in the plug-in manifest. -->
|
|
|
|
</fragment>
|