blob: 9c15200945a4df60b7fbb0c0b55c10d60dff4a30 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<plugin>
<extension
id="product"
point="org.eclipse.core.runtime.products">
<product
name="org.eclipse.fx.demo.media"
application="org.eclipse.fx.ui.workbench.fx.application">
<property
name="appName"
value="org.eclipse.fx.demo.media">
</property>
<property
name="applicationXMI"
value="org.eclipse.fx.demo.media/Application.e4xmi">
</property>
<property
name="cssTheme"
value="default.theme">
</property>
</product>
</extension>
<extension
point="org.eclipse.fx.ui.theme">
<theme
basestylesheet="css/default.css"
id="default.theme"
name="Default Theme">
</theme>
<theme
basestylesheet="css/theme2.css"
id="wood.theme"
name="Wood Theme">
</theme>
</extension>
</plugin>