I just added a way to do that, a new `classpath` directive. You can now do something like:
resource = extras/a.properties
resource = extras/b.properties
classpath = extras
and the `extras` directory will be added to the classpath so that the files in it can be loaded via ClassLoader.getResourceAsStream or whatever other classpath-based loading mechanism is in use.
This is not part of any published Getdown release, so you'll have to use the snapshot version to try it. I tested it in the testapp and it seems to work as intended, but it would be great if anyone who really wanted to use this feature could confirm that it works as desired before I ship a new Getdown release.