cbridgha | fb0a40c | 2005-03-31 16:36:48 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <?eclipse version="3.0"?> |
| 3 | <plugin |
| 4 | id="org.eclipse.wst.common.tests.ui" |
vbhadrir | 50935ee | 2005-08-22 21:13:59 +0000 | [diff] [blame] | 5 | name="%Ui_Plug-in" |
vbhadrir | 4b1ef5f | 2005-06-15 21:31:01 +0000 | [diff] [blame] | 6 | version="0.7.0" |
vbhadrir | 50935ee | 2005-08-22 21:13:59 +0000 | [diff] [blame] | 7 | provider-name="%Eclipse" |
cbridgha | fb0a40c | 2005-03-31 16:36:48 +0000 | [diff] [blame] | 8 | class="org.eclipse.wst.common.tests.ui.UiPlugin"> |
| 9 | |
| 10 | <runtime> |
| 11 | <library name="ui.jar"> |
| 12 | <export name="*"/> |
| 13 | </library> |
| 14 | </runtime> |
| 15 | |
| 16 | <requires> |
| 17 | <import plugin="org.eclipse.ui"/> |
| 18 | <import plugin="org.eclipse.core.runtime"/> |
| 19 | <import plugin="org.eclipse.wst.common.frameworks.ui"/> |
| 20 | <import plugin="org.eclipse.wst.common.tests"/> |
cbridgha | 513851e | 2005-10-13 16:30:35 +0000 | [diff] [blame^] | 21 | <import plugin="org.eclipse.wst.common.environment"/> |
cbridgha | fb0a40c | 2005-03-31 16:36:48 +0000 | [diff] [blame] | 22 | </requires> |
| 23 | |
| 24 | <extension |
| 25 | point="org.eclipse.wst.common.tests.collector.suites"> |
| 26 | <suite |
| 27 | class="org.eclipse.wst.common.tests.ui.DataModelUIAPITests" |
| 28 | name="DataModel UI API Tests"> |
| 29 | </suite> |
| 30 | </extension> |
| 31 | <extension |
| 32 | point="org.eclipse.wst.common.frameworks.ui.DataModelWizardExtension"> |
| 33 | <DataModelWizard |
| 34 | class="org.eclipse.wst.common.tests.ui.TestDataModelWizard" |
| 35 | id="org.eclipse.wst.common.frameworks.datamodel.tests.ITestDataModel"/> |
| 36 | </extension> |
cbridgha | 38dc2a9 | 2005-10-06 13:57:01 +0000 | [diff] [blame] | 37 | <extension |
| 38 | point="org.eclipse.wst.common.frameworks.ui.wizardPageGroup"> |
| 39 | <wizardPageGroup |
| 40 | pageGroupID="foo" |
| 41 | wizardID="org.eclipse.wst.common.tests.ui.wizard.Test2DataModelProvider"> |
| 42 | <factory className="org.eclipse.wst.common.tests.ui.wizard.Test2DataModelWizardFactory"/> |
| 43 | </wizardPageGroup> |
| 44 | <wizardPageGroup |
| 45 | pageGroupID="bar" |
| 46 | wizardID="org.eclipse.wst.common.tests.ui.wizard.Test2DataModelProvider"> |
| 47 | <factory className="org.eclipse.wst.common.tests.ui.wizard.Test2DataModelWizardFactory2"/> |
| 48 | </wizardPageGroup> |
| 49 | <wizardPageGroup |
| 50 | pageGroupID="foobar" |
| 51 | wizardID="org.eclipse.wst.common.tests.ui.wizard.Test2DataModelProvider"> |
| 52 | <factory className="org.eclipse.wst.common.tests.ui.wizard.Test2DataModelWizardFactory3"/> |
| 53 | </wizardPageGroup> |
| 54 | </extension> |
cbridgha | fb0a40c | 2005-03-31 16:36:48 +0000 | [diff] [blame] | 55 | |
| 56 | |
| 57 | </plugin> |