Install Subclipse

  1. Startup eclipse
  2. Select Help -> Software Updates -> Find and Install
  3. Select Search for new features to install, click Next
  4. Click New Remote Site
  5. Enter Subclipse for the name
  6. Enter http://subclipse.tigris.org/update_1.4.x for the URL
  7. Click Finish
  8. Check the Subclipse box and click Next
    • Ignore the integrations unless you have a need for them, they can stop the install from working
  9. Accept terms, click Next, click Finish, click Install All
  10. Restart the workbench when asked
  • Add bin and target to global svn ignore in Eclipse (Optional)
    • This will keep you from committing bin and target directory files when you add projects to svn
    1. Click on Window -> Preferences
    2. Select Team -> Ignored Resources
    3. Click on Add Pattern and enter "bin"
    4. Click on Add Pattern and enter "target"
    5. Click on Add Pattern and enter "m2-target"
    6. Click on Apply and then OK
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.