Skip to main content
summaryrefslogtreecommitdiffstats
path: root/perf
diff options
context:
space:
mode:
authorAlexander Kurtakov2016-08-25 10:13:41 +0000
committerAlexander Kurtakov2016-08-25 10:33:46 +0000
commita4dd8bddaf639194c11eacde29290454db26f324 (patch)
tree5b8b87ea82351d08773ca0df1c6f8ea0b6a4c571 /perf
parent473b58db20d584a819afb1fd141d3cb1e14f65d2 (diff)
downloadorg.eclipse.linuxtools-a4dd8bddaf639194c11eacde29290454db26f324.tar.gz
org.eclipse.linuxtools-a4dd8bddaf639194c11eacde29290454db26f324.tar.xz
org.eclipse.linuxtools-a4dd8bddaf639194c11eacde29290454db26f324.zip
all: Remove not needed deps.
Changelog, gcov, gprof, oprofile and perf handled. Change-Id: Icb8acf0d972c634e5e0037261a81a59b282286c7 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/79715 Tested-by: Hudson CI
Diffstat (limited to 'perf')
-rw-r--r--perf/org.eclipse.linuxtools.perf/META-INF/MANIFEST.MF3
-rw-r--r--perf/org.eclipse.linuxtools.perf/pom.xml2
2 files changed, 2 insertions, 3 deletions
diff --git a/perf/org.eclipse.linuxtools.perf/META-INF/MANIFEST.MF b/perf/org.eclipse.linuxtools.perf/META-INF/MANIFEST.MF
index 721ae57e6a..a1fb0a3b57 100644
--- a/perf/org.eclipse.linuxtools.perf/META-INF/MANIFEST.MF
+++ b/perf/org.eclipse.linuxtools.perf/META-INF/MANIFEST.MF
@@ -3,14 +3,13 @@ Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-Vendor: %bundleProvider
Bundle-SymbolicName: org.eclipse.linuxtools.perf; singleton:=true
-Bundle-Version: 1.2.0.qualifier
+Bundle-Version: 1.3.0.qualifier
Bundle-Activator: org.eclipse.linuxtools.internal.perf.PerfPlugin
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
org.eclipse.cdt.core;bundle-version="5.1.2",
org.eclipse.cdt.debug.core;bundle-version="7.1.0",
org.eclipse.core.runtime,
- org.eclipse.debug.core;bundle-version="3.7.0",
org.eclipse.debug.ui;bundle-version="3.7.0",
org.eclipse.linuxtools.profiling.launch;bundle-version="0.9.0",
org.eclipse.ui.editors,
diff --git a/perf/org.eclipse.linuxtools.perf/pom.xml b/perf/org.eclipse.linuxtools.perf/pom.xml
index 2414f0d9c3..14c2442138 100644
--- a/perf/org.eclipse.linuxtools.perf/pom.xml
+++ b/perf/org.eclipse.linuxtools.perf/pom.xml
@@ -18,7 +18,7 @@
</parent>
<artifactId>org.eclipse.linuxtools.perf</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<name>Linux Tools Perf Plug-in</name>

Back to the top