1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 07:35:24 +02:00
cdt/rse/examples
David Dykstal afa5e999a1 [168977][api][refactor] - stage 3.4
- introduced AuthenticatingConnectorService as a superclass of AbstractConnectorService
- moved almost all methods from AbstractConnectorService to AuthenticatingConnectorService. AbstractConnectorService now handled the creation of the StandardCredentialsProvider for all subclasses.
- moved AbstractConnectorService back to UI with the intention of renaming it StandardConnectorService
- moved requiresPassword, supportsPassword, requiresUserId, and supportsUserId back to IConnectorService from ICredentialsProvider.
- removed SshCredentialsProvider and DStoreCredentialsProvider, their connector services can now use the StandardCredentialsProvider
2007-03-28 14:10:53 +00:00
..
org.eclipse.rse.examples-feature Fix feature dependency pattern matching., and names of inferior features 2007-02-23 12:08:08 +00:00
org.eclipse.rse.examples.daytime [168977][api][refactor] - stage 3.4 2007-03-28 14:10:53 +00:00
org.eclipse.rse.examples.tutorial [168977][api][refactor] - stage 3.4 2007-03-28 14:10:53 +00:00
org.eclipse.rse.remotecdt [175245] spell out feature neames for Europa site 2007-02-23 11:14:24 +00:00
readme.txt Uploading instructions and establishing initial folder set. 2006-03-15 23:25:10 +00:00

Use the "examples" folder for plugin projects containing examples.
All projects should be named "org.eclipse.rse.examples.*".