зеркало из https://github.com/mozilla/smarthome.git
23 строки
781 B
XML
23 строки
781 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
|
|
<parent>
|
|
<groupId>org.eclipse.smarthome.bundles</groupId>
|
|
<artifactId>ui</artifactId>
|
|
<version>0.7.0-SNAPSHOT</version>
|
|
</parent>
|
|
|
|
<properties>
|
|
<bundle.symbolicName>org.eclipse.smarthome.ui</bundle.symbolicName>
|
|
<bundle.namespace>org.eclipse.smarthome.ui</bundle.namespace>
|
|
</properties>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>org.eclipse.smarthome</groupId>
|
|
<artifactId>org.eclipse.smarthome.ui</artifactId>
|
|
|
|
<name>Eclipse SmartHome UI</name>
|
|
|
|
<packaging>eclipse-plugin</packaging>
|
|
|
|
</project> |