cbateman | 92b32eb | 2007-09-04 18:14:56 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <?eclipse version="3.2"?> |
| 3 | <plugin> |
| 4 | <extension |
| 5 | point="org.eclipse.jst.jsf.common.standardMetaDataFiles"> |
| 6 | <standardMetaDataFile |
| 7 | location="/metadata/test-metadata.xml" |
| 8 | uri="org.eclipse.jst.pagedesigner.tests.tagCreatorFactory1"> |
| 9 | </standardMetaDataFile> |
| 10 | </extension> |
| 11 | <extension |
| 12 | point="org.eclipse.jst.pagedesigner.pageDesignerExtension"> |
| 13 | <elementEditFactory |
| 14 | class="org.eclipse.jst.pagedesigner.tests.tagcreatorPlugin.TestCreationFactory"></elementEditFactory> |
| 15 | </extension> |
gkessler | a008ef8 | 2007-12-07 23:43:58 +0000 | [diff] [blame] | 16 | <extension |
| 17 | point="org.eclipse.ui.views.properties.tabbed.propertySections"> |
| 18 | <propertySections |
| 19 | contributorId="org.eclipse.jst.pagedesigner.tabPropertyContributor"> |
| 20 | <propertySection |
| 21 | class="org.eclipse.jst.pagedesigner.tests.tabbed.properties.sections.FakePropertySection" |
| 22 | id="section.fake" |
| 23 | tab="sss"> |
| 24 | </propertySection> |
| 25 | <propertySection |
| 26 | class="org.eclipse.jst.pagedesigner.tests.tabbed.properties.sections.FakePropertySectionUsingDialogField" |
| 27 | id="section.fake.dialogfield" |
| 28 | tab="sss"> |
| 29 | </propertySection> |
| 30 | </propertySections> |
| 31 | </extension> |
cbateman | 92b32eb | 2007-09-04 18:14:56 +0000 | [diff] [blame] | 32 | |
| 33 | </plugin> |