Reorganization of VANADIUM_ROOT relative paths.
diff --git a/tools/profile/impl.go b/tools/profile/impl.go
index 9cdb0ab..40efa04 100644
--- a/tools/profile/impl.go
+++ b/tools/profile/impl.go
@@ -5,9 +5,9 @@
"time"
"v.io/lib/cmdline"
- "v.io/veyron/veyron/services/mgmt/profile"
- "v.io/veyron/veyron/services/mgmt/repository"
- "v.io/veyron/veyron2/services/mgmt/build"
+ "v.io/core/veyron/services/mgmt/profile"
+ "v.io/core/veyron/services/mgmt/repository"
+ "v.io/core/veyron2/services/mgmt/build"
)
var cmdLabel = &cmdline.Command{
diff --git a/tools/profile/impl_test.go b/tools/profile/impl_test.go
index 6e5eafb..6204301 100644
--- a/tools/profile/impl_test.go
+++ b/tools/profile/impl_test.go
@@ -6,17 +6,17 @@
"strings"
"testing"
- "v.io/veyron/veyron2"
- "v.io/veyron/veyron2/ipc"
- "v.io/veyron/veyron2/naming"
- "v.io/veyron/veyron2/rt"
- "v.io/veyron/veyron2/security"
- "v.io/veyron/veyron2/services/mgmt/build"
- "v.io/veyron/veyron2/vlog"
+ "v.io/core/veyron2"
+ "v.io/core/veyron2/ipc"
+ "v.io/core/veyron2/naming"
+ "v.io/core/veyron2/rt"
+ "v.io/core/veyron2/security"
+ "v.io/core/veyron2/services/mgmt/build"
+ "v.io/core/veyron2/vlog"
- "v.io/veyron/veyron/profiles"
- "v.io/veyron/veyron/services/mgmt/profile"
- "v.io/veyron/veyron/services/mgmt/repository"
+ "v.io/core/veyron/profiles"
+ "v.io/core/veyron/services/mgmt/profile"
+ "v.io/core/veyron/services/mgmt/repository"
)
var (
diff --git a/tools/profile/main.go b/tools/profile/main.go
index bd53c6c..2d9fdae 100644
--- a/tools/profile/main.go
+++ b/tools/profile/main.go
@@ -4,10 +4,10 @@
package main
import (
- "v.io/veyron/veyron2"
- "v.io/veyron/veyron2/rt"
+ "v.io/core/veyron2"
+ "v.io/core/veyron2/rt"
- _ "v.io/veyron/veyron/profiles"
+ _ "v.io/core/veyron/profiles"
)
var runtime veyron2.Runtime