mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-12 14:11:54 +01:00
a5b86617a6
Signed-off-by: Kai Kreuzer <kai@openhab.org>
11 lines
588 B
XML
11 lines
588 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
|
|
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
|
<classpathentry kind="src" path="src/test/java"/>
|
|
<classpathentry kind="src" path="src/test/groovy"/>
|
|
<classpathentry exported="true" kind="con" path="GROOVY_SUPPORT"/>
|
|
<classpathentry exported="true" kind="con" path="GROOVY_DSL_SUPPORT"/>
|
|
<classpathentry kind="output" path="target/test-classes"/>
|
|
</classpath>
|