Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Grunberg2016-01-07 18:04:24 +0000
committerRoland Grunberg2016-01-08 16:44:41 +0000
commitd9eada8d050190ec832bef530a9e9b7c69317e41 (patch)
tree9721c5d83ee5581583208c30eb8a5c9fa62b9c7b /profiling
parent28b366d9778f22a1ed74e8353daa86f8628c612e (diff)
downloadorg.eclipse.linuxtools-d9eada8d050190ec832bef530a9e9b7c69317e41.tar.gz
org.eclipse.linuxtools-d9eada8d050190ec832bef530a9e9b7c69317e41.tar.xz
org.eclipse.linuxtools-d9eada8d050190ec832bef530a9e9b7c69317e41.zip
Implement PDE API Analysis for Linux Tools.
Change-Id: Id11cf37525c040590334bbf1b58a5ee90efbc945 Reviewed-on: https://git.eclipse.org/r/63770 Tested-by: Hudson CI Reviewed-by: Roland Grunberg <rgrunber@redhat.com>
Diffstat (limited to 'profiling')
-rw-r--r--profiling/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiling/pom.xml b/profiling/pom.xml
index 3364fdeec0..70db4fdd89 100644
--- a/profiling/pom.xml
+++ b/profiling/pom.xml
@@ -55,7 +55,7 @@
<module>org.eclipse.linuxtools.profiling.remote-feature</module>
<module>org.eclipse.linuxtools.profiling.tests</module>
<module>org.eclipse.linuxtools.profiling.ui</module>
- <module>org.eclipse.linuxtools.profiling.ui.capability</module>
+ <!--<module>org.eclipse.linuxtools.profiling.ui.capability</module>-->
<module>org.eclipse.linuxtools.rdt.proxy</module>
<module>org.eclipse.linuxtools.ssh.proxy</module>
<module>org.eclipse.linuxtools.remote.proxy.tests</module>

Back to the top