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.remote.launch/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.remote.launch/pom.xml')
-rw-r--r--oprofile/org.eclipse.linuxtools.oprofile.remote.launch/pom.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/oprofile/org.eclipse.linuxtools.oprofile.remote.launch/pom.xml b/oprofile/org.eclipse.linuxtools.oprofile.remote.launch/pom.xml
deleted file mode 100644
index 60166395ad..0000000000
--- a/oprofile/org.eclipse.linuxtools.oprofile.remote.launch/pom.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <artifactId>linuxtools-oprofile-parent</artifactId>
- <groupId>org.eclipse.linuxtools.oprofile</groupId>
- <version>7.5.0-SNAPSHOT</version>
- </parent>
-
- <artifactId>org.eclipse.linuxtools.oprofile.remote.launch</artifactId>
- <version>2.0.0-SNAPSHOT</version>
- <packaging>eclipse-plugin</packaging>
-
- <name>Linux Tools OProfile Remote Launch Plug-in</name>
-</project>

Back to the top