blob: 9b52170fb5bfcd7b865537872ce2c8083af0da1e [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin
id="newView1"
name="New View One Plug-In"
version="3.0.0"
provider-name="">
<runtime>
<library name="view.jar">
<export name="*"/>
</library>
</runtime>
<requires>
<import plugin="org.eclipse.ui"/>
</requires>
<extension
point="org.eclipse.ui.views" id="testDynamicViewAddition">
<view
class="org.eclipse.ui.dynamic.DynamicView"
icon="anything.gif"
category="org.eclipse.newView1.newCategory1"
name="NewView1"
id="org.eclipse.newView1.newView1">
</view>
<category
name="NewCategory1"
id="org.eclipse.newView1.newCategory1"/>
<stickyView
closeable="false"
moveable="false"
location="BOTTOM"
id="org.eclipse.newView1.newView1"/>
<view
class="org.eclipse.ui.dynamic.DynamicView"
icon="anything.gif"
name="NewView2"
id="org.eclipse.newView1.newView2">
</view>
</extension>
</plugin>