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

  <parent>
    <relativePath>../org.eclipse.jubula.examples.extension.releng</relativePath>
    <groupId>org.eclipse.jubula</groupId>
    <artifactId>org.eclipse.jubula.examples.extension.releng</artifactId>
    <version>4.0.0-SNAPSHOT</version>
  </parent>

  <artifactId>org.eclipse.jubula.examples.extension.swing.api.test</artifactId>
  <packaging>eclipse-plugin</packaging>
</project> 

Back to the top