| <?xml version="1.0" encoding="UTF-8"?> |
| <plugin> |
| |
| <extension |
| id="product" |
| point="org.eclipse.core.runtime.products"> |
| <product |
| name="@@projectName@@.product" |
| application="org.eclipse.osbp.vaaclipse.app.application"> |
| <property |
| name="appName" |
| value="@@projectName@@"> |
| </property> |
| <property |
| name="applicationXMI" |
| value="@@projectName@@/Application.e4xmi"> |
| </property> |
| <property |
| name="cssTheme" |
| value="reindeer"> |
| </property> |
| <property |
| name="applicationHeaderIcon" |
| value="platform:/plugin/@@projectName@@/icons/vaaclipse.png"> |
| </property> |
| <property |
| name="applicationAuthenticationProvider" |
| value="bundleclass://@@projectName@@/@@projectName@@.login.LoginProvider"> |
| </property> |
| </product> |
| </extension> |
| <extension |
| point="org.eclipse.osbp.vaaclipse.theme"> |
| <themecontribution |
| cssUri="platform:/plugin/org.eclipse.osbp.vaaclipse.resources/VAADIN/themes/vaaclipse_default_theme/styles.css" |
| id="org.eclipse.osbp.vaaclipse.resources" |
| insertPosition="after=MAIN_CSS"> |
| <resourceLocationUri |
| uri="platform:/plugin/org.eclipse.osbp.vaaclipse.resources/VAADIN/themes/vaaclipse_default_theme/"> |
| </resourceLocationUri> |
| <themeid |
| refid="reindeer"> |
| </themeid> |
| </themecontribution> |
| <themecontribution |
| cssUri="css/main.css" |
| id="@@projectName@@.maincontrib" |
| insertPosition="after=MAIN_CSS"> |
| <resourceLocationUri |
| uri="icons/"> |
| </resourceLocationUri> |
| <themeid |
| refid="reindeer"> |
| </themeid> |
| </themecontribution> |
| </extension> |
| |
| </plugin> |