mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 21:31:53 +01:00
14e503736c
Signed-off-by: Kai Kreuzer <kai@openhab.org>
14 lines
654 B
XML
14 lines
654 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.8">
|
|
<attributes>
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
|
<classpathentry kind="src" path="src/main/java"/>
|
|
<classpathentry exported="true" kind="lib" path="lib/bcpkix-jdk15on-1.52.jar"/>
|
|
<classpathentry exported="true" kind="lib" path="lib/bcprov-jdk15on-1.52.jar"/>
|
|
<classpathentry kind="output" path="target/classes"/>
|
|
</classpath>
|