D2SV SDK and Eclipse question

Hi there,

I have a bunch of plugins, all configured in Eclipse, not problem there.

However, I have a few classes common to all those plugins therefore, in Eclipse, I link to the source folder of those common classes.

The eclipse Java compilation works fine and I can see those classes in the \target\classes\com folder. However, when I build my D2 plugin projects, the tester classes are not n the resulting JAR file and my extra classes are removed from the target\classes folder

Does anybody knows which file I need to modify to add my common-src ?