Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2013-11-08 15:56:50 +0000
committerUwe Stieber2013-11-08 15:56:50 +0000
commitce170d631e65e7467991b59b8cabf7b1af6b9c2d (patch)
tree980c04e7b76941668361bd241458b54df7675d8a /target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml
parent0d1123933f8dd8c6170e1d9eee6114e0f2b2e0a7 (diff)
downloadorg.eclipse.tcf-ce170d631e65e7467991b59b8cabf7b1af6b9c2d.tar.gz
org.eclipse.tcf-ce170d631e65e7467991b59b8cabf7b1af6b9c2d.tar.xz
org.eclipse.tcf-ce170d631e65e7467991b59b8cabf7b1af6b9c2d.zip
Releng: Fix parent POM references in target explorer test plugin
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml b/target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml
deleted file mode 100644
index b71389d05..000000000
--- a/target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml
+++ /dev/null
@@ -1,17 +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>
- <groupId>org.eclipse.tcf.te</groupId>
- <artifactId>te-tests.maven-master</artifactId>
- <version>1.2.0-SNAPSHOT</version>
- <relativePath>../../pom-tests.xml</relativePath>
- </parent>
-
- <version>1.2.0.qualifier</version>
- <artifactId>org.eclipse.tcf.te.tests</artifactId>
- <packaging>eclipse-plugin</packaging>
-</project>

Back to the top