Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 320453 - [providers][datashare][nio] Dependency on core.runtime not optimal
Summary: [providers][datashare][nio] Dependency on core.runtime not optimal
Status: RESOLVED FIXED
Alias: None
Product: ECF
Classification: RT
Component: ecf.providers (show other bugs)
Version: 3.3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: ecf.core-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-20 20:34 EDT by Scott Lewis CLA
Modified: 2010-07-20 20:45 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 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.