.classpath 471 Bytes
Newer Older
1
2
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
3
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
4
5
6
7
		<attributes>
			<attribute name="module" value="true"/>
		</attributes>
	</classpathentry>
8
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
9
	<classpathentry kind="src" path="src"/>
10
11
	<classpathentry kind="output" path="target/classes"/>
</classpath>