Add an Eclipse import order definition file There has been some unnecessary churn in import order due to different people (or the same person) working on different Eclipse installations with slightly different preferences. We don't necessarily want to start checking in Eclipse project files, but we do want some consistency, so just include the exported import order definitions. Change-Id: I94af9a95879bd6303af159af694c463dcd53df61
diff --git a/tools/gitiles.importorder b/tools/gitiles.importorder new file mode 100644 index 0000000..e5f83dc --- /dev/null +++ b/tools/gitiles.importorder
@@ -0,0 +1,9 @@ +#Organize Import Order +#Thu Dec 27 15:20:37 PST 2012 +6=javax +5=java +4=org +3=net +2=junit +1=com +0=com.google