I used Tortoise SVN to checkout the code from http://code.google.com/p/osmdroid/source/checkout then added it as Java source attachment for the osmdroid-android-1.08.jar. Now when I tried to step through the source I noticed that the debugger jumped to the wrong lines. Turns out my .java files have additional linebreaks in them. As if I used ctrl-shift-f in Eclipse. SVN says there are no differences in my working copy but when I browse the source online on google code those linebreaks are not there.
How can I fix this? Or what did I do wrong?