0
votes
Is there an easy way to attach source in Eclipse?
Another thought for making that easier when using an automated build:
When you create a jar of one of your projects, also create a source files jar:
project.jar
project-src.jar …
