Use pom-less plugins where we can
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Tue, 8 Dec 2015 19:37:05 +0000 (14:37 -0500)
committerAlexandre Montplaisir <alexmonthy@efficios.com>
Thu, 7 Jan 2016 16:44:05 +0000 (11:44 -0500)
Tycho 0.24 introduced pom-less builds [1]. With this, we can
remove the pom.xml in any plugin, test or feature plugin that
uses the default configuration.

This bumps the minimum required version of Maven to 3.3.

Some plugins have extra specific configuration in their pom,
like ctf or pcap traces that call maven-antrun-plugin to
download test traces. These will still need their usual pom.xml
file.

For test plugins, the top-level pom defines the configuration
used for *core* tests. UI and SWTBot tests use slightly
different parameters. Instead of repeating this information in
every single plugin, we can define profiles that are only
activated in those plugins.

Using empty files to selectively enable these profiles looks a
bit clunky, but it is the simplest solution I have found.
Suggestions welcome!

[1] https://wiki.eclipse.org/Tycho/Release_Notes/0.24#POM-less_Tycho_builds

Change-Id: Ibd379905ca52cd1535b8f5a92e58e1f1fb311a19
Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
Reviewed-on: https://git.eclipse.org/r/63050
Reviewed-by: Hudson CI
89 files changed:
.mvn/extensions.xml [new file with mode: 0644]
analysis/org.eclipse.tracecompass.analysis.graph.core.tests/pom.xml [deleted file]
analysis/org.eclipse.tracecompass.analysis.graph.core/pom.xml [deleted file]
analysis/org.eclipse.tracecompass.analysis.graph.ui/pom.xml [deleted file]
analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/pom.xml [deleted file]
analysis/org.eclipse.tracecompass.analysis.os.linux.core/pom.xml [deleted file]
analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/pom.xml [deleted file]
analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/swtbot-test-plugin.properties [new file with mode: 0644]
analysis/org.eclipse.tracecompass.analysis.os.linux.ui/pom.xml [deleted file]
analysis/org.eclipse.tracecompass.analysis.timing.core/pom.xml [deleted file]
analysis/org.eclipse.tracecompass.analysis.timing.ui/pom.xml [deleted file]
btf/org.eclipse.tracecompass.btf.core.tests/pom.xml [deleted file]
btf/org.eclipse.tracecompass.btf.core/pom.xml [deleted file]
btf/org.eclipse.tracecompass.btf.ui/pom.xml [deleted file]
btf/org.eclipse.tracecompass.btf/pom.xml [deleted file]
common/org.eclipse.tracecompass.common.core.tests/pom.xml [deleted file]
common/org.eclipse.tracecompass.common.core/pom.xml [deleted file]
ctf/org.eclipse.tracecompass.ctf.core/pom.xml [deleted file]
ctf/org.eclipse.tracecompass.ctf.parser.tests/pom.xml [deleted file]
ctf/org.eclipse.tracecompass.ctf/pom.xml [deleted file]
ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/pom.xml [deleted file]
ctf/org.eclipse.tracecompass.tmf.ctf.core/pom.xml [deleted file]
ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/pom.xml [deleted file]
ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/swtbot-test-plugin.properties [new file with mode: 0644]
ctf/org.eclipse.tracecompass.tmf.ctf/pom.xml [deleted file]
doc/org.eclipse.tracecompass.examples/pom.xml [deleted file]
gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/pom.xml [deleted file]
gdbtrace/org.eclipse.tracecompass.gdbtrace.core/pom.xml [deleted file]
gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/pom.xml [deleted file]
gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/ui-test-plugin.properties [new file with mode: 0644]
gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/pom.xml [deleted file]
gdbtrace/org.eclipse.tracecompass.gdbtrace/pom.xml [deleted file]
lttng/org.eclipse.tracecompass.lttng2.control.core.tests/pom.xml [deleted file]
lttng/org.eclipse.tracecompass.lttng2.control.core/pom.xml [deleted file]
lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/pom.xml [deleted file]
lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/swtbot-test-plugin.properties [new file with mode: 0644]
lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/pom.xml [deleted file]
lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/ui-test-plugin.properties [new file with mode: 0644]
lttng/org.eclipse.tracecompass.lttng2.control.ui/pom.xml [deleted file]
lttng/org.eclipse.tracecompass.lttng2.control/pom.xml [deleted file]
lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/pom.xml [deleted file]
lttng/org.eclipse.tracecompass.lttng2.kernel.core/pom.xml [deleted file]
lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/pom.xml [deleted file]
lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/swtbot-test-plugin.properties [new file with mode: 0644]
lttng/org.eclipse.tracecompass.lttng2.kernel.ui/pom.xml [deleted file]
lttng/org.eclipse.tracecompass.lttng2.kernel/pom.xml [deleted file]
lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/pom.xml [deleted file]
lttng/org.eclipse.tracecompass.lttng2.ust.core/pom.xml [deleted file]
lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/pom.xml [deleted file]
lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/swtbot-test-plugin.properties [new file with mode: 0644]
lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/pom.xml [deleted file]
lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/ui-test-plugin.properties [new file with mode: 0644]
lttng/org.eclipse.tracecompass.lttng2.ust.ui/pom.xml [deleted file]
lttng/org.eclipse.tracecompass.lttng2.ust/pom.xml [deleted file]
pcap/org.eclipse.tracecompass.pcap.core/pom.xml [deleted file]
pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/pom.xml [deleted file]
pcap/org.eclipse.tracecompass.tmf.pcap.core/pom.xml [deleted file]
pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/pom.xml [deleted file]
pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/swtbot-test-plugin.properties [new file with mode: 0644]
pcap/org.eclipse.tracecompass.tmf.pcap.ui/pom.xml [deleted file]
pcap/org.eclipse.tracecompass.tmf.pcap/pom.xml [deleted file]
pom.xml
rcp/org.eclipse.tracecompass.rcp.ui/pom.xml [deleted file]
releng/org.eclipse.tracecompass.testing/pom.xml [deleted file]
statesystem/org.eclipse.tracecompass.segmentstore.core.tests/pom.xml [deleted file]
statesystem/org.eclipse.tracecompass.segmentstore.core/pom.xml [deleted file]
statesystem/org.eclipse.tracecompass.statesystem.core.tests/pom.xml [deleted file]
statesystem/org.eclipse.tracecompass.statesystem.core/pom.xml [deleted file]
tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/pom.xml [deleted file]
tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/pom.xml [deleted file]
tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/pom.xml [deleted file]
tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/ui-test-plugin.properties [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/pom.xml [deleted file]
tmf/org.eclipse.tracecompass.tmf.core.tests/pom.xml [deleted file]
tmf/org.eclipse.tracecompass.tmf.core/pom.xml [deleted file]
tmf/org.eclipse.tracecompass.tmf.remote.core.tests/pom.xml [deleted file]
tmf/org.eclipse.tracecompass.tmf.remote.core/pom.xml [deleted file]
tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/pom.xml [deleted file]
tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/swtbot-test-plugin.properties [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/pom.xml [deleted file]
tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/ui-test-plugin.properties [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.remote.ui/pom.xml [deleted file]
tmf/org.eclipse.tracecompass.tmf.remote/pom.xml [deleted file]
tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/pom.xml [deleted file]
tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/swtbot-test-plugin.properties [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.ui.tests/pom.xml [deleted file]
tmf/org.eclipse.tracecompass.tmf.ui.tests/ui-test-plugin.properties [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.ui/pom.xml [deleted file]
tmf/org.eclipse.tracecompass.tmf/pom.xml [deleted file]

diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml
new file mode 100644 (file)
index 0000000..d5055af
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<extensions>
+  <extension>
+    <groupId>org.eclipse.tycho.extras</groupId>
+    <artifactId>tycho-pomless</artifactId>
+    <version>0.24.0</version>
+  </extension>
+</extensions>
diff --git a/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/pom.xml b/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/pom.xml
deleted file mode 100644 (file)
index 62206ba..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2015, Ã‰cole Polytechnique de Montréal
-
-   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.html
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <artifactId>org.eclipse.tracecompass.analysis-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.analysis.graph.core.tests</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-test-plugin</packaging>
-
-  <name>Trace Compass Graph Analysis Core Test plug-in</name>
-
-</project>
diff --git a/analysis/org.eclipse.tracecompass.analysis.graph.core/pom.xml b/analysis/org.eclipse.tracecompass.analysis.graph.core/pom.xml
deleted file mode 100644 (file)
index cd8e42d..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2015, Ã‰cole Polytechnique de Montréal
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.analysis-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.analysis.graph.core</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-plugin</packaging>
-
-  <name>Trace Compass Graph Analysis Core Plug-in</name>
-
- <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-source-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/analysis/org.eclipse.tracecompass.analysis.graph.ui/pom.xml b/analysis/org.eclipse.tracecompass.analysis.graph.ui/pom.xml
deleted file mode 100644 (file)
index 9f2f300..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (c) 2015 Ã‰cole Polytechnique de Montréal
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.analysis-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.analysis.graph.ui</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-plugin</packaging>
-
-  <name>Trace Compass Graph Analysis UI Plug-in</name>
-
- <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-source-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/pom.xml b/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/pom.xml
deleted file mode 100644 (file)
index 5830f19..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2011, Red Hat, Inc.
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.analysis-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.analysis.os.linux.core.tests</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-test-plugin</packaging>
-
-  <name>Trace Compass Linux Kernel Analysis Core Tests Plug-in</name>
-
-</project>
diff --git a/analysis/org.eclipse.tracecompass.analysis.os.linux.core/pom.xml b/analysis/org.eclipse.tracecompass.analysis.os.linux.core/pom.xml
deleted file mode 100644 (file)
index 2386f14..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2011, 2015 Red Hat, Inc. and others
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.analysis-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.analysis.os.linux.core</artifactId>
-  <packaging>eclipse-plugin</packaging>
-
-  <name>Trace Compass Linux Kernel Analysis Core Plug-in</name>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-source-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/pom.xml b/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/pom.xml
deleted file mode 100644 (file)
index c5ca646..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2015 Ericsson
-
-   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.html
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <artifactId>org.eclipse.tracecompass.analysis-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests</artifactId>
-  <packaging>eclipse-test-plugin</packaging>
-  <version>1.0.0-SNAPSHOT</version>
-
-  <name>Trace Compass Linux Kernel Analysis UI SWTBot Tests Plug-in</name>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-surefire-plugin</artifactId>
-        <configuration>
-          <useUIHarness>true</useUIHarness>
-          <useUIThread>false</useUIThread>
-          <argLine>${tycho.testArgLine} ${base.ui.test.vmargs}</argLine>
-          <product>org.eclipse.platform.ide</product>
-          <environmentVariables>
-            <SWT_GTK3>${SWT_GTK3}</SWT_GTK3>
-            <LIBOVERLAY_SCROLLBAR>0</LIBOVERLAY_SCROLLBAR>
-          </environmentVariables>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/swtbot-test-plugin.properties b/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/swtbot-test-plugin.properties
new file mode 100644 (file)
index 0000000..338038b
--- /dev/null
@@ -0,0 +1 @@
+# This file tells the Maven build to use the settings for SWTBot test plugins
diff --git a/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/pom.xml b/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/pom.xml
deleted file mode 100644 (file)
index 87f3f04..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2011, 2015 Red Hat, Inc. and others.
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.analysis-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.analysis.os.linux.ui</artifactId>
-  <packaging>eclipse-plugin</packaging>
-
-  <name>Trace Compass Linux Kernel Analysis UI Plug-in</name>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-source-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/analysis/org.eclipse.tracecompass.analysis.timing.core/pom.xml b/analysis/org.eclipse.tracecompass.analysis.timing.core/pom.xml
deleted file mode 100644 (file)
index 7715e47..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2015, Ericsson
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.analysis-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.analysis.timing.core</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-plugin</packaging>
-
-  <name>Trace Compass Timing Analysis Core Plug-in</name>
-
- <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-source-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-
- <groupId>org.eclipse.tracecompass</groupId>
-</project>
diff --git a/analysis/org.eclipse.tracecompass.analysis.timing.ui/pom.xml b/analysis/org.eclipse.tracecompass.analysis.timing.ui/pom.xml
deleted file mode 100644 (file)
index ddb48a5..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (c) 2015 Ericsson and others
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.analysis-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.analysis.timing.ui</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-plugin</packaging>
-
-  <name>Trace Compass Timing Analysis UI Plug-in</name>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-source-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-
-  <groupId>org.eclipse.tracecompass</groupId>
-</project>
diff --git a/btf/org.eclipse.tracecompass.btf.core.tests/pom.xml b/btf/org.eclipse.tracecompass.btf.core.tests/pom.xml
deleted file mode 100644 (file)
index d7aacdc..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2011, Red Hat, Inc. and others
-
-   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.html
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <artifactId>org.eclipse.tracecompass.btf-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.btf.core.tests</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-test-plugin</packaging>
-
-  <name>Best Trace Format Tests Plug-in</name>
-
-</project>
diff --git a/btf/org.eclipse.tracecompass.btf.core/pom.xml b/btf/org.eclipse.tracecompass.btf.core/pom.xml
deleted file mode 100644 (file)
index 3a0ddee..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2011, Red Hat, Inc.
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.btf-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.btf.core</artifactId>
-  <packaging>eclipse-plugin</packaging>
-
-  <name>Best Trace Format Plug-in</name>
-
- <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-source-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/btf/org.eclipse.tracecompass.btf.ui/pom.xml b/btf/org.eclipse.tracecompass.btf.ui/pom.xml
deleted file mode 100644 (file)
index c968484..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2011, Red Hat, Inc.
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.btf-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.btf.ui</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-plugin</packaging>
-
-  <name>Best Trace Format UI Plug-in</name>
-
- <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-source-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/btf/org.eclipse.tracecompass.btf/pom.xml b/btf/org.eclipse.tracecompass.btf/pom.xml
deleted file mode 100644 (file)
index 352cd90..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2014 Ericsson
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.btf-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <name>Trace Compass BTF (Best Trace Format) Feature</name>
-  <artifactId>org.eclipse.tracecompass.btf</artifactId>
-
-  <packaging>eclipse-feature</packaging>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho.extras</groupId>
-        <artifactId>tycho-source-feature-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>source-feature</id>
-            <phase>package</phase>
-            <goals>
-              <goal>source-feature</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-p2-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>attached-p2-metadata</id>
-            <phase>package</phase>
-            <goals>
-              <goal>p2-metadata</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/common/org.eclipse.tracecompass.common.core.tests/pom.xml b/common/org.eclipse.tracecompass.common.core.tests/pom.xml
deleted file mode 100644 (file)
index df2af51..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2011, 2015 Red Hat, Inc. and others
-
-   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.html
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <artifactId>org.eclipse.tracecompass.common-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.common.core.tests</artifactId>
-  <version>1.1.0-SNAPSHOT</version>
-  <packaging>eclipse-test-plugin</packaging>
-
-  <name>Trace Compass Common Utilities Core Tests Plug-in</name>
-
-</project>
diff --git a/common/org.eclipse.tracecompass.common.core/pom.xml b/common/org.eclipse.tracecompass.common.core/pom.xml
deleted file mode 100644 (file)
index 47afbf3..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2011, Red Hat, Inc.
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.common-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.common.core</artifactId>
-  <packaging>eclipse-plugin</packaging>
-
-  <name>Trace Compass Common Utilities Core Plug-in</name>
-
- <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-source-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/ctf/org.eclipse.tracecompass.ctf.core/pom.xml b/ctf/org.eclipse.tracecompass.ctf.core/pom.xml
deleted file mode 100644 (file)
index 6edab6e..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2011, Red Hat, Inc.
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.ctf-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <name>Trace Compass CTF Core Plug-in</name>
-  <artifactId>org.eclipse.tracecompass.ctf.core</artifactId>
-  <packaging>eclipse-plugin</packaging>
-
- <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-source-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/ctf/org.eclipse.tracecompass.ctf.parser.tests/pom.xml b/ctf/org.eclipse.tracecompass.ctf.parser.tests/pom.xml
deleted file mode 100644 (file)
index 2d7411a..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (c) 2013 Ericsson
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.ctf-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.ctf.parser.tests</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-test-plugin</packaging>
-
-  <name>Trace Compass CTF Parser Tests Plug-in</name>
-
-</project>
diff --git a/ctf/org.eclipse.tracecompass.ctf/pom.xml b/ctf/org.eclipse.tracecompass.ctf/pom.xml
deleted file mode 100644 (file)
index 2107d77..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2011, Red Hat, Inc.
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.ctf-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <name>Trace Compass CTF (Common Trace Format) Feature</name>
-  <artifactId>org.eclipse.tracecompass.ctf</artifactId>
-
-  <packaging>eclipse-feature</packaging>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho.extras</groupId>
-        <artifactId>tycho-source-feature-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>source-feature</id>
-            <phase>package</phase>
-            <goals>
-              <goal>source-feature</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-p2-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>attached-p2-metadata</id>
-            <phase>package</phase>
-            <goals>
-              <goal>p2-metadata</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/pom.xml b/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/pom.xml
deleted file mode 100644 (file)
index 7274a11..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2011, Red Hat, Inc.
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.ctf-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.tmf.ctf.core.tests</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-test-plugin</packaging>
-
-  <name>CTF Support for TMF Core Tests Plug-in</name>
-
-</project>
diff --git a/ctf/org.eclipse.tracecompass.tmf.ctf.core/pom.xml b/ctf/org.eclipse.tracecompass.tmf.ctf.core/pom.xml
deleted file mode 100644 (file)
index b2e4a09..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2011, Red Hat, Inc.
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.ctf-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.tmf.ctf.core</artifactId>
-  <packaging>eclipse-plugin</packaging>
-
-  <name>CTF support for TMF Core Plug-in</name>
-
- <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-source-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/pom.xml b/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/pom.xml
deleted file mode 100644 (file)
index a663210..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2014 Ericsson
-
-   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.html
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <artifactId>org.eclipse.tracecompass.ctf-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-test-plugin</packaging>
-
-  <name>CTF Support for TMF SWTBot Tests Plug-in</name>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-surefire-plugin</artifactId>
-        <configuration>
-          <useUIHarness>true</useUIHarness>
-          <useUIThread>false</useUIThread>
-          <environmentVariables>
-            <SWT_GTK3>${SWT_GTK3}</SWT_GTK3>
-            <LIBOVERLAY_SCROLLBAR>0</LIBOVERLAY_SCROLLBAR>
-          </environmentVariables>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/swtbot-test-plugin.properties b/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/swtbot-test-plugin.properties
new file mode 100644 (file)
index 0000000..338038b
--- /dev/null
@@ -0,0 +1 @@
+# This file tells the Maven build to use the settings for SWTBot test plugins
diff --git a/ctf/org.eclipse.tracecompass.tmf.ctf/pom.xml b/ctf/org.eclipse.tracecompass.tmf.ctf/pom.xml
deleted file mode 100644 (file)
index 2f370e0..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2011, Red Hat, Inc.
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.ctf-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.tmf.ctf</artifactId>
-  <packaging>eclipse-feature</packaging>
-
-  <name>CTF support for TMF Feature</name>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho.extras</groupId>
-        <artifactId>tycho-source-feature-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>source-feature</id>
-            <phase>package</phase>
-            <goals>
-              <goal>source-feature</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-p2-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>attached-p2-metadata</id>
-            <phase>package</phase>
-            <goals>
-              <goal>p2-metadata</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/doc/org.eclipse.tracecompass.examples/pom.xml b/doc/org.eclipse.tracecompass.examples/pom.xml
deleted file mode 100644 (file)
index 306293e..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2011, 2013 Red Hat Inc., Ericsson
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.doc</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.examples</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-plugin</packaging>
-
-  <name>Trace Compass Examples Plug-in</name>
-
- <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-source-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/pom.xml b/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/pom.xml
deleted file mode 100644 (file)
index 01bca82..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (c) 2013 Ericsson
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.gdbtrace-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.gdbtrace.core.tests</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-test-plugin</packaging>
-
-  <name>Trace Compass GDB Tracepoint Analysis Core Tests Plug-in</name>
-
-</project>
diff --git a/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/pom.xml b/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/pom.xml
deleted file mode 100644 (file)
index 91be68a..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (c) 2013 Ericsson
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.gdbtrace-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.gdbtrace.core</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-plugin</packaging>
-
-  <name>Trace Compass GDB Tracepoint Analysis Core Plug-in</name>
-
- <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-source-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/pom.xml b/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/pom.xml
deleted file mode 100644 (file)
index 8e97ff8..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (c) 2013 Ericsson
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.gdbtrace-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.gdbtrace.ui.tests</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-test-plugin</packaging>
-
-  <name>Trace Compass GDB Tracepoint Analysis UI Tests Plug-in</name>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-surefire-plugin</artifactId>
-        <configuration>
-          <useUIHarness>true</useUIHarness>
-          <useUIThread>true</useUIThread>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/ui-test-plugin.properties b/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/ui-test-plugin.properties
new file mode 100644 (file)
index 0000000..a209073
--- /dev/null
@@ -0,0 +1 @@
+# This file tells the Maven build to use the settings for UI test plugins
diff --git a/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/pom.xml b/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/pom.xml
deleted file mode 100644 (file)
index 85af7db..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (c) 2013 Ericsson
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.gdbtrace-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.gdbtrace.ui</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-plugin</packaging>
-
-  <name>Trace Compass GDB Tracepoint Analysis UI Plug-in</name>
-
- <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-source-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/gdbtrace/org.eclipse.tracecompass.gdbtrace/pom.xml b/gdbtrace/org.eclipse.tracecompass.gdbtrace/pom.xml
deleted file mode 100644 (file)
index f8a3172..0000000
+++ /dev/null
@@ -1,61 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (c) 2013, 2015 Ericsson
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.gdbtrace-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.gdbtrace</artifactId>
-  <packaging>eclipse-feature</packaging>
-
-  <name>Trace Compass GDB Tracepoint Analysis Feature</name>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho.extras</groupId>
-        <artifactId>tycho-source-feature-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>source-feature</id>
-            <phase>package</phase>
-            <goals>
-              <goal>source-feature</goal>
-            </goals>
-            <configuration>
-              <excludes>
-                <plugin id="org.eclipse.tracecompass.gdbtrace.doc.user"/>
-              </excludes>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-p2-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>attached-p2-metadata</id>
-            <phase>package</phase>
-            <goals>
-              <goal>p2-metadata</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/pom.xml b/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/pom.xml
deleted file mode 100644 (file)
index 61c1400..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2011, Red Hat, Inc.
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.lttng-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.lttng2.control.core.tests</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-test-plugin</packaging>
-
-  <name>Trace Compass LTTng Control Core Tests Plug-in</name>
-
-</project>
diff --git a/lttng/org.eclipse.tracecompass.lttng2.control.core/pom.xml b/lttng/org.eclipse.tracecompass.lttng2.control.core/pom.xml
deleted file mode 100644 (file)
index d3f7d79..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2011, Red Hat, Inc.
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.lttng-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.lttng2.control.core</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-plugin</packaging>
-
-  <name>Trace Compass LTTng Control Core Plug-in</name>
-
- <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-source-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/pom.xml b/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/pom.xml
deleted file mode 100644 (file)
index d875112..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2015 Ericsson
-
-   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.html
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <artifactId>org.eclipse.tracecompass.lttng-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-test-plugin</packaging>
-
-  <name>Trace Compass LTTng Tracer Control UI SWTBot Tests Plug-in</name>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-surefire-plugin</artifactId>
-        <version>${tycho-version}</version>
-        <configuration>
-          <testSuite>org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests</testSuite>
-          <testClass>org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.AllTests</testClass>
-          <useUIHarness>true</useUIHarness>
-          <useUIThread>false</useUIThread>
-          <argLine>${tycho.testArgLine} ${base.ui.test.vmargs}</argLine>
-          <product>org.eclipse.platform.ide</product>
-<!-- Disable GTK3 with Luna because it makes the test hang (bug in IcedTea http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1736) -->
-          <environmentVariables>
-            <SWT_GTK3>${SWT_GTK3}</SWT_GTK3>
-            <LIBOVERLAY_SCROLLBAR>0</LIBOVERLAY_SCROLLBAR>
-          </environmentVariables>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  
- <groupId>org.eclipse.tracecompass</groupId>
-</project>
diff --git a/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/swtbot-test-plugin.properties b/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/swtbot-test-plugin.properties
new file mode 100644 (file)
index 0000000..338038b
--- /dev/null
@@ -0,0 +1 @@
+# This file tells the Maven build to use the settings for SWTBot test plugins
diff --git a/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/pom.xml b/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/pom.xml
deleted file mode 100644 (file)
index cf72931..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2011, Red Hat, Inc.
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.lttng-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.lttng2.control.ui.tests</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-test-plugin</packaging>
-
-  <name>Trace Compass LTTng Control UI Tests Plug-in</name>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-surefire-plugin</artifactId>
-        <configuration>
-          <useUIHarness>true</useUIHarness>
-          <useUIThread>true</useUIThread>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/ui-test-plugin.properties b/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/ui-test-plugin.properties
new file mode 100644 (file)
index 0000000..a209073
--- /dev/null
@@ -0,0 +1 @@
+# This file tells the Maven build to use the settings for UI test plugins
diff --git a/lttng/org.eclipse.tracecompass.lttng2.control.ui/pom.xml b/lttng/org.eclipse.tracecompass.lttng2.control.ui/pom.xml
deleted file mode 100644 (file)
index fac2f17..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2011, Red Hat, Inc.
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.lttng-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.lttng2.control.ui</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-plugin</packaging>
-
-  <name>Trace Compass LTTng Control UI Plug-in</name>
-
- <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-source-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/lttng/org.eclipse.tracecompass.lttng2.control/pom.xml b/lttng/org.eclipse.tracecompass.lttng2.control/pom.xml
deleted file mode 100644 (file)
index c1d699e..0000000
+++ /dev/null
@@ -1,60 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2011, Red Hat, Inc.
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.lttng-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.lttng2.control</artifactId>
-  <packaging>eclipse-feature</packaging>
-
-  <name>Trace Compass LTTng (Linux Tracing Toolkit) Feature</name>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho.extras</groupId>
-        <artifactId>tycho-source-feature-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>source-feature</id>
-            <phase>package</phase>
-            <goals>
-              <goal>source-feature</goal>
-            </goals>
-            <configuration>
-              <excludes>
-                <plugin id="org.eclipse.tracecompass.doc.user"/>
-              </excludes>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-p2-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>attached-p2-metadata</id>
-            <phase>package</phase>
-            <goals>
-              <goal>p2-metadata</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/pom.xml b/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/pom.xml
deleted file mode 100644 (file)
index a3fd4d9..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2011, Red Hat, Inc.
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.lttng-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.lttng2.kernel.core.tests</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-test-plugin</packaging>
-
-  <name>Trace Compass LTTng Kernel Analysis Core Tests Plug-in</name>
-
-</project>
diff --git a/lttng/org.eclipse.tracecompass.lttng2.kernel.core/pom.xml b/lttng/org.eclipse.tracecompass.lttng2.kernel.core/pom.xml
deleted file mode 100644 (file)
index 2638fcd..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2011, Red Hat, Inc.
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.lttng-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.lttng2.kernel.core</artifactId>
-  <packaging>eclipse-plugin</packaging>
-
-  <name>Trace Compass LTTng Kernel Analysis Core Plug-in</name>
-
- <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-source-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/pom.xml b/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/pom.xml
deleted file mode 100644 (file)
index 948acbb..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2013 Ericsson
-
-   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.html
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <artifactId>org.eclipse.tracecompass.lttng-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-test-plugin</packaging>
-
-  <name>Trace Compass LTTng Kernel UI SWTBot Tests Plug-in</name>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-surefire-plugin</artifactId>
-        <configuration>
-          <useUIHarness>true</useUIHarness>
-          <useUIThread>false</useUIThread>
-          <environmentVariables>
-            <SWT_GTK3>${SWT_GTK3}</SWT_GTK3>
-            <LIBOVERLAY_SCROLLBAR>0</LIBOVERLAY_SCROLLBAR>
-          </environmentVariables>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/swtbot-test-plugin.properties b/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/swtbot-test-plugin.properties
new file mode 100644 (file)
index 0000000..338038b
--- /dev/null
@@ -0,0 +1 @@
+# This file tells the Maven build to use the settings for SWTBot test plugins
diff --git a/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/pom.xml b/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/pom.xml
deleted file mode 100644 (file)
index 82d705e..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2011, Red Hat, Inc.
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.lttng-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.lttng2.kernel.ui</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-plugin</packaging>
-
-  <name>Trace Compass LTTng Kernel Analysis UI Plug-in</name>
-
- <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-source-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/lttng/org.eclipse.tracecompass.lttng2.kernel/pom.xml b/lttng/org.eclipse.tracecompass.lttng2.kernel/pom.xml
deleted file mode 100644 (file)
index 867f759..0000000
+++ /dev/null
@@ -1,61 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2011, Red Hat, Inc.
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.lttng-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.lttng2.kernel</artifactId>
-  <version>2.0.0-SNAPSHOT</version>
-  <packaging>eclipse-feature</packaging>
-
-  <name>Trace Compass LTTng Kernel Analysis Feature</name>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho.extras</groupId>
-        <artifactId>tycho-source-feature-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>source-feature</id>
-            <phase>package</phase>
-            <goals>
-              <goal>source-feature</goal>
-            </goals>
-            <configuration>
-              <excludes>
-                <plugin id="org.eclipse.tracecompass.doc.user"/>
-              </excludes>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-p2-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>attached-p2-metadata</id>
-            <phase>package</phase>
-            <goals>
-              <goal>p2-metadata</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/pom.xml b/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/pom.xml
deleted file mode 100644 (file)
index 8a7e124..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2011, 2013 Red Hat Inc., Ericsson
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.lttng-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.lttng2.ust.core.tests</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-test-plugin</packaging>
-
-  <name>Trace Compass LTTng Userspace Tracer Analysis Core Test Plug-in</name>
-
-</project>
diff --git a/lttng/org.eclipse.tracecompass.lttng2.ust.core/pom.xml b/lttng/org.eclipse.tracecompass.lttng2.ust.core/pom.xml
deleted file mode 100644 (file)
index e271c31..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2011, 2013 Red Hat Inc., Ericsson
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.lttng-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.lttng2.ust.core</artifactId>
-  <packaging>eclipse-plugin</packaging>
-
-  <name>Trace Compass LTTng Userspace Tracer Analysis Core Plug-in</name>
-
- <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-source-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/pom.xml b/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/pom.xml
deleted file mode 100644 (file)
index c91ed98..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2015 Ericsson
-
-   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.html
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <artifactId>org.eclipse.tracecompass.lttng-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-test-plugin</packaging>
-
-  <name>Trace Compass LTTng Userspace Tracer UI SWTBot Tests Plug-in</name>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-surefire-plugin</artifactId>
-        <configuration>
-          <useUIHarness>true</useUIHarness>
-          <useUIThread>false</useUIThread>
-          <environmentVariables>
-            <SWT_GTK3>${SWT_GTK3}</SWT_GTK3>
-            <LIBOVERLAY_SCROLLBAR>0</LIBOVERLAY_SCROLLBAR>
-          </environmentVariables>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/swtbot-test-plugin.properties b/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/swtbot-test-plugin.properties
new file mode 100644 (file)
index 0000000..338038b
--- /dev/null
@@ -0,0 +1 @@
+# This file tells the Maven build to use the settings for SWTBot test plugins
diff --git a/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/pom.xml b/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/pom.xml
deleted file mode 100644 (file)
index 24ba9f1..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2011, 2013 Red Hat Inc., Ericsson
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.lttng-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.lttng2.ust.ui.tests</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-test-plugin</packaging>
-
-  <name>Trace Compass LTTng Userspace Tracer Analysis UI Tests Plug-in</name>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-surefire-plugin</artifactId>
-        <configuration>
-          <useUIHarness>true</useUIHarness>
-          <useUIThread>true</useUIThread>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/ui-test-plugin.properties b/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/ui-test-plugin.properties
new file mode 100644 (file)
index 0000000..a209073
--- /dev/null
@@ -0,0 +1 @@
+# This file tells the Maven build to use the settings for UI test plugins
diff --git a/lttng/org.eclipse.tracecompass.lttng2.ust.ui/pom.xml b/lttng/org.eclipse.tracecompass.lttng2.ust.ui/pom.xml
deleted file mode 100644 (file)
index 14ca222..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2011, 2013 Red Hat Inc., Ericsson
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.lttng-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.lttng2.ust.ui</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-plugin</packaging>
-
-  <name>Trace Compass LTTng Userspace Tracer Analysis UI Plug-in</name>
-
- <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-source-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/lttng/org.eclipse.tracecompass.lttng2.ust/pom.xml b/lttng/org.eclipse.tracecompass.lttng2.ust/pom.xml
deleted file mode 100644 (file)
index 81fc505..0000000
+++ /dev/null
@@ -1,60 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2011, 2013 Red Hat Inc., Ericsson
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.lttng-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.lttng2.ust</artifactId>
-  <packaging>eclipse-feature</packaging>
-
-  <name>Trace Compass LTTng Userspace Tracer Analysis Feature</name>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho.extras</groupId>
-        <artifactId>tycho-source-feature-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>source-feature</id>
-            <phase>package</phase>
-            <goals>
-              <goal>source-feature</goal>
-            </goals>
-            <configuration>
-              <excludes>
-                <plugin id="org.eclipse.tracecompass.doc.user"/>
-              </excludes>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-p2-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>attached-p2-metadata</id>
-            <phase>package</phase>
-            <goals>
-              <goal>p2-metadata</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/pcap/org.eclipse.tracecompass.pcap.core/pom.xml b/pcap/org.eclipse.tracecompass.pcap.core/pom.xml
deleted file mode 100644 (file)
index a9d86bb..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2014, Ericsson
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.pcap-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.pcap.core</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-plugin</packaging>
-
-  <name>Trace Compass Pcap Parser Core Plug-in</name>
-
- <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-source-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/pom.xml b/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/pom.xml
deleted file mode 100644 (file)
index fbd2562..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2011, Red Hat, Inc.
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.pcap-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.tmf.pcap.core.tests</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-test-plugin</packaging>
-
-  <name>Pcap Support for TMF Core Tests Plug-in</name>
-
-</project>
diff --git a/pcap/org.eclipse.tracecompass.tmf.pcap.core/pom.xml b/pcap/org.eclipse.tracecompass.tmf.pcap.core/pom.xml
deleted file mode 100644 (file)
index c81776f..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2014, Ericsson
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.pcap-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.tmf.pcap.core</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-plugin</packaging>
-
-  <name>Pcap support for TMF Core Plug-in</name>
-
- <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-source-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/pom.xml b/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/pom.xml
deleted file mode 100644 (file)
index 7faead9..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2014 Ericsson
-
-   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.html
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <artifactId>org.eclipse.tracecompass.pcap-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-test-plugin</packaging>
-
-  <name>Pcap Support for TMF SWTBot Tests Plug-in</name>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-surefire-plugin</artifactId>
-        <configuration>
-          <useUIHarness>true</useUIHarness>
-          <useUIThread>false</useUIThread>
-          <environmentVariables>
-            <SWT_GTK3>${SWT_GTK3}</SWT_GTK3>
-            <LIBOVERLAY_SCROLLBAR>0</LIBOVERLAY_SCROLLBAR>
-          </environmentVariables>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/swtbot-test-plugin.properties b/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/swtbot-test-plugin.properties
new file mode 100644 (file)
index 0000000..338038b
--- /dev/null
@@ -0,0 +1 @@
+# This file tells the Maven build to use the settings for SWTBot test plugins
diff --git a/pcap/org.eclipse.tracecompass.tmf.pcap.ui/pom.xml b/pcap/org.eclipse.tracecompass.tmf.pcap.ui/pom.xml
deleted file mode 100644 (file)
index 5cb945b..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2014, Ericsson
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.pcap-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.tmf.pcap.ui</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-plugin</packaging>
-
-  <name>Pcap support for TMF UI Plug-in</name>
-
- <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-source-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/pcap/org.eclipse.tracecompass.tmf.pcap/pom.xml b/pcap/org.eclipse.tracecompass.tmf.pcap/pom.xml
deleted file mode 100644 (file)
index 441a64d..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2011, 2014 Red Hat, Inc, Ericsson.
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.pcap-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <name>Trace Compass Pcap Analysis Feature</name>
-  <artifactId>org.eclipse.tracecompass.tmf.pcap</artifactId>
-
-  <packaging>eclipse-feature</packaging>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho.extras</groupId>
-        <artifactId>tycho-source-feature-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>source-feature</id>
-            <phase>package</phase>
-            <goals>
-              <goal>source-feature</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-p2-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>attached-p2-metadata</id>
-            <phase>package</phase>
-            <goals>
-              <goal>p2-metadata</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/pom.xml b/pom.xml
index 44c5e9b8cbfd484b14a946e41e0a681d1db51a7b..22231ec320e32e245b0f9783a0ed68af6dfc5f3a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <prerequisites>
-    <maven>3.0</maven>
+    <maven>3.3</maven>
   </prerequisites>
 
   <groupId>org.eclipse.tracecompass</groupId>
         <base.ui.test.vmargs>-Dorg.eclipse.swt.browser.DefaultType=mozilla</base.ui.test.vmargs>
       </properties>
     </profile>
+
+    <!-- Automatic profile to define the settings for UI test plugins -->
+    <profile>
+      <id>ui-test-plugin</id>
+      <activation>
+        <file>
+          <exists>ui-test-plugin.properties</exists>
+        </file>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.eclipse.tycho</groupId>
+            <artifactId>tycho-surefire-plugin</artifactId>
+            <configuration>
+              <useUIHarness>true</useUIHarness>
+              <useUIThread>true</useUIThread>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+
+    <!-- Automatic profile to define the settings for SWTBot test plugins -->
+    <profile>
+      <id>swtbot-test-plugin</id>
+      <activation>
+        <file>
+          <exists>swtbot-test-plugin.properties</exists>
+        </file>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.eclipse.tycho</groupId>
+            <artifactId>tycho-surefire-plugin</artifactId>
+            <configuration>
+              <useUIHarness>true</useUIHarness>
+              <useUIThread>false</useUIThread>
+              <environmentVariables>
+                <SWT_GTK3>${SWT_GTK3}</SWT_GTK3>
+                <LIBOVERLAY_SCROLLBAR>0</LIBOVERLAY_SCROLLBAR>
+              </environmentVariables>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
   </profiles>
 
   <modules>
             <configuration>
               <rules>
                 <requireMavenVersion>
-                  <version>3.0</version>
+                  <version>3.3</version>
                 </requireMavenVersion>
                 <requireJavaVersion>
                   <version>1.8</version>
diff --git a/rcp/org.eclipse.tracecompass.rcp.ui/pom.xml b/rcp/org.eclipse.tracecompass.rcp.ui/pom.xml
deleted file mode 100644 (file)
index e946317..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-    <modelVersion>4.0.0</modelVersion>
-
-    <artifactId>org.eclipse.tracecompass.rcp.ui</artifactId>
-
-    <name>Trace Compass RCP UI Plug-in</name>
-
-    <parent>
-      <artifactId>org.eclipse.tracecompass.rcp-parent</artifactId>
-      <groupId>org.eclipse.tracecompass</groupId>
-      <version>2.0.0-SNAPSHOT</version>
-    </parent>
-
-    <properties>
-        <productId>org.eclipse.tracecompass.rcp.ui.product</productId>
-    </properties>
-
- <build>
-     <resources>
-      <resource>
-        <directory>src</directory>
-        <excludes>
-          <exclude>**/*.java</exclude>
-        </excludes>
-      </resource>
-    </resources>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-source-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-
- <packaging>eclipse-plugin</packaging>
-</project>
diff --git a/releng/org.eclipse.tracecompass.testing/pom.xml b/releng/org.eclipse.tracecompass.testing/pom.xml
deleted file mode 100644 (file)
index d00a1c0..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2014 Ericsson.
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.releng-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <name>Trace Compass Testing Feature</name>
-  <artifactId>org.eclipse.tracecompass.testing</artifactId>
-  <version>2.0.0-SNAPSHOT</version>
-
-  <packaging>eclipse-feature</packaging>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho.extras</groupId>
-        <artifactId>tycho-source-feature-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>source-feature</id>
-            <phase>package</phase>
-            <goals>
-              <goal>source-feature</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-p2-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>attached-p2-metadata</id>
-            <phase>package</phase>
-            <goals>
-              <goal>p2-metadata</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/statesystem/org.eclipse.tracecompass.segmentstore.core.tests/pom.xml b/statesystem/org.eclipse.tracecompass.segmentstore.core.tests/pom.xml
deleted file mode 100644 (file)
index da3e979..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2014, Ericsson
-
-   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.html
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <artifactId>org.eclipse.tracecompass.statesystem-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.segmentstore.core.tests</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-test-plugin</packaging>
-
-  <name>Trace Compass Segment Store DB Core Tests Plug-in</name>
-
-</project>
diff --git a/statesystem/org.eclipse.tracecompass.segmentstore.core/pom.xml b/statesystem/org.eclipse.tracecompass.segmentstore.core/pom.xml
deleted file mode 100644 (file)
index c74cb91..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2014, Ericsson
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.statesystem-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.segmentstore.core</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-plugin</packaging>
-
-  <name>Trace Compass Segment Store DB Core Plug-in</name>
-
- <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-source-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/statesystem/org.eclipse.tracecompass.statesystem.core.tests/pom.xml b/statesystem/org.eclipse.tracecompass.statesystem.core.tests/pom.xml
deleted file mode 100644 (file)
index 299b4b3..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2014, Ericsson
-
-   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.html
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <artifactId>org.eclipse.tracecompass.statesystem-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.statesystem.core.tests</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-test-plugin</packaging>
-
-  <name>Trace Compass State System Core Tests Plug-in</name>
-
-</project>
diff --git a/statesystem/org.eclipse.tracecompass.statesystem.core/pom.xml b/statesystem/org.eclipse.tracecompass.statesystem.core/pom.xml
deleted file mode 100644 (file)
index 8e60c85..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2014, Ericsson
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.statesystem-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.statesystem.core</artifactId>
-  <packaging>eclipse-plugin</packaging>
-
-  <name>Trace Compass State System Core Plug-in</name>
-
- <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-source-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/pom.xml b/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/pom.xml
deleted file mode 100644 (file)
index 8ad52a7..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2013, Ã‰cole Polytechnique de Montréal
-
-   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.html
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <artifactId>org.eclipse.tracecompass.tmf-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.tmf.analysis.xml.core.tests</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-test-plugin</packaging>
-
-  <name>Trace Compass TMF Xml Analysis Core Tests Plug-in</name>
-
-</project>
diff --git a/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/pom.xml b/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/pom.xml
deleted file mode 100644 (file)
index 18e9b11..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2013, Ã‰cole Polytechnique de Montréal
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.tmf-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.tmf.analysis.xml.core</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-plugin</packaging>
-
-  <name>Trace Compass TMF Xml Analysis Core Plug-in</name>
-
- <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-source-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/pom.xml b/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/pom.xml
deleted file mode 100644 (file)
index 5eaadd0..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2013, Ã‰cole Polytechnique de Montréal
-
-   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.html
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <artifactId>org.eclipse.tracecompass.tmf-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.tmf.analysis.xml.ui.tests</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-test-plugin</packaging>
-
-  <name>Trace Compass TMF Xml Analysis UI Tests Plug-in</name>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-surefire-plugin</artifactId>
-        <configuration>
-          <useUIHarness>true</useUIHarness>
-          <useUIThread>true</useUIThread>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/ui-test-plugin.properties b/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/ui-test-plugin.properties
new file mode 100644 (file)
index 0000000..a209073
--- /dev/null
@@ -0,0 +1 @@
+# This file tells the Maven build to use the settings for UI test plugins
diff --git a/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/pom.xml b/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/pom.xml
deleted file mode 100644 (file)
index 40b15fb..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2013, Ã‰cole Polytechnique de Montréal
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.tmf-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.tmf.analysis.xml.ui</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-plugin</packaging>
-
-  <name>Trace Compass TMF Xml Analysis Ui Plug-in</name>
-
- <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-source-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/tmf/org.eclipse.tracecompass.tmf.core.tests/pom.xml b/tmf/org.eclipse.tracecompass.tmf.core.tests/pom.xml
deleted file mode 100644 (file)
index 7ea512a..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2011, Red Hat, Inc. and others
-
-   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.html
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <artifactId>org.eclipse.tracecompass.tmf-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.tmf.core.tests</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-test-plugin</packaging>
-
-  <name>Trace Compass TMF Core Tests Plug-in</name>
-
-</project>
diff --git a/tmf/org.eclipse.tracecompass.tmf.core/pom.xml b/tmf/org.eclipse.tracecompass.tmf.core/pom.xml
deleted file mode 100644 (file)
index c4f0594..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2011, 2015 Red Hat, Inc. and others.
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.tmf-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.tmf.core</artifactId>
-  <packaging>eclipse-plugin</packaging>
-
-  <name>Trace Compass TMF Core Plug-in</name>
-
- <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-source-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/pom.xml b/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/pom.xml
deleted file mode 100644 (file)
index caaeb62..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2011, Red Hat, Inc. and others
-
-   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.html
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <artifactId>org.eclipse.tracecompass.tmf-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.tmf.remote.core.tests</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-test-plugin</packaging>
-
-  <name>Trace Compass TMF Remote Core Tests Plug-in</name>
-
-</project>
diff --git a/tmf/org.eclipse.tracecompass.tmf.remote.core/pom.xml b/tmf/org.eclipse.tracecompass.tmf.remote.core/pom.xml
deleted file mode 100644 (file)
index a62892c..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2015 Ericsson.
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.tmf-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.tmf.remote.core</artifactId>
-  <version>2.0.0-SNAPSHOT</version>
-  <packaging>eclipse-plugin</packaging>
-
-  <name>Trace Compass TMF Remote Core Plug-in</name>
-
- <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-source-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/pom.xml b/tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/pom.xml
deleted file mode 100644 (file)
index c05305f..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2015 Ericsson
-
-   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.html
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <artifactId>org.eclipse.tracecompass.tmf-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-test-plugin</packaging>
-
-  <name>Trace Compass TMF Remote UI SWTBot Tests Plug-in</name>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-surefire-plugin</artifactId>
-        <configuration>
-          <useUIHarness>true</useUIHarness>
-          <useUIThread>false</useUIThread>
-          <environmentVariables>
-            <SWT_GTK3>${SWT_GTK3}</SWT_GTK3>
-            <LIBOVERLAY_SCROLLBAR>0</LIBOVERLAY_SCROLLBAR>
-          </environmentVariables>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/swtbot-test-plugin.properties b/tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/swtbot-test-plugin.properties
new file mode 100644 (file)
index 0000000..338038b
--- /dev/null
@@ -0,0 +1 @@
+# This file tells the Maven build to use the settings for SWTBot test plugins
diff --git a/tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/pom.xml b/tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/pom.xml
deleted file mode 100644 (file)
index 613e65f..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2011, Red Hat, Inc. and others
-
-   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.html
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <artifactId>org.eclipse.tracecompass.tmf-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.tmf.remote.ui.tests</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-test-plugin</packaging>
-
-  <name>Trace Compass TMF Remote UI Tests Plug-in</name>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-surefire-plugin</artifactId>
-        <configuration>
-          <useUIHarness>true</useUIHarness>
-          <useUIThread>true</useUIThread>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/ui-test-plugin.properties b/tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/ui-test-plugin.properties
new file mode 100644 (file)
index 0000000..a209073
--- /dev/null
@@ -0,0 +1 @@
+# This file tells the Maven build to use the settings for UI test plugins
diff --git a/tmf/org.eclipse.tracecompass.tmf.remote.ui/pom.xml b/tmf/org.eclipse.tracecompass.tmf.remote.ui/pom.xml
deleted file mode 100644 (file)
index 08fe05f..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2015 Ericsson.
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.tmf-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.tmf.remote.ui</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-plugin</packaging>
-
-  <name>Trace Compass TMF Remote UI Plug-in</name>
-
- <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-source-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/tmf/org.eclipse.tracecompass.tmf.remote/pom.xml b/tmf/org.eclipse.tracecompass.tmf.remote/pom.xml
deleted file mode 100644 (file)
index 4fa7a30..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2015 Ericsson.
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.tmf-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.tmf.remote</artifactId>
-  <packaging>eclipse-feature</packaging>
-
-  <name>Trace Compass TMF Remote Feature</name>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-p2-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>attached-p2-metadata</id>
-            <phase>package</phase>
-            <goals>
-              <goal>p2-metadata</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/pom.xml b/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/pom.xml
deleted file mode 100644 (file)
index b46f6eb..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2013 Ericsson
-
-   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.html
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <artifactId>org.eclipse.tracecompass.tmf-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.tmf.ui.swtbot.tests</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-test-plugin</packaging>
-
-  <name>Trace Compass TMF UI SWTBot Tests Plug-in</name>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-surefire-plugin</artifactId>
-        <configuration>
-          <useUIHarness>true</useUIHarness>
-          <useUIThread>false</useUIThread>
-          <environmentVariables>
-            <SWT_GTK3>${SWT_GTK3}</SWT_GTK3>
-            <LIBOVERLAY_SCROLLBAR>0</LIBOVERLAY_SCROLLBAR>
-          </environmentVariables>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/swtbot-test-plugin.properties b/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/swtbot-test-plugin.properties
new file mode 100644 (file)
index 0000000..338038b
--- /dev/null
@@ -0,0 +1 @@
+# This file tells the Maven build to use the settings for SWTBot test plugins
diff --git a/tmf/org.eclipse.tracecompass.tmf.ui.tests/pom.xml b/tmf/org.eclipse.tracecompass.tmf.ui.tests/pom.xml
deleted file mode 100644 (file)
index 1f06508..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2011, Red Hat, Inc. and others
-
-   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.html
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <artifactId>org.eclipse.tracecompass.tmf-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.tmf.ui.tests</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-test-plugin</packaging>
-
-  <name>Trace Compass TMF UI Tests Plug-in</name>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-surefire-plugin</artifactId>
-        <configuration>
-          <useUIHarness>true</useUIHarness>
-          <useUIThread>true</useUIThread>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/tmf/org.eclipse.tracecompass.tmf.ui.tests/ui-test-plugin.properties b/tmf/org.eclipse.tracecompass.tmf.ui.tests/ui-test-plugin.properties
new file mode 100644 (file)
index 0000000..a209073
--- /dev/null
@@ -0,0 +1 @@
+# This file tells the Maven build to use the settings for UI test plugins
diff --git a/tmf/org.eclipse.tracecompass.tmf.ui/pom.xml b/tmf/org.eclipse.tracecompass.tmf.ui/pom.xml
deleted file mode 100644 (file)
index 710f12c..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2011, Red Hat, Inc.
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.tmf-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.tmf.ui</artifactId>
-  <packaging>eclipse-plugin</packaging>
-
-  <name>Trace Compass TMF UI Plug-in</name>
-
- <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-source-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/tmf/org.eclipse.tracecompass.tmf/pom.xml b/tmf/org.eclipse.tracecompass.tmf/pom.xml
deleted file mode 100644 (file)
index dee5c27..0000000
+++ /dev/null
@@ -1,60 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2011, 2015 Red Hat, Inc. and others
-
-   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.html
--->
-<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>
-    <artifactId>org.eclipse.tracecompass.tmf-parent</artifactId>
-    <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.tracecompass.tmf</artifactId>
-  <packaging>eclipse-feature</packaging>
-
-  <name>Trace Compass TMF (Tracing and Monitoring Framework) Feature</name>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho.extras</groupId>
-        <artifactId>tycho-source-feature-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>source-feature</id>
-            <phase>package</phase>
-            <goals>
-              <goal>source-feature</goal>
-            </goals>
-            <configuration>
-              <excludes>
-                <plugin id="org.eclipse.tracecompass.doc.user"/>
-              </excludes>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-p2-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>attached-p2-metadata</id>
-            <phase>package</phase>
-            <goals>
-              <goal>p2-metadata</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
This page took 0.102743 seconds and 5 git commands to generate.