View Single Post
  #3   (View Single Post)  
Old 3rd November 2008
kazcor kazcor is offline
Real Name: Registreed Usre
Port Guard
 
Join Date: May 2008
Location: bliner, erg
Posts: 20
Default

You can enable/disable all additional plugins/features right here:
Help->SoftwareUpdates->ManageConfiguration
Be sure to check the toolbar button that says "Show disabled features".

However, I had no problems installing eclipse/wtp and getting it started out of the box. But my version is 3.2.2_1 and a newer one might cause problems. I'm also not quite sure if all those plugins do work with eclipse-devel as well.

Usually all eclipse related packages go to /usr/local/eclipse as mentioned before, so there's nothing to tweak here. If you want more details, simply see the +CONTENTS file of the corresponding package, e.g.:
Find out the base directory where things are installed to:
Code:
> cat /var/db/pkg/eclipse-webtools-1.5.2_1/+CONTENTS | grep "@cwd"
/usr/local
Relative to this directory all files are placed. To get a list of files:

Code:
> cat /var/db/pkg/eclipse-webtools-1.5.2_1/+CONTENTS | grep -v "@"
eclipse/features/org.apache.axis.feature_1.3.0.v200606071530--0842282_383A68/LICENSE
eclipse/features/org.apache.axis.feature_1.3.0.v200606071530--0842282_383A68/META-INF/eclipse.inf
eclipse/features/org.apache.axis.feature_1.3.0.v200606071530--0842282_383A68/feature.properties
...
Reply With Quote