Skip to main content
summaryrefslogtreecommitdiffstats
blob: 8f41f2bbe7e765f8497dfb348e696b5dbfd51190 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<project>
  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>org.eclipse.e4.releng</groupId>
    <artifactId>eclipse-parent</artifactId>
    <version>1.0.0-SNAPSHOT</version>
  </parent>

  <groupId>org.eclipse.e4</groupId>
  <artifactId>org.eclipse.e4.core.tools.update</artifactId>
  <version>0.13.0.qualifier</version>
  <packaging>eclipse-repository</packaging>

  <name>org.eclipse.e4.tools.updatesite Build</name>
</project> 

Back to the top