Revision 260 tmp/org.txm.chartsengine.svgbatik.rcp/plugin.xml
plugin.xml (revision 260) | ||
---|---|---|
9 | 9 |
name="SVG Batik SWT Charts Components Provider"> |
10 | 10 |
</SWTChartsComponentsProvider> |
11 | 11 |
</extension> |
12 |
<extension |
|
13 |
point="org.eclipse.ui.contexts"> |
|
14 |
<context |
|
15 |
id="org.txm.chartsengine.svgbatik.rcp.swt.SVGComposite" |
|
16 |
name="SVG Batik composite context"> |
|
17 |
</context> |
|
18 |
</extension> |
|
19 |
<extension |
|
20 |
point="org.eclipse.core.expressions.definitions"> |
|
21 |
<definition |
|
22 |
id="SVGBatikCompositeIsActiveContext"> |
|
23 |
<with |
|
24 |
variable="activeContexts"> |
|
25 |
<iterate |
|
26 |
ifEmpty="false" |
|
27 |
operator="or"> |
|
28 |
<equals |
|
29 |
value="org.txm.chartsengine.svgbatik.rcp.swt.SVGComposite"> |
|
30 |
</equals> |
|
31 |
</iterate> |
|
32 |
</with> |
|
33 |
</definition> |
|
34 |
</extension> |
|
12 | 35 |
|
13 | 36 |
</plugin> |
Also available in: Unified diff