Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWainer dos Santos Moschetta2015-05-21 21:32:35 +0000
committerJeff Johnston2015-06-02 16:01:54 +0000
commit36fb7a432099c2beb5ae397cd39b160b72e1e9d4 (patch)
treef2cce3cea5d6de497807495a921a0a6f1da4a184 /oprofile
parentccac51d3da10e15d9a03c2ba00e099d562ac1bed (diff)
downloadorg.eclipse.linuxtools-36fb7a432099c2beb5ae397cd39b160b72e1e9d4.tar.gz
org.eclipse.linuxtools-36fb7a432099c2beb5ae397cd39b160b72e1e9d4.tar.xz
org.eclipse.linuxtools-36fb7a432099c2beb5ae397cd39b160b72e1e9d4.zip
Bug 467931 - adapt proxy to changes in o.e.remote and PTP
Following o.e.remote and PTP changes have broken remote proxy: - rdt and remotetools no longer supported in PTP - o.e.remote implements OSGi services now Any reference to unsupported schems will throw CoreException Added a new plug-in (org.eclipse.linuxtools.remote.proxy.tests) with tests. It is neeed to export TEST_HOST, TEST_USERNAME and TEST_PASSWORD variables to activate them, otherwise they will be skipped. Also updated PTP/remote build target to Mars milestones Change-Id: Iab26eda77dee809bd4122f9001184c5fe4d4dd81 Signed-off-by: Wainer dos Santos Moschetta <wainersm@linux.vnet.ibm.com> Reviewed-on: https://git.eclipse.org/r/48408 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
Diffstat (limited to 'oprofile')
-rw-r--r--oprofile/org.eclipse.linuxtools.oprofile.remote.launch/META-INF/MANIFEST.MF2
-rw-r--r--oprofile/org.eclipse.linuxtools.oprofile.remote.launch/plugin.xml2
-rw-r--r--oprofile/org.eclipse.linuxtools.oprofile.remote.launch/pom.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/oprofile/org.eclipse.linuxtools.oprofile.remote.launch/META-INF/MANIFEST.MF b/oprofile/org.eclipse.linuxtools.oprofile.remote.launch/META-INF/MANIFEST.MF
index 44de5cadd4..4bcf03a805 100644
--- a/oprofile/org.eclipse.linuxtools.oprofile.remote.launch/META-INF/MANIFEST.MF
+++ b/oprofile/org.eclipse.linuxtools.oprofile.remote.launch/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.linuxtools.oprofile.remote.launch;singleton:=true
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 2.0.0.qualifier
Bundle-Vendor: %bundleProvider
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.4.0",
diff --git a/oprofile/org.eclipse.linuxtools.oprofile.remote.launch/plugin.xml b/oprofile/org.eclipse.linuxtools.oprofile.remote.launch/plugin.xml
index 2466474493..eb7b2f7e99 100644
--- a/oprofile/org.eclipse.linuxtools.oprofile.remote.launch/plugin.xml
+++ b/oprofile/org.eclipse.linuxtools.oprofile.remote.launch/plugin.xml
@@ -36,7 +36,7 @@
point="org.eclipse.linuxtools.oprofile.core.OpcontrolProvider">
<opcontrolProvider
class="org.eclipse.linuxtools.internal.oprofile.remote.core.linux.RemoteLinuxOpcontrolProvider"
- scheme="remotetools">
+ scheme="ssh">
</opcontrolProvider>
</extension>
<extension
diff --git a/oprofile/org.eclipse.linuxtools.oprofile.remote.launch/pom.xml b/oprofile/org.eclipse.linuxtools.oprofile.remote.launch/pom.xml
index 4c0349cd85..bcf7aadc2b 100644
--- a/oprofile/org.eclipse.linuxtools.oprofile.remote.launch/pom.xml
+++ b/oprofile/org.eclipse.linuxtools.oprofile.remote.launch/pom.xml
@@ -10,7 +10,7 @@
</parent>
<artifactId>org.eclipse.linuxtools.oprofile.remote.launch</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<name>Linux Tools OProfile Remote Launch Plug-in</name>

Back to the top