Skip to main content
summaryrefslogblamecommitdiffstats
blob: 28974b70bc87511c167ae1bad091f2a603efce87 (plain) (tree)


















                                                                                                              
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
<extension id="product" point="org.eclipse.core.runtime.products">
	<product name="L10n" application="org.eclipse.fx.ui.workbench.fx.application" >
		<property name="appName" value="L10n" />
		
		<property name="applicationXMI" value="org.eclipse.fx.testcases.l10n.app/Application.e4xmi" />
		
		<property name="cssTheme" value="theme.default" />
		
	</product>
	
</extension>
<extension  point="org.eclipse.fx.ui.theme">
	<theme id="theme.default" basestylesheet="css/default.css" />
	
</extension>
</plugin>

Back to the top