david_williams | f203af7 | 2005-03-17 17:20:20 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <component xmlns="http://eclipse.org/wtp/releng/tools/component-model" |
nitind | bb400db | 2005-03-24 21:37:04 +0000 | [diff] [blame] | 3 | name="org.eclipse.wst.xml"> |
david_williams | 7d5be00 | 2005-03-20 04:54:53 +0000 | [diff] [blame] | 4 | <component-depends unrestricted="true"></component-depends> |
| 5 | <plugin id="org.eclipse.wst.xml.core" /> |
| 6 | <plugin id="org.eclipse.wst.xml.ui" /> |
| 7 | |
david_williams | 8b51c88 | 2005-03-20 19:34:56 +0000 | [diff] [blame] | 8 | <plugin id="org.eclipse.wst.xml.uriresolver" /> |
david_williams | 7d5be00 | 2005-03-20 04:54:53 +0000 | [diff] [blame] | 9 | <plugin id="org.eclipse.wst.xml.uriresolver.ui" /> |
| 10 | <plugin id="org.eclipse.wst.xml.validation" /> |
| 11 | |
david_williams | d8c535e | 2005-03-28 21:00:57 +0000 | [diff] [blame] | 12 | <!-- dw --> |
david_williams | 7d5be00 | 2005-03-20 04:54:53 +0000 | [diff] [blame] | 13 | <package name="org.eclipse.wst.xml.core" /> |
| 14 | <package name="org.eclipse.wst.xml.core.contenttype" /> |
| 15 | <package name="org.eclipse.wst.xml.core.document" /> |
| 16 | <package name="org.eclipse.wst.xml.core.parser" /> |
david_williams | dc2a23a | 2005-03-20 19:37:39 +0000 | [diff] [blame] | 17 | |
pavery | f918eb2 | 2005-03-29 18:26:53 +0000 | [diff] [blame^] | 18 | <!-- probably should exclude some classes... --> |
| 19 | <package name="org.eclipse.wst.xml.core.text" /> |
| 20 | |
david_williams | dc2a23a | 2005-03-20 19:37:39 +0000 | [diff] [blame] | 21 | <!-- <package name="org.w3c.dom" /> --> |
david_williams | 8b51c88 | 2005-03-20 19:34:56 +0000 | [diff] [blame] | 22 | |
david_williams | 7d5be00 | 2005-03-20 04:54:53 +0000 | [diff] [blame] | 23 | <package name="org.eclipse.wst.xml.uriresolver" /> |
| 24 | |
| 25 | <package name="org.eclipse.wst.xml.uriresolver.ui" /> |
| 26 | |
david_williams | d8c535e | 2005-03-28 21:00:57 +0000 | [diff] [blame] | 27 | <!-- add in viewer config for xml, phil --> |
| 28 | |
david_williams | f203af7 | 2005-03-17 17:20:20 +0000 | [diff] [blame] | 29 | </component> |