<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">
    <parent>
        <artifactId>mule-hl7-ui-eclipse</artifactId>
        <groupId>org.mule.tooling.hl7</groupId>
        <version>3.0.0-SNAPSHOT</version>
    </parent>
    
    <modelVersion>4.0.0</modelVersion>
    <name>Mule HL7 Transport Target Definition</name>
    <groupId>org.mule.tooling.hl7.targets</groupId>
    <artifactId>studio-3.8</artifactId>
    <version>1.0.0</version>
    <packaging>eclipse-target-definition</packaging>

    <build>
        <plugins>
            <plugin>
                <groupId>${tycho-extras.groupid}</groupId>
                <artifactId>target-platform-validation-plugin</artifactId>
            </plugin>
        </plugins>
    </build>
</project>