| <?xml version="1.0" encoding="UTF-8"?> | |
| <?eclipse version="3.2"?> | |
| <plugin> | |
| <extension | |
| id="application" | |
| point="org.eclipse.core.runtime.applications"> | |
| <application> | |
| <run | |
| class="org.eclipse.e4.enterprise.installer.test.integration.fixture.Application"> | |
| </run> | |
| </application> | |
| </extension> | |
| <extension | |
| point="org.eclipse.ui.perspectives"> | |
| <perspective | |
| name="Perspective" | |
| class="org.eclipse.e4.enterprise.installer.test.integration.fixture.Perspective" | |
| id="org.eclipse.e4.enterprise.installer.test.integration.fixture.perspective"> | |
| </perspective> | |
| </extension> | |
| <extension | |
| point="org.eclipse.ui.views"> | |
| <view | |
| name="View" | |
| class="org.eclipse.e4.enterprise.installer.test.integration.fixture.View" | |
| id="org.eclipse.e4.enterprise.installer.test.integration.fixture.view"> | |
| </view> | |
| </extension> | |
| <extension | |
| id="product" | |
| point="org.eclipse.core.runtime.products"> | |
| <product | |
| application="org.eclipse.e4.enterprise.installer.test.integration.rcpmain.application" | |
| name="Installer RCP Application Example"> | |
| <property | |
| name="appName" | |
| value="Installer RCP Application Example"> | |
| </property> | |
| </product> | |
| </extension> | |
| </plugin> |