# File addon/buildr/hibernate.rb, line 139
    def hib_resolve_classpath
      Buildr.artifacts(hibernate_requires.to_a).each(&:invoke).map(&:to_s).join(File::PATH_SEPARATOR)
    end