2012-05-04 19:28:57 +00:00
|
|
|
<dependencies>
|
2011-10-14 21:07:43 +00:00
|
|
|
<dependency>
|
|
|
|
<maven>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-model</artifactId>
|
|
|
|
<version>3.0.3</version>
|
|
|
|
</maven>
|
|
|
|
<jpp>
|
|
|
|
<groupId>JPP/maven</groupId>
|
|
|
|
<artifactId>maven-model</artifactId>
|
|
|
|
<version>3.0.3</version>
|
|
|
|
</jpp>
|
|
|
|
</dependency>
|
2012-11-17 18:04:34 +00:00
|
|
|
<!--
|
|
|
|
The first bootstrap build of Tycho provides the osgi bundle under the
|
|
|
|
same gid:aid as Eclipse. When building non-bootstrapped we should
|
|
|
|
explicitly depend upon Eclipse's osgi bundle, even if Tycho has
|
|
|
|
one available.
|
|
|
|
-->
|
|
|
|
<dependency>
|
|
|
|
<maven>
|
|
|
|
<groupId>org.eclipse.tycho</groupId>
|
|
|
|
<artifactId>org.eclipse.osgi</artifactId>
|
|
|
|
<version>0</version>
|
|
|
|
</maven>
|
|
|
|
<jpp>
|
|
|
|
<groupId>JPP/eclipse</groupId>
|
|
|
|
<artifactId>osgi</artifactId>
|
|
|
|
<version>0</version>
|
|
|
|
</jpp>
|
|
|
|
</dependency>
|
2011-05-06 10:38:49 +00:00
|
|
|
</dependencies>
|