Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » More jar files installed
More jar files installed [message #1745923] Wed, 19 October 2016 07:05 Go to next message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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.
Previous Topic:GTK+3 with eclipse 4.5
Next Topic:GTK 3.22 Breaking Eclipse UI?
Goto Forum:
  


Current Time: Tue Apr 15 06:19:31 EDT 2025

Powered by FUDForum. Page generated in 0.02180 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top