blob: a3f6d070bf397b01d09c61c7856fadb42534089a [file] [log] [blame]
<?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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>org.eclipse.uomo.examples</artifactId>
<groupId>org.eclipse.uomo</groupId>
<version>0.7.1</version>
</parent>
<artifactId>org.eclipse.uomo.examples.units</artifactId>
<packaging>pom</packaging>
<name>Eclipse UOMo Units Examples</name>
<modules>
<module>org.eclipse.uomo.examples.units.console</module>
<!-- >module>org.eclipse.uomo.examples.units.pluginsample</module -->
<module>org.eclipse.uomo.examples.units.android</module>
</modules>
<groupId>org.eclipse.uomo.examples.units</groupId>
</project>