Hello all,Does buildr supports multiple sub-project? I mean, more like maven's style, has buildfile/pom under each subproject, not in a big one file. But from the documentation of buildr now, I seem to only see the example only can use one big file in the root dir of all projects, now I use
eval(File.read("subproject1/buildfile"))
eval(File.read("subproject2/buildfile"))
to support this.
