cbridgha | fb0a40c | 2005-03-31 16:36:48 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <?eclipse version="3.0"?> |
david_williams | d752131 | 2007-05-21 05:27:50 +0000 | [diff] [blame] | 3 | <plugin> |
cbridgha | fb0a40c | 2005-03-31 16:36:48 +0000 | [diff] [blame] | 4 | |
david_williams | d752131 | 2007-05-21 05:27:50 +0000 | [diff] [blame] | 5 | <extension |
cbridgha | fb0a40c | 2005-03-31 16:36:48 +0000 | [diff] [blame] | 6 | point="org.eclipse.wst.common.tests.collector.suites"> |
| 7 | <suite |
| 8 | class="org.eclipse.wst.common.tests.ui.DataModelUIAPITests" |
| 9 | name="DataModel UI API Tests"> |
| 10 | </suite> |
| 11 | </extension> |
| 12 | <extension |
| 13 | point="org.eclipse.wst.common.frameworks.ui.DataModelWizardExtension"> |
| 14 | <DataModelWizard |
| 15 | class="org.eclipse.wst.common.tests.ui.TestDataModelWizard" |
| 16 | id="org.eclipse.wst.common.frameworks.datamodel.tests.ITestDataModel"/> |
| 17 | </extension> |
cbridgha | 38dc2a9 | 2005-10-06 13:57:01 +0000 | [diff] [blame] | 18 | <extension |
| 19 | point="org.eclipse.wst.common.frameworks.ui.wizardPageGroup"> |
| 20 | <wizardPageGroup |
| 21 | pageGroupID="foo" |
| 22 | wizardID="org.eclipse.wst.common.tests.ui.wizard.Test2DataModelProvider"> |
| 23 | <factory className="org.eclipse.wst.common.tests.ui.wizard.Test2DataModelWizardFactory"/> |
| 24 | </wizardPageGroup> |
| 25 | <wizardPageGroup |
| 26 | pageGroupID="bar" |
| 27 | wizardID="org.eclipse.wst.common.tests.ui.wizard.Test2DataModelProvider"> |
| 28 | <factory className="org.eclipse.wst.common.tests.ui.wizard.Test2DataModelWizardFactory2"/> |
| 29 | </wizardPageGroup> |
| 30 | <wizardPageGroup |
| 31 | pageGroupID="foobar" |
| 32 | wizardID="org.eclipse.wst.common.tests.ui.wizard.Test2DataModelProvider"> |
| 33 | <factory className="org.eclipse.wst.common.tests.ui.wizard.Test2DataModelWizardFactory3"/> |
| 34 | </wizardPageGroup> |
canderson | c761761 | 2008-02-20 20:55:03 +0000 | [diff] [blame] | 35 | <wizardPage |
| 36 | wizardID="org.eclipse.wst.common.tests.ui.wizard.Test2DataModelProvider"> |
| 37 | <factory |
| 38 | className="org.eclipse.wst.common.tests.ui.wizard.Test2PageWizardExtensionFactory"> |
| 39 | </factory> |
| 40 | </wizardPage> |
| 41 | <wizardPage |
| 42 | wizardID="org.eclipse.wst.common.tests.ui.wizard.Test2DataModelProvider"> |
| 43 | <factory |
| 44 | className="org.eclipse.wst.common.tests.ui.wizard.Test2PageWizardExtensionFactory2"> |
| 45 | </factory> |
| 46 | </wizardPage> |
cbridgha | 38dc2a9 | 2005-10-06 13:57:01 +0000 | [diff] [blame] | 47 | </extension> |
cbridgha | fb0a40c | 2005-03-31 16:36:48 +0000 | [diff] [blame] | 48 | |
cbridgha | 0a16b3b | 2006-03-31 15:22:08 +0000 | [diff] [blame] | 49 | <!-- |
| 50 | A picture of the operation tree |
| 51 | /** |
| 52 | * Operations are organized as follows: <code> |
| 53 | * D |
| 54 | * / \ |
| 55 | * / \ |
| 56 | * B F |
| 57 | * / \ / \ |
| 58 | * A C E G |
| 59 | * </code> |
| 60 | */ |
| 61 | --> |
| 62 | |
| 63 | <extension |
| 64 | point="org.eclipse.wst.common.frameworks.OperationExtension" |
| 65 | id="org.eclipse.wst.common.tests.ui.manager"> |
| 66 | <operationExtension |
| 67 | id="org.eclipse.wst.common.tests.ui.manager.D" |
| 68 | postOperationClass="org.eclipse.wst.common.tests.ui.manager.F" |
| 69 | preOperationClass="org.eclipse.wst.common.tests.ui.manager.B"/> |
| 70 | <operationExtension |
| 71 | id="org.eclipse.wst.common.tests.ui.manager.B" |
| 72 | postOperationClass="org.eclipse.wst.common.tests.ui.manager.C" |
| 73 | preOperationClass="org.eclipse.wst.common.tests.ui.manager.A"/> |
| 74 | <operationExtension |
| 75 | id="org.eclipse.wst.common.tests.ui.manager.F" |
| 76 | postOperationClass="org.eclipse.wst.common.tests.ui.manager.G" |
| 77 | preOperationClass="org.eclipse.wst.common.tests.ui.manager.E"/> |
| 78 | </extension> |
| 79 | |
cbridgha | fb0a40c | 2005-03-31 16:36:48 +0000 | [diff] [blame] | 80 | |
| 81 | </plugin> |