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

  <name>org.eclipse.e4.tools.emf.ui.script.js Build</name>
</project> 

Back to the top