From 89882f20e63c095e62b2f9074863a449ae6708e2 Mon Sep 17 00:00:00 2001 From: Severin Gehwolf Date: Wed, 9 Mar 2011 17:08:24 -0500 Subject: [PATCH] Tycho-ify LTTng --- org.eclipse.linuxtools.lttng-feature/pom.xml | 26 ++++++++ org.eclipse.linuxtools.lttng.help/pom.xml | 26 ++++++++ org.eclipse.linuxtools.lttng.jni/pom.xml | 52 +++++++++++++++ .../pom.xml | 26 ++++++++ org.eclipse.linuxtools.lttng.tests/pom.xml | 52 +++++++++++++++ org.eclipse.linuxtools.lttng.ui.tests/pom.xml | 52 +++++++++++++++ org.eclipse.linuxtools.lttng.ui/pom.xml | 52 +++++++++++++++ org.eclipse.linuxtools.lttng/pom.xml | 52 +++++++++++++++ org.eclipse.linuxtools.tmf-feature/pom.xml | 26 ++++++++ .../pom.xml | 26 ++++++++ org.eclipse.linuxtools.tmf.tests/pom.xml | 52 +++++++++++++++ org.eclipse.linuxtools.tmf.ui.tests/pom.xml | 52 +++++++++++++++ org.eclipse.linuxtools.tmf.ui/pom.xml | 52 +++++++++++++++ org.eclipse.linuxtools.tmf/pom.xml | 52 +++++++++++++++ pom.xml | 65 +++++++++++++++++++ 15 files changed, 663 insertions(+) create mode 100644 org.eclipse.linuxtools.lttng-feature/pom.xml create mode 100644 org.eclipse.linuxtools.lttng.help/pom.xml create mode 100644 org.eclipse.linuxtools.lttng.jni/pom.xml create mode 100644 org.eclipse.linuxtools.lttng.test-feature/pom.xml create mode 100644 org.eclipse.linuxtools.lttng.tests/pom.xml create mode 100644 org.eclipse.linuxtools.lttng.ui.tests/pom.xml create mode 100644 org.eclipse.linuxtools.lttng.ui/pom.xml create mode 100644 org.eclipse.linuxtools.lttng/pom.xml create mode 100644 org.eclipse.linuxtools.tmf-feature/pom.xml create mode 100644 org.eclipse.linuxtools.tmf.test-feature/pom.xml create mode 100644 org.eclipse.linuxtools.tmf.tests/pom.xml create mode 100644 org.eclipse.linuxtools.tmf.ui.tests/pom.xml create mode 100644 org.eclipse.linuxtools.tmf.ui/pom.xml create mode 100644 org.eclipse.linuxtools.tmf/pom.xml create mode 100644 pom.xml diff --git a/org.eclipse.linuxtools.lttng-feature/pom.xml b/org.eclipse.linuxtools.lttng-feature/pom.xml new file mode 100644 index 0000000000..2de344640f --- /dev/null +++ b/org.eclipse.linuxtools.lttng-feature/pom.xml @@ -0,0 +1,26 @@ + + + + 4.0.0 + + + linuxtools-lttng-parent + org.eclipse.linuxtools.lttng + 0.0.1-SNAPSHOT + + + org.eclipse.linuxtools.lttng-feature + 0.3.0-SNAPSHOT + eclipse-feature + + Linux Tracing Toolkit Integration (LTTng) (Incubation) + + diff --git a/org.eclipse.linuxtools.lttng.help/pom.xml b/org.eclipse.linuxtools.lttng.help/pom.xml new file mode 100644 index 0000000000..228153cb40 --- /dev/null +++ b/org.eclipse.linuxtools.lttng.help/pom.xml @@ -0,0 +1,26 @@ + + + + 4.0.0 + + + linuxtools-lttng-parent + org.eclipse.linuxtools.lttng + 0.0.1-SNAPSHOT + + + org.eclipse.linuxtools.lttng.help + 0.3.0-SNAPSHOT + eclipse-plugin + + Linux Tools LTTng Help Plug-in + + diff --git a/org.eclipse.linuxtools.lttng.jni/pom.xml b/org.eclipse.linuxtools.lttng.jni/pom.xml new file mode 100644 index 0000000000..9cd694dca9 --- /dev/null +++ b/org.eclipse.linuxtools.lttng.jni/pom.xml @@ -0,0 +1,52 @@ + + + + 4.0.0 + + + linuxtools-lttng-parent + org.eclipse.linuxtools.lttng + 0.0.1-SNAPSHOT + + + org.eclipse.linuxtools.lttng.jni + 0.3.0-SNAPSHOT + eclipse-plugin + + Linux Tools LTTng JNI Plug-in + + + + + + src + + **/*.java + + + + + + org.sonatype.tycho + maven-osgi-source-plugin + + + org.codehaus.mojo + findbugs-maven-plugin + + + org.apache.maven.plugins + maven-pmd-plugin + + + + + diff --git a/org.eclipse.linuxtools.lttng.test-feature/pom.xml b/org.eclipse.linuxtools.lttng.test-feature/pom.xml new file mode 100644 index 0000000000..7fb5142f30 --- /dev/null +++ b/org.eclipse.linuxtools.lttng.test-feature/pom.xml @@ -0,0 +1,26 @@ + + + + 4.0.0 + + + linuxtools-lttng-parent + org.eclipse.linuxtools.lttng + 0.0.1-SNAPSHOT + + + org.eclipse.linuxtools.lttng.test-feature + 0.3.0-SNAPSHOT + eclipse-feature + + Linux Tools LTTng Tests Feature + + diff --git a/org.eclipse.linuxtools.lttng.tests/pom.xml b/org.eclipse.linuxtools.lttng.tests/pom.xml new file mode 100644 index 0000000000..207b67ccc4 --- /dev/null +++ b/org.eclipse.linuxtools.lttng.tests/pom.xml @@ -0,0 +1,52 @@ + + + + 4.0.0 + + + linuxtools-lttng-parent + org.eclipse.linuxtools.lttng + 0.0.1-SNAPSHOT + + + org.eclipse.linuxtools.lttng.tests + 0.3.0-SNAPSHOT + eclipse-plugin + + Linux Tools LTTng Tests Plug-in + + + + + + src + + **/*.java + + + + + + org.sonatype.tycho + maven-osgi-source-plugin + + + org.codehaus.mojo + findbugs-maven-plugin + + + org.apache.maven.plugins + maven-pmd-plugin + + + + + diff --git a/org.eclipse.linuxtools.lttng.ui.tests/pom.xml b/org.eclipse.linuxtools.lttng.ui.tests/pom.xml new file mode 100644 index 0000000000..35e1e6f3e4 --- /dev/null +++ b/org.eclipse.linuxtools.lttng.ui.tests/pom.xml @@ -0,0 +1,52 @@ + + + + 4.0.0 + + + linuxtools-lttng-parent + org.eclipse.linuxtools.lttng + 0.0.1-SNAPSHOT + + + org.eclipse.linuxtools.lttng.ui.tests + 0.3.0-SNAPSHOT + eclipse-plugin + + Linux Tools LTTng UI Tests Plug-in + + + + + + src + + **/*.java + + + + + + org.sonatype.tycho + maven-osgi-source-plugin + + + org.codehaus.mojo + findbugs-maven-plugin + + + org.apache.maven.plugins + maven-pmd-plugin + + + + + diff --git a/org.eclipse.linuxtools.lttng.ui/pom.xml b/org.eclipse.linuxtools.lttng.ui/pom.xml new file mode 100644 index 0000000000..eac581b8fc --- /dev/null +++ b/org.eclipse.linuxtools.lttng.ui/pom.xml @@ -0,0 +1,52 @@ + + + + 4.0.0 + + + linuxtools-lttng-parent + org.eclipse.linuxtools.lttng + 0.0.1-SNAPSHOT + + + org.eclipse.linuxtools.lttng.ui + 0.3.0-SNAPSHOT + eclipse-plugin + + Linux Tools LTTng UI Plug-in + + + + + + src + + **/*.java + + + + + + org.sonatype.tycho + maven-osgi-source-plugin + + + org.codehaus.mojo + findbugs-maven-plugin + + + org.apache.maven.plugins + maven-pmd-plugin + + + + + diff --git a/org.eclipse.linuxtools.lttng/pom.xml b/org.eclipse.linuxtools.lttng/pom.xml new file mode 100644 index 0000000000..8285d86d66 --- /dev/null +++ b/org.eclipse.linuxtools.lttng/pom.xml @@ -0,0 +1,52 @@ + + + + 4.0.0 + + + linuxtools-lttng-parent + org.eclipse.linuxtools.lttng + 0.0.1-SNAPSHOT + + + org.eclipse.linuxtools.lttng + 0.3.0-SNAPSHOT + eclipse-plugin + + LTTng - Linux Tracing Toolkit (Incubation) + + + + + + src + + **/*.java + + + + + + org.sonatype.tycho + maven-osgi-source-plugin + + + org.codehaus.mojo + findbugs-maven-plugin + + + org.apache.maven.plugins + maven-pmd-plugin + + + + + diff --git a/org.eclipse.linuxtools.tmf-feature/pom.xml b/org.eclipse.linuxtools.tmf-feature/pom.xml new file mode 100644 index 0000000000..af0b853446 --- /dev/null +++ b/org.eclipse.linuxtools.tmf-feature/pom.xml @@ -0,0 +1,26 @@ + + + + 4.0.0 + + + linuxtools-lttng-parent + org.eclipse.linuxtools.lttng + 0.0.1-SNAPSHOT + + + org.eclipse.linuxtools.tmf-feature + 0.3.0-SNAPSHOT + eclipse-feature + + Linux Tools TMF (LTTng) Feature + + diff --git a/org.eclipse.linuxtools.tmf.test-feature/pom.xml b/org.eclipse.linuxtools.tmf.test-feature/pom.xml new file mode 100644 index 0000000000..b7256063d4 --- /dev/null +++ b/org.eclipse.linuxtools.tmf.test-feature/pom.xml @@ -0,0 +1,26 @@ + + + + 4.0.0 + + + linuxtools-lttng-parent + org.eclipse.linuxtools.lttng + 0.0.1-SNAPSHOT + + + org.eclipse.linuxtools.tmf.test-feature + 0.3.0-SNAPSHOT + eclipse-feature + + Linux Tools TMF Tests (LTTng) Feature + + diff --git a/org.eclipse.linuxtools.tmf.tests/pom.xml b/org.eclipse.linuxtools.tmf.tests/pom.xml new file mode 100644 index 0000000000..b02161314d --- /dev/null +++ b/org.eclipse.linuxtools.tmf.tests/pom.xml @@ -0,0 +1,52 @@ + + + + 4.0.0 + + + linuxtools-lttng-parent + org.eclipse.linuxtools.lttng + 0.0.1-SNAPSHOT + + + org.eclipse.linuxtools.tmf.tests + 0.3.0-SNAPSHOT + eclipse-plugin + + Linux Tools TMF Tests (LTTng) Plug-in + + + + + + src + + **/*.java + + + + + + org.sonatype.tycho + maven-osgi-source-plugin + + + org.codehaus.mojo + findbugs-maven-plugin + + + org.apache.maven.plugins + maven-pmd-plugin + + + + + diff --git a/org.eclipse.linuxtools.tmf.ui.tests/pom.xml b/org.eclipse.linuxtools.tmf.ui.tests/pom.xml new file mode 100644 index 0000000000..013dee29cf --- /dev/null +++ b/org.eclipse.linuxtools.tmf.ui.tests/pom.xml @@ -0,0 +1,52 @@ + + + + 4.0.0 + + + linuxtools-lttng-parent + org.eclipse.linuxtools.lttng + 0.0.1-SNAPSHOT + + + org.eclipse.linuxtools.tmf.ui.tests + 0.3.0-SNAPSHOT + eclipse-plugin + + Linux Tools TMF UI Tests (LTTng) Plug-in + + + + + + src + + **/*.java + + + + + + org.sonatype.tycho + maven-osgi-source-plugin + + + org.codehaus.mojo + findbugs-maven-plugin + + + org.apache.maven.plugins + maven-pmd-plugin + + + + + diff --git a/org.eclipse.linuxtools.tmf.ui/pom.xml b/org.eclipse.linuxtools.tmf.ui/pom.xml new file mode 100644 index 0000000000..ae3f36563d --- /dev/null +++ b/org.eclipse.linuxtools.tmf.ui/pom.xml @@ -0,0 +1,52 @@ + + + + 4.0.0 + + + linuxtools-lttng-parent + org.eclipse.linuxtools.lttng + 0.0.1-SNAPSHOT + + + org.eclipse.linuxtools.tmf.ui + 0.3.0-SNAPSHOT + eclipse-plugin + + Linux Tools TMF UI (LTTng) Plug-in + + + + + + src + + **/*.java + + + + + + org.sonatype.tycho + maven-osgi-source-plugin + + + org.codehaus.mojo + findbugs-maven-plugin + + + org.apache.maven.plugins + maven-pmd-plugin + + + + + diff --git a/org.eclipse.linuxtools.tmf/pom.xml b/org.eclipse.linuxtools.tmf/pom.xml new file mode 100644 index 0000000000..04b2c93dd8 --- /dev/null +++ b/org.eclipse.linuxtools.tmf/pom.xml @@ -0,0 +1,52 @@ + + + + 4.0.0 + + + linuxtools-lttng-parent + org.eclipse.linuxtools.lttng + 0.0.1-SNAPSHOT + + + org.eclipse.linuxtools.tmf + 0.3.0-SNAPSHOT + eclipse-plugin + + Linux Tools TMF (LTTng) Plug-in + + + + + + src + + **/*.java + + + + + + org.sonatype.tycho + maven-osgi-source-plugin + + + org.codehaus.mojo + findbugs-maven-plugin + + + org.apache.maven.plugins + maven-pmd-plugin + + + + + diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000000..5a1377a502 --- /dev/null +++ b/pom.xml @@ -0,0 +1,65 @@ + + + + + 4.0.0 + + + 3.0 + + + + org.eclipse.linuxtools + linuxtools-parent + 1.0.0-SNAPSHOT + + + org.eclipse.linuxtools.lttng + linuxtools-lttng-parent + 0.0.1-SNAPSHOT + pom + + Eclipse Linux Tools LTTng Parent + + + + Eclipse Public License v1.0 + + All rights reserved. + + This program and the accompanying materials are made + available under the terms of the Eclipse Public License v1.0 + which accompanies this distribution, and is available at + http://www.eclipse.org/legal/epl-v10.htm + + + + + + org.eclipse.linuxtools.lttng + org.eclipse.linuxtools.lttng-feature + org.eclipse.linuxtools.lttng.help + org.eclipse.linuxtools.lttng.jni + org.eclipse.linuxtools.lttng.test-feature + org.eclipse.linuxtools.lttng.tests + org.eclipse.linuxtools.lttng.ui + org.eclipse.linuxtools.lttng.ui.tests + org.eclipse.linuxtools.tmf + + org.eclipse.linuxtools.tmf-feature + org.eclipse.linuxtools.tmf.test-feature + org.eclipse.linuxtools.tmf.tests + org.eclipse.linuxtools.tmf.ui + org.eclipse.linuxtools.tmf.ui.tests + + + -- 2.34.1