root / tmp / org.txm.ahc.core / plugin.xml @ 2801
History | View | Annotate | Download (503 Bytes)
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
---|---|
2 |
<?eclipse version="3.4"?>
|
3 |
<plugin>
|
4 |
<extension
|
5 |
point="org.eclipse.core.runtime.preferences"> |
6 |
<initializer
|
7 |
class="org.txm.ahc.core.preferences.AHCPreferences"> |
8 |
</initializer>
|
9 |
</extension>
|
10 |
<extension
|
11 |
point="org.txm.chartsengine.chartcreator"> |
12 |
<ChartCreator
|
13 |
class="org.txm.ahc.core.chartsengine.r.RAHCChartCreator" |
14 |
fileNamePrefix="ahc"> |
15 |
</ChartCreator>
|
16 |
</extension>
|
17 |
</plugin>
|