Bug 197479 - Unnecessary dependencies in services.telnet and services.ftp
Summary: Unnecessary dependencies in services.telnet and services.ftp
Status: RESOLVED FIXED
Alias: None
Product: Target Management
Classification: Tools
Component: RSE (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 2.0.1   Edit
Assignee: Martin Oberhuber CLA
QA Contact: Martin Oberhuber CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-23 09:01 EDT by Martin Oberhuber CLA
Modified: 2007-07-23 09:05 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 Martin Oberhuber CLA 2007-07-23 09:01:19 EDT
org.eclipse.rse.services.ftp/META-INF/MANIFEST.MF has
   Require-bundle:org.eclipse.core.resources

org.eclipse.rse.services.telnet/META-INF/MANIFEST.MF has
   Require-bundle:org.eclipse.ui

These dependencies are not really required and should be removed in order to allow for small footprint services deployment.
Comment 1 Martin Oberhuber CLA 2007-07-23 09:05:02 EDT
Removed unnecessary dependencies from MANIFEST.MF