2015-12-20 22:32:25 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
|
|
|
|
|
|
<parent>
|
2015-12-27 22:57:41 +01:00
|
|
|
<groupId>org.openhab.core</groupId>
|
2015-12-20 22:32:25 +01:00
|
|
|
<artifactId>pom-tycho</artifactId>
|
2016-05-21 14:00:58 +02:00
|
|
|
<version>2.0.0-SNAPSHOT</version>
|
2015-12-20 22:32:25 +01:00
|
|
|
<relativePath>../poms/tycho/pom.xml</relativePath>
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2015-12-27 22:57:41 +01:00
|
|
|
<artifactId>pom-bundles</artifactId>
|
2015-12-20 22:32:25 +01:00
|
|
|
|
|
|
|
<name>openHAB Bundles</name>
|
|
|
|
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
<modules>
|
|
|
|
<module>org.openhab.core</module>
|
|
|
|
<module>org.openhab.core.compat1x</module>
|
|
|
|
<module>org.openhab.core.compat1x.test</module>
|
|
|
|
<module>org.openhab.core.karaf</module>
|
|
|
|
<module>org.openhab.io.transport.serial</module>
|
|
|
|
<module>org.openhab.io.jetty.certificate</module>
|
|
|
|
<module>org.openhab.io.rest.docs</module>
|
2016-09-30 23:00:30 +02:00
|
|
|
<module>org.openhab.io.sound</module>
|
2015-12-20 22:32:25 +01:00
|
|
|
<module>org.openhab.ui.dashboard</module>
|
|
|
|
<module>org.openhab.ui.basicui</module>
|
|
|
|
<module>org.openhab.ui.classicui</module>
|
|
|
|
<module>org.openhab.ui.paperui</module>
|
|
|
|
</modules>
|
|
|
|
|
|
|
|
</project>
|