Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2019-09-20 18:03:32 +0000
committerJeff Johnston2019-09-20 20:09:05 +0000
commit169fb48f0034a1a8f98fde8c4d3f45e9b8182589 (patch)
treede2b8eeee859dbd4613204514d63f80187bcadd7 /oprofile/org.eclipse.linuxtools.oprofile.launch.tests/pom.xml
parentc144d219360d345d6f9d26a4c9acee290e5bdbe5 (diff)
downloadorg.eclipse.linuxtools-169fb48f0034a1a8f98fde8c4d3f45e9b8182589.tar.gz
org.eclipse.linuxtools-169fb48f0034a1a8f98fde8c4d3f45e9b8182589.tar.xz
org.eclipse.linuxtools-169fb48f0034a1a8f98fde8c4d3f45e9b8182589.zip
Bug 551327 - Remove OProfile feature from 7.5.0
- remove contents of oprofile directory and remove oprofile module from top pom.xml - remove oprofile from category.xml - switch to 4.14 target Change-Id: I712022de1283475fc8b95ffc8ffcaa29ab5b6832 Reviewed-on: https://git.eclipse.org/r/149926 Tested-by: Linux Tools Bot <linuxtools-bot@eclipse.org> Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
Diffstat (limited to 'oprofile/org.eclipse.linuxtools.oprofile.launch.tests/pom.xml')
-rw-r--r--oprofile/org.eclipse.linuxtools.oprofile.launch.tests/pom.xml44
1 files changed, 0 insertions, 44 deletions
diff --git a/oprofile/org.eclipse.linuxtools.oprofile.launch.tests/pom.xml b/oprofile/org.eclipse.linuxtools.oprofile.launch.tests/pom.xml
deleted file mode 100644
index abcb6f1cbf..0000000000
--- a/oprofile/org.eclipse.linuxtools.oprofile.launch.tests/pom.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright (C) 2011, 2018 Red Hat, Inc.
-
- This program and the accompanying materials are made
- available under the terms of the Eclipse Public License 2.0
- which is available at https://www.eclipse.org/legal/epl-2.0/
-
- SPDX-License-Identifier: EPL-2.0
--->
-<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>linuxtools-oprofile-parent</artifactId>
- <groupId>org.eclipse.linuxtools.oprofile</groupId>
- <version>7.5.0-SNAPSHOT</version>
- </parent>
-
- <artifactId>org.eclipse.linuxtools.oprofile.launch.tests</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- <packaging>eclipse-test-plugin</packaging>
-
- <name>Linux Tools OProfile Launch Tests Plug-in</name>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-surefire-plugin</artifactId>
- <version>${tycho-version}</version>
- <configuration>
- <useUIHarness>true</useUIHarness>
- <useUIThread>true</useUIThread>
- <product>org.eclipse.platform.ide</product>
- <testSuite>org.eclipse.linuxtools.oprofile.launch.tests</testSuite>
- <testClass>org.eclipse.linuxtools.oprofile.launch.tests.AllLaunchTests</testClass>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
-</project>

Back to the top