blob: c6389149e4a66b5455b1d6ff9c5d4cda02533cae [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<plugin>
<extension
id="product"
name="myproduct"
point="org.eclipse.core.runtime.products">
<product
name="${{BUSINESS_BUNDLE}}"
application="org.eclipse.osbp.vaaclipse.addons.app.application">
<property
name="clearPersistedState"
value="true">
</property>
<property
name="appName"
value="${{BUSINESS_BUNDLE}}">
</property>
<property
name="applicationXMI"
value="${{APPLICATION_SYMBOLIC_NAME}}/Application.e4xmi">
</property>
<property
name="applicationWidgetset"
value="platform:/plugin/org.eclipse.osbp.vaadin.widgetset/VAADIN/widgetsets/org.eclipse.osbp.vaadin.widgetset.widgetsets.OSBPWidgetset">
</property>
<!--
<property
name="applicationHeaderIcon"
value="platform:/plugin/${{PRODUCT_SYMBOLIC_NAME}}/img/logo.png">
</property>
-->
<property
name="applicationAuthenticationProvider"
value="bundleclass://org.eclipse.osbp.authentication.ui/org.eclipse.osbp.authentication.ui.login.AuthenticationProvider">
</property>
<property
name="vaadin.productionMode"
value="true">
</property>
<property
name="cssTheme"
value="${{VAACLIPSE_THEME}}">
</property>
<property
name="vaadin.pushmode"
value="AUTOMATIC">
</property>
<property
name="startupForegroundColor"
value="000000">
</property>
<property
name="startupMessageRect"
value="5,380,570,20">
</property>
<property
name="startupProgressRect"
value="5,400,570,15">
</property>
<property
name="preferenceCustomization"
value="plugin_customization.ini">
</property>
</product>
</extension>
<extension
id="${{APPLICATION_SYMBOLIC_NAME}}"
point="org.eclipse.e4.workbench.model">
<fragment apply="notexists"
uri="problemsViewFragment.e4xmi">
</fragment>
</extension>
</plugin>