Skip to main content
summaryrefslogtreecommitdiffstats
blob: e9a5af97a61c7903d84444b44cf22063198a527d (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>3.1.0-SNAPSHOT</version>
  </parent>

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

Back to the top