diff options
author | Markus Tiede | 2013-02-11 09:46:45 +0000 |
---|---|---|
committer | Markus Tiede | 2013-02-11 09:46:45 +0000 |
commit | 354a64d80640d6dd87c4e3328d1819eced9d36b5 (patch) | |
tree | c3bf383f2932fbd29af92abe3f2a722239e437a8 /org.eclipse.jubula.rc.rcp.e4.feature/pom.xml | |
parent | 769dc38fdd89a6a7f0dc85757a424854c3ff5c51 (diff) | |
download | org.eclipse.jubula.core-354a64d80640d6dd87c4e3328d1819eced9d36b5.tar.gz org.eclipse.jubula.core-354a64d80640d6dd87c4e3328d1819eced9d36b5.tar.xz org.eclipse.jubula.core-354a64d80640d6dd87c4e3328d1819eced9d36b5.zip |
Sprint task - patch / attachment 226820 for bug http://bugs.eclipse.org/399745 reviewed and applied.
Diffstat (limited to 'org.eclipse.jubula.rc.rcp.e4.feature/pom.xml')
-rw-r--r-- | org.eclipse.jubula.rc.rcp.e4.feature/pom.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/org.eclipse.jubula.rc.rcp.e4.feature/pom.xml b/org.eclipse.jubula.rc.rcp.e4.feature/pom.xml new file mode 100644 index 000000000..f3bace540 --- /dev/null +++ b/org.eclipse.jubula.rc.rcp.e4.feature/pom.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (c) 2004, 2013 BREDEX GmbH. All rights reserved. This program + and the accompanying materials are made available under the terms of the + Eclipse Public License v1.0 which accompanies this distribution, and is available + at http://www.eclipse.org/legal/epl-v10.html --> +<project + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" + xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <modelVersion>4.0.0</modelVersion> + <parent> + <artifactId>org.eclipse.jubula.rc.rcp.e4.releng</artifactId> + <groupId>org.eclipse.jubula</groupId> + <version>2.0.0-SNAPSHOT</version> + <relativePath>../org.eclipse.jubula.rc.rcp.e4.releng</relativePath> + </parent> + <artifactId>org.eclipse.jubula.rc.rcp.e4.feature</artifactId> + <version>2.0.0-SNAPSHOT</version> + <packaging>eclipse-feature</packaging> +</project> |