From f628491b4b971c783feb2a6d62561932d448fe05 Mon Sep 17 00:00:00 2001 From: Anna Dushistova Date: Tue, 24 Jan 2012 19:34:16 +0000 Subject: [PATCH] Adding pom.xml to the terminal plugins and features. --- org.eclipse.tm.terminal-feature/pom.xml | 15 +++++++++++++++ org.eclipse.tm.terminal.local-feature/pom.xml | 15 +++++++++++++++ org.eclipse.tm.terminal.local.sdk-feature/pom.xml | 15 +++++++++++++++ org.eclipse.tm.terminal.local/pom.xml | 15 +++++++++++++++ org.eclipse.tm.terminal.sdk-feature/pom.xml | 15 +++++++++++++++ org.eclipse.tm.terminal.serial-feature/pom.xml | 15 +++++++++++++++ org.eclipse.tm.terminal.serial/pom.xml | 15 +++++++++++++++ org.eclipse.tm.terminal.ssh-feature/pom.xml | 15 +++++++++++++++ org.eclipse.tm.terminal.ssh/pom.xml | 15 +++++++++++++++ org.eclipse.tm.terminal.telnet-feature/pom.xml | 15 +++++++++++++++ org.eclipse.tm.terminal.telnet/pom.xml | 15 +++++++++++++++ org.eclipse.tm.terminal.test-feature/pom.xml | 15 +++++++++++++++ org.eclipse.tm.terminal.test/pom.xml | 15 +++++++++++++++ org.eclipse.tm.terminal.view-feature/pom.xml | 15 +++++++++++++++ org.eclipse.tm.terminal.view/pom.xml | 15 +++++++++++++++ org.eclipse.tm.terminal/pom.xml | 15 +++++++++++++++ 16 files changed, 240 insertions(+) create mode 100644 org.eclipse.tm.terminal-feature/pom.xml create mode 100644 org.eclipse.tm.terminal.local-feature/pom.xml create mode 100644 org.eclipse.tm.terminal.local.sdk-feature/pom.xml create mode 100644 org.eclipse.tm.terminal.local/pom.xml create mode 100644 org.eclipse.tm.terminal.sdk-feature/pom.xml create mode 100644 org.eclipse.tm.terminal.serial-feature/pom.xml create mode 100644 org.eclipse.tm.terminal.serial/pom.xml create mode 100644 org.eclipse.tm.terminal.ssh-feature/pom.xml create mode 100644 org.eclipse.tm.terminal.ssh/pom.xml create mode 100644 org.eclipse.tm.terminal.telnet-feature/pom.xml create mode 100644 org.eclipse.tm.terminal.telnet/pom.xml create mode 100644 org.eclipse.tm.terminal.test-feature/pom.xml create mode 100644 org.eclipse.tm.terminal.test/pom.xml create mode 100644 org.eclipse.tm.terminal.view-feature/pom.xml create mode 100644 org.eclipse.tm.terminal.view/pom.xml create mode 100644 org.eclipse.tm.terminal/pom.xml diff --git a/org.eclipse.tm.terminal-feature/pom.xml b/org.eclipse.tm.terminal-feature/pom.xml new file mode 100644 index 00000000000..9b89af28ef7 --- /dev/null +++ b/org.eclipse.tm.terminal-feature/pom.xml @@ -0,0 +1,15 @@ + + + 4.0.0 + + tm-parent + org.eclipse.tm + 3.8.0-SNAPSHOT + ../../ + + org.eclipse.tm.features + org.eclipse.tm.terminal + 3.1.1-SNAPSHOT + eclipse-feature + diff --git a/org.eclipse.tm.terminal.local-feature/pom.xml b/org.eclipse.tm.terminal.local-feature/pom.xml new file mode 100644 index 00000000000..781a1637e12 --- /dev/null +++ b/org.eclipse.tm.terminal.local-feature/pom.xml @@ -0,0 +1,15 @@ + + + 4.0.0 + + tm-parent + org.eclipse.tm + 3.8.0-SNAPSHOT + ../../ + + org.eclipse.tm.features + org.eclipse.tm.terminal.local + 0.2.0-SNAPSHOT + eclipse-feature + diff --git a/org.eclipse.tm.terminal.local.sdk-feature/pom.xml b/org.eclipse.tm.terminal.local.sdk-feature/pom.xml new file mode 100644 index 00000000000..93e168c29d1 --- /dev/null +++ b/org.eclipse.tm.terminal.local.sdk-feature/pom.xml @@ -0,0 +1,15 @@ + + + 4.0.0 + + tm-parent + org.eclipse.tm + 3.8.0-SNAPSHOT + ../../ + + org.eclipse.tm.features + org.eclipse.tm.terminal.local.sdk + 0.2.1-SNAPSHOT + eclipse-feature + diff --git a/org.eclipse.tm.terminal.local/pom.xml b/org.eclipse.tm.terminal.local/pom.xml new file mode 100644 index 00000000000..d6c24585e93 --- /dev/null +++ b/org.eclipse.tm.terminal.local/pom.xml @@ -0,0 +1,15 @@ + + + 4.0.0 + + tm-parent + org.eclipse.tm + 3.8.0-SNAPSHOT + ../../ + + org.eclipse.tm + org.eclipse.tm.terminal.local + 0.2.0-SNAPSHOT + eclipse-plugin + diff --git a/org.eclipse.tm.terminal.sdk-feature/pom.xml b/org.eclipse.tm.terminal.sdk-feature/pom.xml new file mode 100644 index 00000000000..93f05dd51f5 --- /dev/null +++ b/org.eclipse.tm.terminal.sdk-feature/pom.xml @@ -0,0 +1,15 @@ + + + 4.0.0 + + tm-parent + org.eclipse.tm + 3.8.0-SNAPSHOT + ../../ + + org.eclipse.tm.features + org.eclipse.tm.terminal.sdk + 3.2.1-SNAPSHOT + eclipse-feature + diff --git a/org.eclipse.tm.terminal.serial-feature/pom.xml b/org.eclipse.tm.terminal.serial-feature/pom.xml new file mode 100644 index 00000000000..bda1eca7bad --- /dev/null +++ b/org.eclipse.tm.terminal.serial-feature/pom.xml @@ -0,0 +1,15 @@ + + + 4.0.0 + + tm-parent + org.eclipse.tm + 3.8.0-SNAPSHOT + ../../ + + org.eclipse.tm.features + org.eclipse.tm.terminal.serial + 2.1.0-SNAPSHOT + eclipse-feature + diff --git a/org.eclipse.tm.terminal.serial/pom.xml b/org.eclipse.tm.terminal.serial/pom.xml new file mode 100644 index 00000000000..c42ba3470c1 --- /dev/null +++ b/org.eclipse.tm.terminal.serial/pom.xml @@ -0,0 +1,15 @@ + + + 4.0.0 + + tm-parent + org.eclipse.tm + 3.8.0-SNAPSHOT + ../../ + + org.eclipse.tm + org.eclipse.tm.terminal.serial + 2.1.0-SNAPSHOT + eclipse-plugin + diff --git a/org.eclipse.tm.terminal.ssh-feature/pom.xml b/org.eclipse.tm.terminal.ssh-feature/pom.xml new file mode 100644 index 00000000000..bc5bbb0edc7 --- /dev/null +++ b/org.eclipse.tm.terminal.ssh-feature/pom.xml @@ -0,0 +1,15 @@ + + + 4.0.0 + + tm-parent + org.eclipse.tm + 3.8.0-SNAPSHOT + ../../ + + org.eclipse.tm.features + org.eclipse.tm.terminal.ssh + 2.1.0-SNAPSHOT + eclipse-feature + diff --git a/org.eclipse.tm.terminal.ssh/pom.xml b/org.eclipse.tm.terminal.ssh/pom.xml new file mode 100644 index 00000000000..45828e0cdf7 --- /dev/null +++ b/org.eclipse.tm.terminal.ssh/pom.xml @@ -0,0 +1,15 @@ + + + 4.0.0 + + tm-parent + org.eclipse.tm + 3.8.0-SNAPSHOT + ../../ + + org.eclipse.tm + org.eclipse.tm.terminal.ssh + 2.1.0-SNAPSHOT + eclipse-plugin + diff --git a/org.eclipse.tm.terminal.telnet-feature/pom.xml b/org.eclipse.tm.terminal.telnet-feature/pom.xml new file mode 100644 index 00000000000..154404b97b4 --- /dev/null +++ b/org.eclipse.tm.terminal.telnet-feature/pom.xml @@ -0,0 +1,15 @@ + + + 4.0.0 + + tm-parent + org.eclipse.tm + 3.8.0-SNAPSHOT + ../../ + + org.eclipse.tm.features + org.eclipse.tm.terminal.telnet + 2.1.0-SNAPSHOT + eclipse-feature + diff --git a/org.eclipse.tm.terminal.telnet/pom.xml b/org.eclipse.tm.terminal.telnet/pom.xml new file mode 100644 index 00000000000..0810383abb0 --- /dev/null +++ b/org.eclipse.tm.terminal.telnet/pom.xml @@ -0,0 +1,15 @@ + + + 4.0.0 + + tm-parent + org.eclipse.tm + 3.8.0-SNAPSHOT + ../../ + + org.eclipse.tm + org.eclipse.tm.terminal.telnet + 2.1.0-SNAPSHOT + eclipse-plugin + diff --git a/org.eclipse.tm.terminal.test-feature/pom.xml b/org.eclipse.tm.terminal.test-feature/pom.xml new file mode 100644 index 00000000000..1ae7ba33d2c --- /dev/null +++ b/org.eclipse.tm.terminal.test-feature/pom.xml @@ -0,0 +1,15 @@ + + + 4.0.0 + + tm-parent + org.eclipse.tm + 3.8.0-SNAPSHOT + ../../ + + org.eclipse.tm.features + org.eclipse.tm.terminal.test + 2.1.0-SNAPSHOT + eclipse-feature + diff --git a/org.eclipse.tm.terminal.test/pom.xml b/org.eclipse.tm.terminal.test/pom.xml new file mode 100644 index 00000000000..0b308f87836 --- /dev/null +++ b/org.eclipse.tm.terminal.test/pom.xml @@ -0,0 +1,15 @@ + + + 4.0.0 + + tm-parent + org.eclipse.tm + 3.8.0-SNAPSHOT + ../../ + + org.eclipse.tm + org.eclipse.tm.terminal.test + 2.2.0-SNAPSHOT + eclipse-plugin + diff --git a/org.eclipse.tm.terminal.view-feature/pom.xml b/org.eclipse.tm.terminal.view-feature/pom.xml new file mode 100644 index 00000000000..b7697d813fe --- /dev/null +++ b/org.eclipse.tm.terminal.view-feature/pom.xml @@ -0,0 +1,15 @@ + + + 4.0.0 + + tm-parent + org.eclipse.tm + 3.8.0-SNAPSHOT + ../../ + + org.eclipse.tm.features + org.eclipse.tm.terminal.view + 2.2.0-SNAPSHOT + eclipse-feature + diff --git a/org.eclipse.tm.terminal.view/pom.xml b/org.eclipse.tm.terminal.view/pom.xml new file mode 100644 index 00000000000..451dfdf6bd7 --- /dev/null +++ b/org.eclipse.tm.terminal.view/pom.xml @@ -0,0 +1,15 @@ + + + 4.0.0 + + tm-parent + org.eclipse.tm + 3.8.0-SNAPSHOT + ../../ + + org.eclipse.tm + org.eclipse.tm.terminal.view + 2.2.0-SNAPSHOT + eclipse-plugin + diff --git a/org.eclipse.tm.terminal/pom.xml b/org.eclipse.tm.terminal/pom.xml new file mode 100644 index 00000000000..d8436d1c1df --- /dev/null +++ b/org.eclipse.tm.terminal/pom.xml @@ -0,0 +1,15 @@ + + + 4.0.0 + + tm-parent + org.eclipse.tm + 3.8.0-SNAPSHOT + ../../ + + org.eclipse.tm + org.eclipse.tm.terminal + 3.1.1-SNAPSHOT + eclipse-plugin +