Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 320453

Summary: [providers][datashare][nio] Dependency on core.runtime not optimal
Product: [RT] ECF Reporter: Scott Lewis <slewis>
Component: ecf.providersAssignee: ecf.core-inbox <ecf.core-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.3.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Scott Lewis CLA 2010-07-20 20:34:47 EDT
Currently there's a package dependency on org.eclipse.core.runtime on the org.eclipse.ecf.provider.datashare.nio bundle.  This should be changed to require-bundle on org.eclipse.equinox.common (which has necessary classes from core runtime), so that datashare.nio bundle can be used in server environment (without core runtime bundle).
Comment 1 Scott Lewis CLA 2010-07-20 20:45:19 EDT
Fix (change to require-bundle on org.eclipse.equinox.common...a temporary solution) applied to HEAD and Release_3_3 streams.  Closing.