| <?xml version="1.0" encoding="UTF-8"?> | |
| <plugin> | |
| <extension | |
| id="product" | |
| point="org.eclipse.core.runtime.products"> | |
| <product | |
| name="AERI Demo" | |
| application="org.eclipse.e4.ui.workbench.swt.E4Application"> | |
| <property | |
| name="lifeCycleURI" | |
| value="bundleclass://aeri.rcp/aeri.rcp.E4LifeCycle"> | |
| </property> | |
| <property | |
| name="applicationCSS" | |
| value="platform:/plugin/aeri.rcp/css/default.css"> | |
| </property> | |
| <property | |
| name="appName" | |
| value="AERI Demo"> | |
| </property> | |
| </product> | |
| </extension> | |
| </plugin> |