root / tmp / org.txm.libs.cqp / plugin.xml @ 2496
History | View | Annotate | Download (554 Bytes)
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
---|---|
2 |
<?eclipse version="3.4"?>
|
3 |
<plugin>
|
4 |
<extension
|
5 |
point="org.txm.PostInstallationStep"> |
6 |
<PostInstallationStep
|
7 |
class="org.txm.libs.cqp.___DoInstallStep" |
8 |
description="Set CQP preferences" |
9 |
name="org.txm.libs.cqp.DoInstallStep"> |
10 |
</PostInstallationStep>
|
11 |
</extension>
|
12 |
<extension
|
13 |
point="org.eclipse.core.runtime.preferences"> |
14 |
<initializer
|
15 |
class="org.txm.libs.cqp.CQPLibPreferences"> |
16 |
</initializer>
|
17 |
</extension>
|
18 |
|
19 |
</plugin>
|