~ubuntu-branches/ubuntu/trusty/eclipse-linuxtools/trusty

« back to all changes in this revision

Viewing changes to profiling/org.eclipse.linuxtools.rdt.proxy/ChangeLog

  • Committer: Package Import Robot
  • Author(s): Jakub Adam
  • Date: 2012-06-29 12:07:30 UTC
  • Revision ID: package-import@ubuntu.com-20120629120730-bfri1xys1i71dpn6
Tags: upstream-1.0.0
ImportĀ upstreamĀ versionĀ 1.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2011-12-02  Jeff Johnston  <jjohnstn@redhat.com>
 
2
 
 
3
        2011-12-02  CoreyAshford  <cjashfor@us.ibm.com>
 
4
        Resolves: bug 364443
 
5
        * src/org/eclipse/linuxtools/internal/rdt/proxy/RDTCommandLauncher.java (RDTCommandLauncher): Add
 
6
        URI parameter. 
 
7
        (getErrorMessage): Add override declaration/
 
8
        (execute): Ditto. 
 
9
        (waitAndRead): Ditto. 
 
10
        * src/org/eclipse/linuxtools/internal/rdt/proxy/RDTFileProxy.java (RDTFileProxy): Add URI
 
11
        parameter. 
 
12
        (initialize): Ditto.
 
13
        * src/org/eclipse/linuxtools/rdt/proxy/RDTProxyManager.java (getFileProxy): Add API taking URI. 
 
14
        (getLauncher): Ditto.
 
15
        (getOS): Ditto.
 
16
        
 
17
2011-11-22  Jeff Johnston  <jjohnstn@redhat.com>
 
18
 
 
19
        * src/org/eclipse/linuxtools/rdt/proxy/RDTProxyManager.java (getOS): Hard-code to return "Linux" for
 
20
        time-being.  Must fix this later.
 
21
        * src/org/eclipse/linuxtools/internal/rdt/proxy/RDTFileProxy.java (RDTFileProxy): Make sure services
 
22
        are initialized.
 
23
 
 
24
2011-11-11  Jeff Johnston  <jjohnstn@redhat.com>
 
25
 
 
26
        * plugin.xml: Fix to use new RemoteProxyManager scheme specifier.
 
27
 
 
28
2011-10-25  Jeff Johnston  <jjohnstn@redhat.com>
 
29
 
 
30
        * src/org/eclipse/linuxtools/internal/rdt/proxy/RDTCommandLauncher.java (execute): Switch
 
31
        to return Process.  Use RemoteProcessAdapter class to wrap the IRemoteProcess.
 
32
        
 
33
2011-10-11  Jeff Johnston  <jjohnstn@redhat.com>
 
34
 
 
35
        * plugin.xml: Add support for RDT sync'd projects.
 
36
 
 
37
2011-10-07  Jeff Johnston  <jjohnstn@redhat.com>
 
38
 
 
39
        * plugin.xml: Add new nature field and specify RDT remoteNature.
 
40
        
 
41
2011-10-07  Jeff Johnston  <jjohnstn@redhat.com>
 
42
 
 
43
        * META-INF/MANIFEST.MF: Add bundle localization.
 
44
        * plugin.properties: New file.
 
45
        * plugin.xml: New file that uses RemoteProxyManager extension.
 
46
        
 
47
2011-10-07  Jeff Johnston  <jjohnstn@redhat.com>
 
48
 
 
49
        * src/org/eclipse/linuxtools/internal/rdt/proxy/RDTProcess.java: New file.
 
50
        * src/org/eclipse/linuxtools/internal/rdt/proxy/RDTFileProxy.java: New file.
 
51
        * src/org/eclipse/linuxtools/internal/rdt/proxy/RDTCommandLauncher.java: New file.
 
52
        * build.properties: New file.
 
53
        * META-INF/MANIFEST.MF: New file.
 
54
        * src/org/eclipse/linuxtools/rdt/proxy/Resources.properties: New file.
 
55
        * src/org/eclipse/linuxtools/rdt/proxy/RDTProxyManager.java: New file.
 
56
        * src/org/eclipse/linuxtools/rdt/proxy/Activator.java: New file.