| <?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) | |
| --> | |
| <dependencies> | |
| <!-- SWTBot --> | |
| <dependency> | |
| <type>p2-installable-unit</type> | |
| <artifactId>org.eclipse.swtbot.eclipse.feature.group</artifactId> | |
| </dependency> | |
| <dependency> | |
| <type>p2-installable-unit</type> | |
| <artifactId>org.eclipse.swtbot.ide.feature.group</artifactId> | |
| </dependency> | |
| <dependency> | |
| <type>p2-installable-unit</type> | |
| <artifactId>org.eclipse.swtbot.eclipse.test.junit4.feature.group</artifactId> | |
| </dependency> | |
| <dependency> | |
| <type>p2-installable-unit</type> | |
| <artifactId>org.eclipse.swtbot.forms.feature.group</artifactId> | |
| </dependency> | |
| <dependency> | |
| <type>p2-installable-unit</type> | |
| <artifactId>org.eclipse.swtbot.feature.group</artifactId> | |
| </dependency> | |
| <!-- Currently tested feature --> | |
| <dependency> | |
| <type>p2-installable-unit</type> | |
| <groupId>${project.groupdId}</groupId> | |
| <artifactId>org.eclipse.modisco.sdk.feature.feature.group</artifactId> | |
| </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> | |
| <!-- Others --> | |
| <dependency> | |
| <type>eclipse-plugin</type> | |
| <artifactId>org.hamcrest</artifactId> | |
| <version>0.0.0</version> | |
| </dependency> | |
| </dependencies> |