TBR renaming v.io/core/veyron to v.io/x/ref

(and getting rid of unused shell scripts)

MultiPart: 5/13
Change-Id: I09d9df0f4dc7df3d5ca5588513be27b08fe1fd4a
diff --git a/runtimes/google/rt/runtime.go b/runtimes/google/rt/runtime.go
index 5e1615c..6bf5d43 100644
--- a/runtimes/google/rt/runtime.go
+++ b/runtimes/google/rt/runtime.go
@@ -21,18 +21,18 @@
 	"v.io/v23/vtrace"
 	"v.io/x/lib/vlog"
 
-	"v.io/core/veyron/lib/flags"
-	"v.io/core/veyron/lib/flags/buildinfo"
-	"v.io/core/veyron/lib/stats"
-	_ "v.io/core/veyron/lib/stats/sysstats"
-	iipc "v.io/core/veyron/runtimes/google/ipc"
-	"v.io/core/veyron/runtimes/google/ipc/stream"
-	imanager "v.io/core/veyron/runtimes/google/ipc/stream/manager"
-	"v.io/core/veyron/runtimes/google/ipc/stream/vc"
-	"v.io/core/veyron/runtimes/google/lib/dependency"
-	inaming "v.io/core/veyron/runtimes/google/naming"
-	"v.io/core/veyron/runtimes/google/naming/namespace"
-	ivtrace "v.io/core/veyron/runtimes/google/vtrace"
+	"v.io/x/ref/lib/flags"
+	"v.io/x/ref/lib/flags/buildinfo"
+	"v.io/x/ref/lib/stats"
+	_ "v.io/x/ref/lib/stats/sysstats"
+	iipc "v.io/x/ref/runtimes/google/ipc"
+	"v.io/x/ref/runtimes/google/ipc/stream"
+	imanager "v.io/x/ref/runtimes/google/ipc/stream/manager"
+	"v.io/x/ref/runtimes/google/ipc/stream/vc"
+	"v.io/x/ref/runtimes/google/lib/dependency"
+	inaming "v.io/x/ref/runtimes/google/naming"
+	"v.io/x/ref/runtimes/google/naming/namespace"
+	ivtrace "v.io/x/ref/runtimes/google/vtrace"
 )
 
 type contextKey int