root / tmp / org.txm.chartsengine.svgbatik.rcp / plugin.xml @ 1256
Historique | Voir | Annoter | Télécharger (1,09 ko)
| 1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|---|---|
| 2 |
<?eclipse version="3.4"?>
|
| 3 |
<plugin>
|
| 4 |
<extension
|
| 5 |
point="org.txm.rcp.swtchartscomponentsprovider"> |
| 6 |
<SWTChartsComponentsProvider
|
| 7 |
class="org.txm.chartsengine.svgbatik.rcp.SVGSWTChartsComponentsProvider" |
| 8 |
inputFormat="svg" |
| 9 |
name="SVG Batik SWT Charts Components Provider"> |
| 10 |
</SWTChartsComponentsProvider>
|
| 11 |
</extension>
|
| 12 |
<extension
|
| 13 |
point="org.eclipse.ui.contexts"> |
| 14 |
<context
|
| 15 |
id="org.txm.chartsengine.svgbatik.rcp.swt.SVGComposite" |
| 16 |
name="%context.name"> |
| 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>
|
| 35 |
|
| 36 |
</plugin>
|