Skip to main content
summaryrefslogtreecommitdiffstats
blob: 2f27f74c39099ad63e0c02b1f03e451415061879 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry combineaccessrules="false" kind="src" path="/org.eclipse.fx.ui.controls"/>
	<classpathentry kind="con" path="org.eclipse.fx.ide.jdt.core.JAVAFX_CONTAINER"/>
	<classpathentry combineaccessrules="false" kind="src" path="/org.eclipse.fx.core"/>
	<classpathentry combineaccessrules="false" kind="src" path="/org.eclipse.fx.ui.dialogs"/>
	<classpathentry combineaccessrules="false" kind="src" path="/org.eclipse.fx.ui.panes"/>
	<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top