diff options
author | Markus Tiede | 2013-03-05 08:51:17 +0000 |
---|---|---|
committer | Markus Tiede | 2013-03-05 08:51:25 +0000 |
commit | 112c652040fb20a741ac454524693ceccc82b69f (patch) | |
tree | 20c27e1297e56beab0313ab3a738b3766d4e1211 /org.eclipse.jubula.examples.extension.swing.toolkit/pom.xml | |
parent | 1e112e79cd581f8d1a955ee3cfa381441be4fc24 (diff) | |
download | org.eclipse.jubula.core-112c652040fb20a741ac454524693ceccc82b69f.tar.gz org.eclipse.jubula.core-112c652040fb20a741ac454524693ceccc82b69f.tar.xz org.eclipse.jubula.core-112c652040fb20a741ac454524693ceccc82b69f.zip |
Sprint task - alter extension examples for swing and rcp; major cleanup + renaming.
Diffstat (limited to 'org.eclipse.jubula.examples.extension.swing.toolkit/pom.xml')
-rw-r--r-- | org.eclipse.jubula.examples.extension.swing.toolkit/pom.xml | 70 |
1 files changed, 0 insertions, 70 deletions
diff --git a/org.eclipse.jubula.examples.extension.swing.toolkit/pom.xml b/org.eclipse.jubula.examples.extension.swing.toolkit/pom.xml deleted file mode 100644 index 315380198..000000000 --- a/org.eclipse.jubula.examples.extension.swing.toolkit/pom.xml +++ /dev/null @@ -1,70 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<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.0.0-SNAPSHOT</version> - <relativePath>../org.eclipse.jubula.releng.client</relativePath> - </parent> - <groupId>org.eclipse.jubula</groupId> - <artifactId>org.eclipse.jubula.examples.extension.swing.toolkit</artifactId> - <version>2.0.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> - - <build> - <plugins> - <plugin> - <groupId>org.eclipse.tycho</groupId> - <artifactId>tycho-maven-plugin</artifactId> - <version>${tycho-version}</version> - <extensions>true</extensions> - </plugin> - <plugin> - <groupId>org.eclipse.tycho</groupId> - <artifactId>target-platform-configuration</artifactId> - <version>${tycho-version}</version> - <configuration> - <resolver>p2</resolver> - <pomDependencies>consider</pomDependencies> - <target> - <artifact> - <groupId>${project.groupId}</groupId> - <artifactId>${project.artifactId}</artifactId> - <version>${project.version}</version> - <classifier>../org.eclipse.jubula.project.configuration/target/definitions/indigo+nightly</classifier> - </artifact> - </target> - <environments> - <environment> - <os>win32</os> - <ws>win32</ws> - <arch>x86</arch> - </environment> - <environment> - <os>win32</os> - <ws>win32</ws> - <arch>x86_64</arch> - </environment> - <environment> - <os>linux</os> - <ws>gtk</ws> - <arch>x86_64</arch> - </environment> - <environment> - <os>linux</os> - <ws>gtk</ws> - <arch>x86</arch> - </environment> - <environment> - <os>macosx</os> - <ws>cocoa</ws> - <arch>x86_64</arch> - </environment> - </environments> - </configuration> - </plugin> - </plugins> - </build> -</project> |