Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2015-02-17 09:32:24 +0000
committerUwe Stieber2015-02-17 09:32:24 +0000
commit3e7bc9fefb2d3e8e5abbb593a81c08b827f63e88 (patch)
tree0af0a16b03e08b7dcc3deb33abf01fed349762c0 /terminals/features/org.eclipse.tcf.te.terminals.sdk.feature/pom.xml
parentf00c0e318e23353e6a15bec9479d85e9856f7db5 (diff)
downloadorg.eclipse.tcf-3e7bc9fefb2d3e8e5abbb593a81c08b827f63e88.tar.gz
org.eclipse.tcf-3e7bc9fefb2d3e8e5abbb593a81c08b827f63e88.tar.xz
org.eclipse.tcf-3e7bc9fefb2d3e8e5abbb593a81c08b827f63e88.zip
Terminals: Move terminals plugins and features into separate directory structure
Diffstat (limited to 'terminals/features/org.eclipse.tcf.te.terminals.sdk.feature/pom.xml')
-rw-r--r--terminals/features/org.eclipse.tcf.te.terminals.sdk.feature/pom.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/terminals/features/org.eclipse.tcf.te.terminals.sdk.feature/pom.xml b/terminals/features/org.eclipse.tcf.te.terminals.sdk.feature/pom.xml
new file mode 100644
index 000000000..57048c75e
--- /dev/null
+++ b/terminals/features/org.eclipse.tcf.te.terminals.sdk.feature/pom.xml
@@ -0,0 +1,21 @@
+<?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</groupId>
+ <artifactId>org.eclipse.tcf.maven-build</artifactId>
+ <version>1.3.0-SNAPSHOT</version>
+ <relativePath>../../../admin/pom-build.xml</relativePath>
+ </parent>
+
+ <version>1.3.0.qualifier</version>
+ <artifactId>org.eclipse.tcf.te.terminals.sdk.feature</artifactId>
+ <packaging>eclipse-feature</packaging>
+
+ <properties>
+ <jacoco.skip>true</jacoco.skip>
+ </properties>
+</project>

Back to the top