Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2013-11-08 15:58:24 +0000
committerUwe Stieber2013-11-08 15:58:24 +0000
commit5e10d94ac37b76e538e9dc01f9e0132a332f7b37 (patch)
tree2e7b0f89c9b25fba1979886118569d04582d3ebe /target_explorer/plugins
parentce170d631e65e7467991b59b8cabf7b1af6b9c2d (diff)
downloadorg.eclipse.tcf-5e10d94ac37b76e538e9dc01f9e0132a332f7b37.tar.gz
org.eclipse.tcf-5e10d94ac37b76e538e9dc01f9e0132a332f7b37.tar.xz
org.eclipse.tcf-5e10d94ac37b76e538e9dc01f9e0132a332f7b37.zip
Target Explorer: Readd build only maven project file to tests plugin
Diffstat (limited to 'target_explorer/plugins')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml17
1 files changed, 17 insertions, 0 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
new file mode 100644
index 000000000..d86f61dd7
--- /dev/null
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml
@@ -0,0 +1,17 @@
+<?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>tcf-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