diff options
author | Simon van der Zanden | 2014-08-19 14:41:26 +0000 |
---|---|---|
committer | Simon van der Zanden | 2014-08-20 09:53:44 +0000 |
commit | 81734db539de3be75aecb6894fdc11a8bbaf0a5c (patch) | |
tree | 1b5c72eadb50b198d4442f0091a3776a5c812e40 /org.eclipse.jubula.client.core.functions/pom.xml | |
parent | f26d3fd6715bfbb37f254b90d60c64989ac98e7b (diff) | |
download | org.eclipse.jubula.core-81734db539de3be75aecb6894fdc11a8bbaf0a5c.tar.gz org.eclipse.jubula.core-81734db539de3be75aecb6894fdc11a8bbaf0a5c.tar.xz org.eclipse.jubula.core-81734db539de3be75aecb6894fdc11a8bbaf0a5c.zip |
Sprint task - create empty hull for client core functions.
Signed-off-by: Simon van der Zanden <simon.vanderzanden@bredex.de>
Diffstat (limited to 'org.eclipse.jubula.client.core.functions/pom.xml')
-rw-r--r-- | org.eclipse.jubula.client.core.functions/pom.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/org.eclipse.jubula.client.core.functions/pom.xml b/org.eclipse.jubula.client.core.functions/pom.xml new file mode 100644 index 000000000..58667ba17 --- /dev/null +++ b/org.eclipse.jubula.client.core.functions/pom.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (c) 2004, 2012 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.releng.client</artifactId> + <groupId>org.eclipse.jubula</groupId> + <version>2.4.0-SNAPSHOT</version> + <relativePath>../org.eclipse.jubula.releng.client</relativePath> + </parent> + <artifactId>org.eclipse.jubula.client.core.functions</artifactId> + <packaging>eclipse-plugin</packaging> +</project> |