mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-11 05:41:52 +01:00
3f1af862bc
- upgraded to Java 8 - reduced calls to listInstalledFeatures, which is very expensive - properly do the calculation of current/target/diff list of addons, when the config changes - don't log errors when uninstallation fails as this can happen if it is a dependent feature that must not be uninstalled Signed-off-by: Kai Kreuzer <kai@openhab.org>
18 lines
674 B
XML
18 lines
674 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
|
<classpathentry kind="src" output="target/classes" path="src/main/java">
|
|
<attributes>
|
|
<attribute name="optional" value="true"/>
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
|
|
<attributes>
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
|
<classpathentry kind="output" path="target/classes"/>
|
|
</classpath>
|