Skip to main content
summaryrefslogtreecommitdiffstats
blob: eef413efcc40a1afe8a2572ddb6a5312dad9d070 (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>
    <relativePath>../../build/parent/pom.xml</relativePath>
    <groupId>org.eclipse.e4.tools</groupId>
    <artifactId>parent</artifactId>
    <version>1.0.0-SNAPSHOT</version>
  </parent>

  <artifactId>org.eclipse.e4.tools.css.editor.feature</artifactId>
  <version>0.12.0.qualifier</version>
  <packaging>eclipse-feature</packaging>

  <name>org.eclipse.e4.tools.css.editor.feature Build</name>
</project> 

Back to the top