Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » P2 » Question About Additional Dependencies Being Pulled In
Question About Additional Dependencies Being Pulled In [message #567978] Tue, 20 July 2010 18:16
Rajeev Dayal is currently offline Rajeev DayalFriend
Messages: 3
Registered: July 2009
Junior Member
Hey guys,

I'm working with Eclipse Galileo (specifically, Eclipse for Java Developers, Build Id: 20090619-0625), and when I went to try and install the Checkstyle plugin, I noticed that some unexpected plugins are listed on the "Review Licenses" screen:

http://www.postimage.org/image.php?v=aVwhTNr

In particular, I see:

Mylyn
JDT
Eclipse's XML Editor
WST
Usage Data Collector

The feature.xml file for the Checkstyle 4.4.3 feature consists of:

<requires>
<import plugin="org.eclipse.core.resources"/>
<import plugin="org.eclipse.ui"/>
<import plugin="org.eclipse.jface.text"/>
<import plugin="org.eclipse.jdt.core"/>
<import plugin="org.eclipse.core.runtime"/>
<import plugin="org.eclipse.ui.ide"/>
<import plugin="org.eclipse.jdt.ui"/>
<import plugin="org.eclipse.ui.workbench.texteditor"/>
<import plugin="org.eclipse.ui.editors"/>
<import plugin="org.eclipse.team.cvs.core"/>
<import plugin="org.eclipse.team.core"/>
</requires>

Why would Mylyn, WST, and Usage Data Collector be getting pulled in?



Thanks,
Rajeev
Previous Topic:Question About Additional Dependencies Being Pulled In
Next Topic:no profile when installing with p2 installer?
Goto Forum:
  


Current Time: Fri Mar 29 07:59:45 GMT 2024

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

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

Back to the top