blob: 5aabbeb761728a88eea060f3f3c04e0637acdb5f [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin
id="PluginWithView"
name="PluginWithView Plug-in"
version="1.0.0"
provider-name=""
class="pluginWithView.PluginWithViewPlugin">
<runtime>
<library name="PluginWithView.jar">
<export name="*"/>
</library>
</runtime>
<requires>
<import plugin="org.eclipse.ui"/>
<import plugin="org.eclipse.core.runtime"/>
<import plugin="org.aspectj.runtime"/>
</requires>
</plugin>