Hi, assume I have a buildfile with the following projects structure:
Parent |- Sub1 |- Sub2 where Sub2 also depends on Sub1. As this is an older project where I'm trying to introduce Buildr, the directories are named like 'parent', 'sub1' and 'sub2' (all lowercase). Once I execute the eclipse task of buildr, it generates an eclipse classpath which makes Sub2 module depend on the Sub1 module (correctly) but using the name "Parent-Sub1". Is there any way to override this naming with our own somehow easily? thanks, K
