blob: 8c243cb1c1def8891ee47e7678d05336068fc6b8 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2009, 2019 Xored Software Inc and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
Xored Software Inc - initial API and implementation and/or initial documentation
-->
<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>
<groupId>org.eclipse.rcptt.external.dependencies</groupId>
<artifactId>bundles</artifactId>
<version>2.4.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.rcptt.updates.external.dependencies.rap</artifactId>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<configuration>
<filesets>
<fileset>
<directory>dependencies</directory>
<includes>
<include>**/*</include>
</includes>
<followSymlinks>false</followSymlinks>
</fileset>
</filesets>
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-p2-extras-plugin</artifactId>
<executions>
<execution>
<phase>generate-resources</phase>
<goals>
<goal>mirror</goal>
</goals>
</execution>
</executions>
<configuration>
<source>
<repository>
<id>kepler</id>
<url>http://download.eclipse.org/releases/kepler</url>
<layout>p2</layout>
</repository>
<repository>
<id>rap</id>
<url>http://download.eclipse.org/rt/rap/3.6</url>
<layout>p2</layout>
</repository>
</source>
<destination>${project.basedir}/dependencies</destination>
<followStrictOnly>true</followStrictOnly>
<includeOptional>false</includeOptional>
<includeNonGreedy>false</includeNonGreedy>
<latestVersionOnly>true</latestVersionOnly>
<mirrorMetadataOnly>false</mirrorMetadataOnly>
<compress>true</compress>
<append>false</append>
<includePacked>false</includePacked>
<ius>
<iu><id>org.eclipse.emf.common.feature.group</id></iu>
<iu><id>org.eclipse.emf.databinding.edit.feature.group</id></iu>
<iu><id>org.eclipse.emf.databinding.feature.group</id></iu>
<iu><id>org.eclipse.emf.ecore.edit.feature.group</id></iu>
<iu><id>org.eclipse.emf.ecore.feature.group</id></iu>
<iu><id>org.eclipse.rap.equinox.target.feature.feature.group</id></iu>
<iu><id>org.eclipse.rap.feature.feature.group</id></iu>
<iu><id>org.eclipse.equinox.executable.feature.group</id></iu>
<!-- bundles -->
<iu><id>org.eclipse.text</id></iu>
<iu><id>org.eclipse.core.filesystem</id></iu>
<iu><id>org.eclipse.core.filebuffers</id></iu>
<iu><id>org.eclipse.core.resources</id></iu>
<iu><id>org.eclipse.core.variables</id></iu>
<iu><id>org.eclipse.debug.core</id></iu>
<iu><id>org.eclipse.equinox.security</id></iu>
<iu><id>org.eclipse.emf.common</id></iu>
<iu><id>org.eclipse.emf.ecore</id></iu>
<iu><id>org.eclipse.emf.edit</id></iu>
<iu><id>org.eclipse.emf.ecore.edit</id></iu>
<iu><id>org.eclipse.emf.codegen</id></iu>
<iu><id>org.eclipse.emf.codegen.ecore</id></iu>
<iu><id>org.eclipse.emf.converter</id></iu>
<iu><id>org.eclipse.emf.databinding</id></iu>
<iu><id>org.eclipse.emf.mapping</id></iu>
<iu><id>org.eclipse.emf.mapping.ecore</id></iu>
<iu><id>org.eclipse.emf.databinding.edit</id></iu>
<iu><id>org.eclipse.emf</id></iu>
<iu><id>org.eclipse.emf.validation</id></iu>
<iu><id>org.eclipse.emf.transaction</id></iu>
<iu><id>org.eclipse.emf.ecore.change</id></iu>
</ius>
</configuration>
</plugin>
</plugins>
</build>
</project>