blob: 58d246681c3ad7a666177a347d9cee63511d74f2 [file] [log] [blame]
ibull31213c12007-10-04 23:32:26 +00001<?xml version="1.0" encoding="UTF-8"?>
2<feature
3 id="org.eclipse.pde.visualization.dependency_feature"
Chris Aniszczykfa6043f2009-03-28 20:06:14 +00004 label="%featureName"
Chris Aniszczykf2724052009-04-13 19:25:29 +00005 version="0.5.0.qualifier"
Chris Aniszczykfa6043f2009-03-28 20:06:14 +00006 provider-name="%providerName">
ibull31213c12007-10-04 23:32:26 +00007
8 <description url="http://www.eclipse.org/pde/incubator/dependency-visualization/index.php">
9 The dependency visualization aims to provide a set of views to
10assist with plug-in dependency analysis tasks. In particular,
11the views will provide cognitive support to people as they attempt
12to understand the dependencies between their plug-ins.
13 </description>
14
15 <license>
16 %license
17 </license>
18
Chris Aniszczyk27adbd72009-03-28 20:09:31 +000019 <requires>
20 <import plugin="org.eclipse.ui" version="3.4.0" match="compatible"/>
21 <import plugin="org.eclipse.core.runtime" version="3.4.0" match="compatible"/>
22 <import plugin="org.eclipse.pde.ui" version="3.4.0" match="greaterOrEqual"/>
23 <import plugin="org.eclipse.ui.forms" version="3.4.0" match="compatible"/>
24 <import plugin="org.eclipse.draw2d" version="3.4.0" match="compatible"/>
25 <import plugin="org.eclipse.zest.core" version="1.0.100" match="compatible"/>
26 <import plugin="org.eclipse.zest.layouts" version="1.0.0" match="compatible"/>
27 </requires>
28
ibull31213c12007-10-04 23:32:26 +000029 <plugin
30 id="org.eclipse.pde.visualization.dependency"
31 download-size="0"
32 install-size="0"
33 version="0.0.0"
34 unpack="false"/>
35
36</feature>