class Build::Files::List

def rebase(root)

def rebase(root)
	Paths.new(self.collect{|path| path.rebase(root)}, [root])
end