Skip to main content
summaryrefslogtreecommitdiffstats
blob: f2f5c476f0d95356a5a65cb1a90c5033f9ab54fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<!--
// ========================================================================
// Copyright (c) 2009 Intalio, Inc.
// 
// All rights reserved. This program and the accompanying materials
// are made available under the terms of the Eclipse Public License v1.0
// and Apache License v2.0 which accompanies this distribution.
// The Eclipse Public License is available at 
// http://www.eclipse.org/legal/epl-v10.html
// The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
// You may elect to redistribute this code under either of these licenses. 
// Contributors:
//    Hugues Malphettes - initial API and implementation
// ========================================================================
-->
<project>
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <artifactId>eclipse.platform.releng</artifactId>
    <groupId>eclipse.platform.releng</groupId>
    <version>3.8.0-SNAPSHOT</version>
    <relativePath>../../</relativePath>
  </parent>
  <artifactId>org.eclipse.pde.junit.runtime.addon</artifactId>
  <version>1.0.100-SNAPSHOT</version>
  <packaging>eclipse-feature</packaging>
</project>

Back to the top