More jar files installed [message #1745923] |
Wed, 19 October 2016 07:05  |
Eclipse User |
|
|
|
Hello,
I am developing an Eclipse plug-in. When exporting the code, only the needed jar files will be stored in the plugins folder.
The Eclipse I am installing the exported plugin on, installs not only the jar files from plugins folder, but also extra jar files, such as:
- org.eclipse.team.cvs.*
- org.eclipse.jst.*
- org.eclipse.emf.codegen.*
- and so on..
And I do not understand why. I searched for them in the code base, feature projects, manifest files, but I found nothing.
Can anyone tell me, how is it possible?
(I want to shorten the Eclipse startup loading by deleting the not needed plugins.)
|
|
|
Re: More jar files installed [message #1745951 is a reply to message #1745923] |
Wed, 19 October 2016 13:49  |
Eclipse User |
|
|
|
It sounds like you have a feature dependencies on org.eclipse.sdk and org.eclipse.emf features: org.eclipse.sdk pulls in the org.eclipse.cvs feature, and org.eclipse.emf pulls in the org.eclipse.emf.codegen* plugins. org.eclipse.jst* are the Java Server Technology from the Web Tools Platform.
|
|
|
Powered by
FUDForum. Page generated in 0.02180 seconds