Hello,
   
  I have a couple of the
plug-ins, namely
org.eclipse.ecf.example.collab and org.eclipse.ecf.ui that I extracted
from the
source code prior to the most recent update.  I have made changes to
this
code and therefore do not wish to directly update my extracted code
with the
plug-ins from the new release.  However, I am running into some
problems
since some refactoring has taken place.  I was hoping that someone
could
point me in the right direction of fixing up my code so that there are
no more
errors and it works with the latest release.  I have listed below the
items
which are causing the errors.
   
  import
org.eclipse.ecf.discovery.IDiscoveryContainer;
  import
org.eclipse.ecf.discovery.IServiceEvent;
  import
org.eclipse.ecf.discovery.IServiceListener;
  import
org.eclipse.ecf.discovery.IServiceTypeListener;
  import
org.eclipse.ecf.discovery.IServiceInfo;
  import
org.eclipse.ecf.discovery.IServiceProperties;
  IDiscoveryContainer
  IServiceTypeListener
  IServiceEvent
  IServiceInfo
  IServiceTypeListener
  IServiceProperties
  ServiceInfo
  ServiceProperties
  invisibleRoot = new
TreeParent(null,"",null);
- The constructor
DiscoveryView.TreeParent(null, String, null) is undefined
  connectToService(p.getServiceInfo());
- The method
getServiceInfo() is undefined for the type
DiscoveryView.TreeParent
   
   
  It seems
that the errors are due to
packages that no longer exist but I cannot find where the functionality
was
moved to or what refactoring was done.