Updating the v1 format and creating a test folder.
diff --git a/README b/README
new file mode 100644
index 0000000..5e72be1
--- /dev/null
+++ b/README
@@ -0,0 +1,11 @@
+The files in this repository are referred to as "manifests" and are
+used by the veyron tool for multi-repository management. Each manifest
+describe a set of projects and each project consist of a remote
+repository, a local path, and other optional attributes.
+
+NOTE: Backwards incompatible changes to the manifest format are
+deployed by creating a new manifest file and updating the veyron tool
+that uses the new format to use the new manifest file by
+default. Format of old manifest files should not be changed as old
+versions of the veyron tool, that uses the old manifest files by
+default, would not be able to parse them.
diff --git a/default.xml b/deprecated/default.xml
similarity index 100%
rename from default.xml
rename to deprecated/default.xml
diff --git a/new.xml b/deprecated/new.xml
similarity index 100%
rename from new.xml
rename to deprecated/new.xml
diff --git a/relative.xml b/deprecated/relative.xml
similarity index 100%
rename from relative.xml
rename to deprecated/relative.xml
diff --git a/rename.xml b/deprecated/rename.xml
similarity index 100%
rename from rename.xml
rename to deprecated/rename.xml
diff --git a/test.xml b/test/test.xml
similarity index 100%
rename from test.xml
rename to test/test.xml
diff --git a/test/v1.json b/test/v1.json
new file mode 100644
index 0000000..fc25e04
--- /dev/null
+++ b/test/v1.json
@@ -0,0 +1,53 @@
+{
+ "https://veyron.googlesource.com/environment" : {
+ "path" : "environment"
+ },
+ "https://veyron.googlesource.com/experimental" : {
+ "path" : "experimental"
+ },
+ "https://veyron.googlesource.com/monitoring" : {
+ "path" : "monitoring"
+ },
+ "https://veyron.googlesource.com/roadmap.go.examples" : {
+ "path" : "roadmap/go/src/veyron.io/examples"
+ },
+ "https://veyron.googlesource.com/roadmap.go.proximity" : {
+ "path" : "roadmap/go/src/veyron.io/proximity"
+ },
+ "https://veyron.googlesource.com/roadmap.profiles" : {
+ "path" : "roadmap/go/src/veyron.io/profiles"
+ },
+ "https://veyron.googlesource.com/roadmap.go.store" : {
+ "path" : "roadmap/go/src/veyron.io/store"
+ },
+ "https://veyron.googlesource.com/roadmap.js.store" : {
+ "path" : "roadmap/javascript/store"
+ },
+ "https://veyron.googlesource.com/scripts" : {
+ "path" : "scripts"
+ },
+ "https://veyron.googlesource.com/third_party" : {
+ "path" : "third_party"
+ },
+ "https://veyron.googlesource.com/tools" : {
+ "path" : "tools"
+ },
+ "https://veyron.googlesource.com/veyron.go.core" : {
+ "path" : "veyron/go/src/veyron.io/veyron"
+ },
+ "https://veyron.googlesource.com/veyron.go.jni" : {
+ "path" : "veyron/go/src/veyron.io/jni"
+ },
+ "https://veyron.googlesource.com/veyron.go.wspr" : {
+ "path" : "veyron/go/src/veyron.io/wspr"
+ },
+ "https://veyron.googlesource.com/veyron.java" : {
+ "path" : "veyron/java"
+ },
+ "https://veyron.googlesource.com/veyron.js" : {
+ "path" : "veyron.js"
+ },
+ "https://veyron.googlesource.com/veyron-browser" : {
+ "path" : "veyron-browser"
+ }
+}
diff --git a/v1.json b/v1.json
new file mode 100644
index 0000000..fc25e04
--- /dev/null
+++ b/v1.json
@@ -0,0 +1,53 @@
+{
+ "https://veyron.googlesource.com/environment" : {
+ "path" : "environment"
+ },
+ "https://veyron.googlesource.com/experimental" : {
+ "path" : "experimental"
+ },
+ "https://veyron.googlesource.com/monitoring" : {
+ "path" : "monitoring"
+ },
+ "https://veyron.googlesource.com/roadmap.go.examples" : {
+ "path" : "roadmap/go/src/veyron.io/examples"
+ },
+ "https://veyron.googlesource.com/roadmap.go.proximity" : {
+ "path" : "roadmap/go/src/veyron.io/proximity"
+ },
+ "https://veyron.googlesource.com/roadmap.profiles" : {
+ "path" : "roadmap/go/src/veyron.io/profiles"
+ },
+ "https://veyron.googlesource.com/roadmap.go.store" : {
+ "path" : "roadmap/go/src/veyron.io/store"
+ },
+ "https://veyron.googlesource.com/roadmap.js.store" : {
+ "path" : "roadmap/javascript/store"
+ },
+ "https://veyron.googlesource.com/scripts" : {
+ "path" : "scripts"
+ },
+ "https://veyron.googlesource.com/third_party" : {
+ "path" : "third_party"
+ },
+ "https://veyron.googlesource.com/tools" : {
+ "path" : "tools"
+ },
+ "https://veyron.googlesource.com/veyron.go.core" : {
+ "path" : "veyron/go/src/veyron.io/veyron"
+ },
+ "https://veyron.googlesource.com/veyron.go.jni" : {
+ "path" : "veyron/go/src/veyron.io/jni"
+ },
+ "https://veyron.googlesource.com/veyron.go.wspr" : {
+ "path" : "veyron/go/src/veyron.io/wspr"
+ },
+ "https://veyron.googlesource.com/veyron.java" : {
+ "path" : "veyron/java"
+ },
+ "https://veyron.googlesource.com/veyron.js" : {
+ "path" : "veyron.js"
+ },
+ "https://veyron.googlesource.com/veyron-browser" : {
+ "path" : "veyron-browser"
+ }
+}