Add ChangeLog entries for RDT URI support fix.
diff --git a/profiling/org.eclipse.linuxtools.profiling.launch/ChangeLog b/profiling/org.eclipse.linuxtools.profiling.launch/ChangeLog index 1decf64..f648977 100644 --- a/profiling/org.eclipse.linuxtools.profiling.launch/ChangeLog +++ b/profiling/org.eclipse.linuxtools.profiling.launch/ChangeLog
@@ -1,3 +1,11 @@ +2011-12-02 Jeff Johnston <jjohnstn@redhat.com> + + * src/org/eclipse/linuxtools/profiling/launch/IRemoteProxyManager.java: Add URI + apis. + * src/org/eclipse/linuxtools/profiling/launch/RemoteProxyManager.java (getFileProxy): Ditto. + (getLauncher): Ditto. + (getOS): Ditto. + 2011-11-11 Jeff Johnston <jjohnstn@redhat.com> * schema/RemoteProxyManager.exsd: Switch to specify URI scheme instead of project nature.
diff --git a/profiling/org.eclipse.linuxtools.rdt.proxy/ChangeLog b/profiling/org.eclipse.linuxtools.rdt.proxy/ChangeLog index b161ab6..58deb22 100644 --- a/profiling/org.eclipse.linuxtools.rdt.proxy/ChangeLog +++ b/profiling/org.eclipse.linuxtools.rdt.proxy/ChangeLog
@@ -1,3 +1,19 @@ +2011-12-02 Jeff Johnston <jjohnstn@redhat.com> + + 2011-12-02 CoreyAshford <cjashfor@us.ibm.com> + Resolves: bug 364443 + * src/org/eclipse/linuxtools/internal/rdt/proxy/RDTCommandLauncher.java (RDTCommandLauncher): Add + URI parameter. + (getErrorMessage): Add override declaration/ + (execute): Ditto. + (waitAndRead): Ditto. + * src/org/eclipse/linuxtools/internal/rdt/proxy/RDTFileProxy.java (RDTFileProxy): Add URI + parameter. + (initialize): Ditto. + * src/org/eclipse/linuxtools/rdt/proxy/RDTProxyManager.java (getFileProxy): Add API taking URI. + (getLauncher): Ditto. + (getOS): Ditto. + 2011-11-22 Jeff Johnston <jjohnstn@redhat.com> * src/org/eclipse/linuxtools/rdt/proxy/RDTProxyManager.java (getOS): Hard-code to return "Linux" for