fix so it will build - cw

Please enter the commit message for your changes. Lines starting
This commit is contained in:
CW
2019-01-18 17:52:34 -07:00
parent caa182fa28
commit 3615e5c257
3 changed files with 61 additions and 8 deletions
+8 -8
View File
@@ -1,7 +1,7 @@
{
"fileName": "Phoenix.json",
"name": "CTRE-Phoenix",
"version": "5.12.1",
"version": "5.12.0",
"uuid": "ab676553-b602-441f-a38d-f1296eff6537",
"mavenUrls": [
"http://devsite.ctr-electronics.com/maven/release/"
@@ -11,19 +11,19 @@
{
"groupId": "com.ctre.phoenix",
"artifactId": "api-java",
"version": "5.12.1"
"version": "5.12.0"
},
{
"groupId": "com.ctre.phoenix",
"artifactId": "wpiapi-java",
"version": "5.12.1"
"version": "5.12.0"
}
],
"jniDependencies": [
{
"groupId": "com.ctre.phoenix",
"artifactId": "cci",
"version": "5.12.1",
"version": "5.12.0",
"isJar": false,
"skipInvalidPlatforms": true,
"validPlatforms": [
@@ -37,7 +37,7 @@
{
"groupId": "com.ctre.phoenix",
"artifactId": "wpiapi-cpp",
"version": "5.12.1",
"version": "5.12.0",
"libName": "CTRE_Phoenix_WPI",
"headerClassifier": "headers",
"sharedLibrary": false,
@@ -51,7 +51,7 @@
{
"groupId": "com.ctre.phoenix",
"artifactId": "api-cpp",
"version": "5.12.1",
"version": "5.12.0",
"libName": "CTRE_Phoenix",
"headerClassifier": "headers",
"sharedLibrary": false,
@@ -65,7 +65,7 @@
{
"groupId": "com.ctre.phoenix",
"artifactId": "cci",
"version": "5.12.1",
"version": "5.12.0",
"libName": "CTRE_PhoenixCCI",
"headerClassifier": "headers",
"sharedLibrary": false,
@@ -79,7 +79,7 @@
{
"groupId": "com.ctre.phoenix",
"artifactId": "core",
"version": "5.12.1",
"version": "5.12.0",
"libName": "CTRE_PhoenixCore",
"headerClassifier": "headers"
}
+32
View File
@@ -0,0 +1,32 @@
{
"fileName": "REVRobotics.json",
"name": "REVRobotics",
"version": "1.0.26",
"uuid": "c16ed09f-23df-4beb-87e8-460bd7fa9924",
"mavenUrls": [
"http://www.revrobotics.com/content/sw/max/sdk/maven/"
],
"jsonUrl": "http://www.revrobotics.com/content/sw/max/sdk/REVRobotics.json",
"javaDependencies": [
{
"groupId": "com.revrobotics.frc",
"artifactId": "SparkMax-java",
"version": "1.0.26"
}
],
"jniDependencies": [],
"cppDependencies": [
{
"groupId": "com.revrobotics.frc",
"artifactId": "SparkMax-cpp",
"version": "1.0.26",
"libName": "libSparkMax",
"headerClassifier": "headers",
"sharedLibrary": false,
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"linuxathena"
]
}
]
}
+21
View File
@@ -0,0 +1,21 @@
{
"fileName": "cw.json",
"name": "cw",
"version": "3.1.344",
"uuid":"13",
"mavenUrls": [
"https://mvnrepository.com"
],
"jsonUrl": "file:///C:/dev/cw.json",
"javaDependencies": [
{
"groupId": "com.googlecode.json-simple",
"artifactId": "json-simple",
"version": "1.1.1"
}
],
"jniDependencies": [],
"cppDependencies": [
]
}