blob: 52792d0260ccd658b0ae242959545fcf781082e3 [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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.epp.mpc.apache.httpclient</groupId>
<artifactId>org.eclipse.epp.mpc.apache.httpclient.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<name>HttpClient Feature Site</name>
<artifactId>org.eclipse.epp.mpc.apache.httpclient.site</artifactId>
<packaging>eclipse-repository</packaging>
<properties>
<qualifier>${project.unqualifiedVersion}</qualifier>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-repository-plugin</artifactId>
<configuration>
<includeAllDependencies>false</includeAllDependencies>
</configuration>
</plugin>
</plugins>
</build>
</project>