Skip to main content
summaryrefslogtreecommitdiffstats
blob: 6639e839c351447b15a1e99f9e68ea4b96833244 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="CodeCompansator" uid="org.eclipse.fx.code.compensator.app.product" id="org.eclipse.fx.code.compensator.app.product" application="org.eclipse.fx.ui.workbench.fx.application" version="1.0.0" useFeatures="true" includeLaunchers="false">

	<configIni use="default">
	</configIni>
	<launcherArgs>
		<programArgs>-nosplash</programArgs>
		<vmArgs>-Dosgi.framework.extensions=org.eclipse.fx.osgi</vmArgs>
	</launcherArgs>
	
	<windowImages/>
	
	<features>
		<feature id="org.eclipse.fx.code.compensator.app.feature" version="1.0.0.qualifier"/>
	</features>
	<configurations>
		<plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="0" />
		<plugin id="org.eclipse.equinox.common" autoStart="true" startLevel="2" />
		<plugin id="org.eclipse.equinox.ds" autoStart="true" startLevel="1" />
		<plugin id="org.eclipse.osgi" autoStart="true" startLevel="-1" />
	</configurations>
</product>
   

Back to the top