Details
Description
This little patch allows one to do
#parse("foo.vm")
where foo.vm is located in the same directory as the template containing the
#parse directive.
It is independant from the resource loader (and shouldn't impact loaders that
don't use path) : the only modified files are Parse.java and Include.java.
CloD