24 lines
566 B
XML
24 lines
566 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE xml>
|
|
<?eclipse version="3.4"?>
|
|
<plugin>
|
|
|
|
<extension
|
|
id="product"
|
|
point="org.eclipse.core.runtime.products">
|
|
<product
|
|
application="org.eclipse.e4.ui.workbench.swt.E4Application"
|
|
name="flinstones">
|
|
<property
|
|
name="appName"
|
|
value="flinstones">
|
|
</property>
|
|
<property
|
|
name="cssTheme"
|
|
value="flintstones.theme.default">
|
|
</property>
|
|
</product>
|
|
</extension>
|
|
|
|
</plugin>
|