Skip to main content
summaryrefslogtreecommitdiffstats
blob: ca3c65e1ac389ba87f823e8321b8de041fc6f335 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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.feature</artifactId>
  <version>0.12.0.qualifier</version>
  <packaging>eclipse-feature</packaging>

</project> 

Back to the top