Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2012-05-18 18:21:20 +0000
committerSzymon Brandys2012-05-22 11:48:22 +0000
commita4b14e222b8efca995aabcaa5c67dde941d8968e (patch)
treedb232b7af55778f3bd80301463f94e5cb14c59fe /tests/org.eclipse.team.tests.core
parent1f8ef0df0f4919bdbeaa5073c138317fa22119a6 (diff)
downloadeclipse.platform.team-a4b14e222b8efca995aabcaa5c67dde941d8968e.tar.gz
eclipse.platform.team-a4b14e222b8efca995aabcaa5c67dde941d8968e.tar.xz
eclipse.platform.team-a4b14e222b8efca995aabcaa5c67dde941d8968e.zip
Add poms for Tycho buildv20120522-1148
Diffstat (limited to 'tests/org.eclipse.team.tests.core')
-rw-r--r--tests/org.eclipse.team.tests.core/pom.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/org.eclipse.team.tests.core/pom.xml b/tests/org.eclipse.team.tests.core/pom.xml
new file mode 100644
index 000000000..212c14122
--- /dev/null
+++ b/tests/org.eclipse.team.tests.core/pom.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2012 Eclipse Foundation.
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Distribution License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/org/documents/edl-v10.php
+
+ Contributors:
+ Igor Fedorenko - initial implementation
+-->
+
+<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>eclipse.platform.team</artifactId>
+ <groupId>eclipse.platform.team</groupId>
+ <version>3.8.0-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>eclipse.platform.team</groupId>
+ <artifactId>org.eclipse.team.tests.core</artifactId>
+ <version>3.7.0-SNAPSHOT</version>
+ <packaging>eclipse-test-plugin</packaging>
+</project>

Back to the top