Oleg Besedin | 0fc762e | 2010-02-02 21:55:26 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <?eclipse version="3.2"?> |
| 3 | <plugin> |
Markus Keller | 3c0f419 | 2013-03-12 00:07:29 +0100 | [diff] [blame] | 4 | <extension-point id="bidiTypes" name="%bidiExtensionPointName" schema="schema/bidiTypes.exsd"/> |
Oleg Besedin | c0b663e | 2010-02-03 20:01:02 +0000 | [diff] [blame] | 5 | <extension |
| 6 | id="bidi" |
| 7 | name="%bidiExtensionName" |
| 8 | point="org.eclipse.equinox.bidi.bidiTypes"> |
| 9 | <typeDescription |
Markus Keller | 7bce6c8 | 2013-02-19 13:18:55 +0100 | [diff] [blame] | 10 | class="org.eclipse.equinox.bidi.internal.consumable.StructuredTextComma" |
Oleg Besedin | c0b663e | 2010-02-03 20:01:02 +0000 | [diff] [blame] | 11 | description="%commaProcessorName" |
| 12 | type="comma"> |
| 13 | </typeDescription> |
| 14 | <typeDescription |
Markus Keller | 7bce6c8 | 2013-02-19 13:18:55 +0100 | [diff] [blame] | 15 | class="org.eclipse.equinox.bidi.internal.consumable.StructuredTextEmail" |
Oleg Besedin | c0b663e | 2010-02-03 20:01:02 +0000 | [diff] [blame] | 16 | description="%emailProcessorName" |
| 17 | type="email"> |
| 18 | </typeDescription> |
| 19 | <typeDescription |
Markus Keller | 7bce6c8 | 2013-02-19 13:18:55 +0100 | [diff] [blame] | 20 | class="org.eclipse.equinox.bidi.internal.consumable.StructuredTextFile" |
Oleg Besedin | c0b663e | 2010-02-03 20:01:02 +0000 | [diff] [blame] | 21 | description="%fileProcessorName" |
| 22 | type="file"> |
| 23 | </typeDescription> |
| 24 | <typeDescription |
Markus Keller | 7bce6c8 | 2013-02-19 13:18:55 +0100 | [diff] [blame] | 25 | class="org.eclipse.equinox.bidi.internal.consumable.StructuredTextJava" |
Markus Keller | dd1f2c9 | 2013-02-15 21:00:24 +0100 | [diff] [blame] | 26 | description="%javaProcessorName" |
| 27 | type="java"> |
| 28 | </typeDescription> |
| 29 | <typeDescription |
Markus Keller | dd1f2c9 | 2013-02-15 21:00:24 +0100 | [diff] [blame] | 30 | description="%regexProcessorName" |
Markus Keller | 7bce6c8 | 2013-02-19 13:18:55 +0100 | [diff] [blame] | 31 | class="org.eclipse.equinox.bidi.internal.consumable.StructuredTextRegex" |
Markus Keller | dd1f2c9 | 2013-02-15 21:00:24 +0100 | [diff] [blame] | 32 | type="regex"> |
| 33 | </typeDescription> |
| 34 | <typeDescription |
| 35 | description="%sqlProcessorName" |
Markus Keller | 7bce6c8 | 2013-02-19 13:18:55 +0100 | [diff] [blame] | 36 | class="org.eclipse.equinox.bidi.internal.consumable.StructuredTextSql" |
Markus Keller | dd1f2c9 | 2013-02-15 21:00:24 +0100 | [diff] [blame] | 37 | type="sql"> |
| 38 | </typeDescription> |
| 39 | <typeDescription |
Markus Keller | 7bce6c8 | 2013-02-19 13:18:55 +0100 | [diff] [blame] | 40 | class="org.eclipse.equinox.bidi.internal.consumable.StructuredTextUnderscore" |
Oleg Besedin | c0b663e | 2010-02-03 20:01:02 +0000 | [diff] [blame] | 41 | description="%underscoreProcessorName" |
| 42 | type="underscore"> |
| 43 | </typeDescription> |
| 44 | <typeDescription |
Markus Keller | 7bce6c8 | 2013-02-19 13:18:55 +0100 | [diff] [blame] | 45 | class="org.eclipse.equinox.bidi.internal.consumable.StructuredTextURL" |
Oleg Besedin | c0b663e | 2010-02-03 20:01:02 +0000 | [diff] [blame] | 46 | description="%urlProcessorName" |
| 47 | type="url"> |
| 48 | </typeDescription> |
| 49 | <typeDescription |
Markus Keller | 7bce6c8 | 2013-02-19 13:18:55 +0100 | [diff] [blame] | 50 | class="org.eclipse.equinox.bidi.internal.consumable.StructuredTextXPath" |
Oleg Besedin | c0b663e | 2010-02-03 20:01:02 +0000 | [diff] [blame] | 51 | description="%xpathProcessorName" |
| 52 | type="xpath"> |
| 53 | </typeDescription> |
| 54 | </extension> |
Oleg Besedin | 0fc762e | 2010-02-02 21:55:26 +0000 | [diff] [blame] | 55 | </plugin> |