root / tmp / org.txm.core / plugin.xml @ 2212
History | View | Annotate | Download (2.2 kB)
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
---|---|
2 |
<?eclipse version="3.4"?>
|
3 |
<plugin>
|
4 |
<extension-point id="org.txm.core.engines.EnginesManager" name="org.txm.core.engines.EnginesManager" schema="schema/engine_manager.exsd"/> |
5 |
<extension-point id="org.txm.functions.CommandsAPIDeclaration" name="CommandsAPIDeclaration" schema="schema/org.txm.commandapi.exsd"/> |
6 |
<extension-point id="org.txm.PostInstallationStep" name="Post installation step" schema="schema/org.txm.PostInstallationStep.exsd"/> |
7 |
<extension-point id="org.txm.PostTXMHOMEInstallationStep" name="Post TXMHome installation step" schema="schema/org.txm.org.txm.PostTXMHOMEInstallationStep.exsd"/> |
8 |
<extension-point id="org.txm.core.engines.ImportEngine" name="org.txm.core.engines.ImportEngine" schema="schema/org.txm.core.engines.ImportEngine.exsd"/> |
9 |
<extension-point id="org.txm.core.engines.ScriptEngine" name="org.txm.core.engines.ScriptEngine" schema="schema/org.txm.core.engines.ScriptEngine.exsd"/> |
10 |
<extension
|
11 |
point="org.eclipse.core.runtime.preferences"> |
12 |
<initializer
|
13 |
class="org.txm.core.preferences.TBXPreferences"> |
14 |
</initializer>
|
15 |
</extension>
|
16 |
<extension
|
17 |
id="org.txm.core.CorpusNature" |
18 |
name="Corpus" |
19 |
point="org.eclipse.core.resources.natures"> |
20 |
<runtime>
|
21 |
<run
|
22 |
class="org.txm.core.CorpusNature"> |
23 |
</run>
|
24 |
</runtime>
|
25 |
</extension>
|
26 |
<extension
|
27 |
point="org.txm.core.engines.EnginesManager"> |
28 |
<EngineManager
|
29 |
class="org.txm.core.engines.ImportEngines" |
30 |
description="Import engines manager" |
31 |
name="ImportEngines"> |
32 |
</EngineManager>
|
33 |
<EngineManager
|
34 |
class="org.txm.core.engines.ScriptEnginesManager" |
35 |
description="Script engines manager" |
36 |
name="ScriptEngines"> |
37 |
</EngineManager>
|
38 |
</extension>
|
39 |
<extension
|
40 |
id="Toolbox" |
41 |
point="org.eclipse.core.runtime.applications"> |
42 |
<application
|
43 |
cardinality="singleton-global" |
44 |
thread="main" |
45 |
visible="true"> |
46 |
<run
|
47 |
class="org.txm.ToolboxApplication"> |
48 |
</run>
|
49 |
</application>
|
50 |
</extension>
|
51 |
|
52 |
</plugin>
|