<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">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>com.github.sviperll</groupId>
        <artifactId>chicory-maven-parent</artifactId>
        <version>0.31</version>
    </parent>
    <artifactId>chicory-environment</artifactId>
    <packaging>jar</packaging>
    <name>chicory-environment</name>
    <description>
        Not portable part of chicory. This package should be as small as possible. Classes used for talking to operating system.

        Part of chicory.
    </description>
    <url>https://github.com/sviperll/chicory/tree/master/chicory-environment</url>
    <properties>
        <project.properties.file>${project.parent.basedir}/project.properties</project.properties.file>
    </properties>
</project>

