Add VendorDeps JSON files for command libraries (#2048)

Add commandversion flag to the examples and templates json files.
This commit is contained in:
Thad House
2019-11-07 17:38:07 -08:00
committed by Peter Johnson
parent 6858a57f72
commit 629e95776a
7 changed files with 229 additions and 77 deletions

View File

@@ -6,7 +6,8 @@
"Timed"
],
"foldername": "timed",
"gradlebase": "cpp"
"gradlebase": "cpp",
"commandversion": 1
},
{
"name": "Timed Skeleton (Advanced)",
@@ -15,7 +16,8 @@
"Timed", "Skeleton"
],
"foldername": "timedskeleton",
"gradlebase": "cpp"
"gradlebase": "cpp",
"commandversion": 1
},
{
"name": "RobotBase Skeleton (Advanced)",
@@ -24,7 +26,8 @@
"RobotBase", "Skeleton"
],
"foldername": "robotbaseskeleton",
"gradlebase": "cpp"
"gradlebase": "cpp",
"commandversion": 1
},
{
"name": "Command Robot",
@@ -33,6 +36,7 @@
"Command"
],
"foldername": "commandbased",
"gradlebase": "cpp"
"gradlebase": "cpp",
"commandversion": 2
}
]