blob: 58bde143ae39963b8cb019a48025ea2173d5ef4d [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2012 Mia-Software. 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:
Gregoire DUPE (Mia-Software) - Bug 386235 - [Releng] Use tycho to build MoDisco
-->
<dependencies>
<!-- SWTBot -->
<dependency>
<type>p2-installable-unit</type>
<artifactId>org.eclipse.swtbot.eclipse.feature.group</artifactId>
<version>0.0.0</version>
</dependency>
<dependency>
<type>p2-installable-unit</type>
<artifactId>org.eclipse.swtbot.ide.feature.group</artifactId>
<version>0.0.0</version>
</dependency>
<dependency>
<type>p2-installable-unit</type>
<artifactId>org.eclipse.swtbot.eclipse.test.junit.feature.group</artifactId>
<version>0.0.0</version>
</dependency>
<dependency>
<type>p2-installable-unit</type>
<artifactId>org.eclipse.swtbot.forms.feature.group</artifactId>
<version>0.0.0</version>
</dependency>
<dependency>
<type>p2-installable-unit</type>
<artifactId>org.eclipse.swtbot.feature.group</artifactId>
<version>0.0.0</version>
</dependency>
<!-- Currently tested feature -->
<dependency>
<type>p2-installable-unit</type>
<groupId>${project.groupdId}</groupId>
<artifactId>org.eclipse.modisco.sdk.feature.feature.group</artifactId>
<version>0.0.0</version>
</dependency>
<!-- Test dependencies -->
<dependency>
<type>p2-installable-unit</type>
<artifactId>org.eclipse.jdt.feature.group</artifactId>
</dependency>
<dependency>
<type>p2-installable-unit</type>
<artifactId>org.eclipse.pde.feature.group</artifactId>
</dependency>
<dependency>
<type>p2-installable-unit</type>
<artifactId>org.eclipse.sdk.feature.group</artifactId>
</dependency>
<dependency>
<type>p2-installable-unit</type>
<artifactId>org.eclipse.rcp.feature.group</artifactId>
</dependency>
<dependency>
<type>p2-installable-unit</type>
<artifactId>org.eclipse.emf.sdk.feature.group</artifactId>
</dependency>
<dependency>
<type>p2-installable-unit</type>
<artifactId>org.eclipse.uml2.sdk.feature.group</artifactId>
</dependency>
<dependency>
<type>p2-installable-unit</type>
<artifactId>org.eclipse.ocl.all.sdk.feature.group</artifactId>
</dependency>
<dependency>
<type>p2-installable-unit</type>
<artifactId>org.eclipse.emf.transaction.sdk.feature.group</artifactId>
</dependency>
<dependency>
<type>p2-installable-unit</type>
<artifactId>org.eclipse.emf.query.sdk.feature.group</artifactId>
</dependency>
<dependency>
<type>p2-installable-unit</type>
<artifactId>org.eclipse.emf.validation.sdk.feature.group</artifactId>
</dependency>
<dependency>
<type>p2-installable-unit</type>
<groupId>${project.groupdId}</groupId>
<artifactId>org.eclipse.emf.facet.sdk.feature.feature.group</artifactId>
</dependency>
</dependencies>