Skip to main content
summaryrefslogtreecommitdiffstats
blob: c5de1aa4fcf2454d5a3e47fda9acafd1fcf3395e (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.tools.emf.editor3x</artifactId>
  <version>0.12.0.qualifier</version>
  <packaging>eclipse-plugin</packaging>

</project> 

Back to the top