Bug 174263 - [api] All ssh implementation should be internal
Summary: [api] All ssh implementation should be internal
Status: CLOSED FIXED
Alias: None
Product: Target Management
Classification: Tools
Component: RSE (show other bugs)
Version: 1.0.1   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 2.0   Edit
Assignee: Martin Oberhuber CLA
QA Contact: Martin Oberhuber CLA
URL:
Whiteboard:
Keywords: api
Depends on:
Blocks: 170922
  Show dependency tree
 
Reported: 2007-02-15 04:20 EST by Martin Oberhuber CLA
Modified: 2008-08-13 13:16 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Oberhuber CLA 2007-02-15 04:20:21 EST
All packages of the ssh subsystem and service implementation should be internal.
These are implementation details, it is sufficient for users to know the generic RSE APIs.

services.ssh          -->  org.eclipse.rse.internal.services.ssh
services.ssh.files    -->  org.eclipse.rse.internal.services.ssh.files
services.ssh.shell    -->  org.eclipse.rse.internal.services.ssh.shell
connectorservice.ssh  -->  org.eclipse.rse.internal.connectorservice.rse
subsystems.files.ssh  -->  org.eclipse.rse.internal.subsystems.files.ssh
subsystems.shells.ssh -->  org.eclipse.rse.internal.subsystems.shells.ssh
Comment 1 Martin Oberhuber CLA 2007-02-19 09:29:44 EST
Fixed for M5.
Comment 2 Martin Oberhuber CLA 2007-02-21 10:24:56 EST
made SubSystemConfiguration implementation API again with following checkin:

21-Feb-2007
[174271][174263][174626] make SubSystemConfiguration implementations API again
for customization
Comment 3 Martin Oberhuber CLA 2007-02-28 08:32:03 EST
Verified with I20070223-0730
Comment 4 Martin Oberhuber CLA 2008-08-13 13:16:57 EDT
[target cleanup] 2.0 M5 was the original target milestone for this bug