| <?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.core.metaconfig.example.rcp.Application"> | |
| </run> | |
| </application> | |
| </extension> | |
| <extension | |
| point="org.eclipse.ui.perspectives"> | |
| <perspective | |
| name="Perspective" | |
| class="org.eclipse.e4.core.metaconfig.example.rcp.Perspective" | |
| id="org.eclipse.e4.enterprise.utils.config.example.perspective"> | |
| </perspective> | |
| </extension> | |
| <extension | |
| point="org.eclipse.ui.views"> | |
| <view | |
| name="View" | |
| class="org.eclipse.e4.core.metaconfig.example.rcp.View" | |
| id="org.eclipse.e4.enterprise.config.integration.view"> | |
| </view> | |
| </extension> | |
| <extension | |
| id="configExample" | |
| point="org.eclipse.core.runtime.products"> | |
| <product | |
| application="org.eclipse.e4.enterprise.utils.config.example.application" | |
| name="Configuration Example"> | |
| <property | |
| name="appName" | |
| value="Configuration Example"> | |
| </property> | |
| </product> | |
| </extension> | |
| </plugin> |