Skip to main content
summaryrefslogtreecommitdiffstats
blob: 348d252e90dc7a8b25b52408d74d85de8d72e077 (plain) (blame)
1
2
3
4
5
6
7
8
9
<?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 kind="output" path="bin"/>
</classpath>

Back to the top