Keep relations and columns sorted by name

Sorting by the order they are discovered from the class file may
be random under Java 7, leading to constantly changing output from
the ProtoFileGenerator. Instead use TreeSet to always sort by name.

Change-Id: Ib298edcb0db8940b53669dfdacc06a8f1e95f5fb
2 files changed