blob: 3282d3225e7def7e05f8b9da0f3ce2953c98cef5 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>eclipse.platform.ui.examples.featurePatch</artifactId>
<groupId>eclipse.platform.ui</groupId>
<version>4.2.2-SNAPSHOT</version>
</parent>
<groupId>eclipse.platform.ui</groupId>
<artifactId>org.eclipse.e4.ui.r422.update</artifactId>
<version>4.2.2.qualifier</version>
<packaging>eclipse-repository</packaging>
<name>Juno SR2 patches site</name>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<configuration>
<dependency-resolution>
<extraRequirements>
<!-- this guarantees proper reactor build order -->
<requirement>
<type>eclipse-feature</type>
<id>org.eclipse.e4.rcp</id>
<versionRange>1.1.2</versionRange>
</requirement>
</extraRequirements>
</dependency-resolution>
</configuration>
</plugin>
</plugins>
</build>
</project>