Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Changes to PTP remote abstraction

This was my mistake. Eclipse renames the plugin, but does not change the directory on CVS. I've manually renamed org.eclipse.ptp.remote, org.eclipse.ptp.remote.remotetools and org.eclipse.ptp.remote.rse.

The naming works like this. The remote abstraction layer is made up of the following plugins:

org.eclipse.ptp.remote.core
org.eclipse.ptp.remote.ui

Remote Tools is a stand-alone ssh-only remote services implementation. It comprises the plugins:

org.eclipse.ptp.remotetools.*

Each remote services implementation requires an adapter to connect it to the abstraction layer. For remote tools and RSE, these are:

org.eclipse.ptp.remote.remotetools.*
org.eclipse.ptp.remote.rse.*

There is also a plugin that provides a remote resource manager implementation. This is:

org.eclipse.ptp.rm.remote

Hope this clarifies things.

Greg

On Jul 30, 2008, at 9:55 AM, Chris Recoskie wrote:

I'm a bit confused...

Looking at CVS, I see:

- org.eclipse.ptp
- core
- org.eclipse.ptp.remote
- org.eclipse.ptp.remote.remotetools
- org.eclipse.ptp.remote.remotetools.ui
- org.eclipse.ptp.remote.ui
- tools
- org.eclipse.ptp.remotetools.core
- org.eclipse.ptp.remotetools.environment.core
etc.

Things that seem odd to me:

1. Where is org.eclipse.ptp.remote.core? (Answer: it's actually in org.eclipse.ptp.remote.... the directory was not renamed at the same time that the plugin ID was changed in MANIFEST.MF). Can this be fixed?
2. Ditto remotetools.core
3. Why is part of remotetools in the core folder and the rest in the tools folder?

===========================

Chris Recoskie
Team Lead, IBM CDT Team
IBM Toronto
http://www.eclipse.org/cdt

<graycol.gif>Greg Watson <g.watson@xxxxxxxxxxxx>


<ecblank.gif>
To
<ecblank.gif>
Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx>
<ecblank.gif>
cc
<ecblank.gif>
<ecblank.gif>
Subject
<ecblank.gif>
[ptp-dev] Changes to PTP remote abstraction
<ecblank.gif><ecblank.gif>

I've been asked to separate the core and UI components of the PTP  
remote abstraction layer. I propose to create two new plugins:  
org.eclipse.ptp.remote.core and org.eclipse.ptp.remote.ui respectively  
and remove the existing org.eclipse.ptp.remote plugin. If anyone has a  
problem with this, let me know, otherwise I'll commit the changes  
tomorrow.

Greg
_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev

_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev

GIF image


Back to the top