Revert "Add libuv dependency (#1109)"

This reverts commit 859b457c3d.
This commit is contained in:
Peter Johnson
2018-06-17 11:53:48 -07:00
parent a818c7fd47
commit 208f82d6f2
9 changed files with 0 additions and 84 deletions

View File

@@ -20,14 +20,6 @@ ext {
apply from: "${rootDir}/shared/opencv.gradle"
ext {
sharedUvwConfigs = [myRobotCpp : [],
myRobotCppStatic: []]
staticUvwConfigs = [:]
}
apply from: "${rootDir}/shared/libuv.gradle"
mainClassName = 'edu.wpi.first.wpilibj.RobotBase'
apply plugin: 'com.github.johnrengelman.shadow'

View File

@@ -24,18 +24,6 @@ staticGtestConfigs["${nativeName}Test"] = []
apply from: "${rootDir}/shared/googletest.gradle"
ext {
sharedUvwConfigs = [:]
staticUvwConfigs = [:]
}
sharedUvwConfigs["${nativeName}"] = []
sharedUvwConfigs["${nativeName}Base"] = []
sharedUvwConfigs["${nativeName}Dev"] = []
sharedUvwConfigs["${nativeName}Test"] = []
apply from: "${rootDir}/shared/libuv.gradle"
model {
components {
"${nativeName}Base"(NativeLibrarySpec) {

View File

@@ -15,19 +15,6 @@ ext {
apply from: "${rootDir}/shared/java/javacommon.gradle"
ext {
sharedUvwConfigs = [:]
staticUvwConfigs = [:]
}
sharedUvwConfigs["${nativeName}"] = []
sharedUvwConfigs["${nativeName}Base"] = []
sharedUvwConfigs["${nativeName}Dev"] = []
sharedUvwConfigs["${nativeName}Test"] = []
staticUvwConfigs["${nativeName}JNI"] = []
apply from: "${rootDir}/shared/libuv.gradle"
dependencies {
compile project(':wpiutil')
devCompile project(':wpiutil')

View File

@@ -1,13 +0,0 @@
model {
dependencyConfigs {
libuv(DependencyConfig) {
groupId = 'edu.wpi.first.thirdparty.frc2018'
artifactId = 'uvw'
headerClassifier = 'headers'
ext = 'zip'
version = '1.8.1-1.20.3'
sharedConfigs = project.sharedUvwConfigs
staticConfigs = project.staticUvwConfigs
}
}
}

View File

@@ -5,16 +5,6 @@ if (!project.hasProperty('onlyAthena')) {
ext.skipAthena = true
apply from: "${rootDir}/shared/config.gradle"
ext {
sharedUvwConfigs = [:]
staticUvwConfigs = [:]
}
sharedUvwConfigs["${pluginName}"] = []
sharedUvwConfigs["${pluginName}Dev"] = []
apply from: "${rootDir}/shared/libuv.gradle"
model {
components {
"${pluginName}"(NativeLibrarySpec) {

View File

@@ -60,16 +60,6 @@ ext {
apply from: "${rootDir}/shared/opencv.gradle"
ext {
sharedUvwConfigs = [wpilibc : [],
wpilibcBase: [],
wpilibcDev : [],
wpilibcTest: []]
staticUvwConfigs = [:]
}
apply from: "${rootDir}/shared/libuv.gradle"
project(':').libraryBuild.dependsOn build
ext {

View File

@@ -33,14 +33,10 @@ templatesTree.list(new FilenameFilter() {
ext {
sharedCvConfigs = examplesMap + templatesMap + [commands: []]
staticCvConfigs = [:]
sharedUvwConfigs = examplesMap + templatesMap + [commands: []]
staticUvwConfigs = [:]
useJava = false
useCpp = true
}
apply from: "${rootDir}/shared/libuv.gradle"
apply from: "${rootDir}/shared/opencv.gradle"
model {

View File

@@ -18,13 +18,6 @@ apply from: "${rootDir}/shared/opencv.gradle"
apply from: "${rootDir}/shared/googletest.gradle"
ext {
sharedUvwConfigs = [wpilibcIntegrationTests: []]
staticUvwConfigs = [:]
}
apply from: "${rootDir}/shared/libuv.gradle"
model {
components {
wpilibcIntegrationTests(NativeExecutableSpec) {

View File

@@ -85,13 +85,6 @@ ext {
apply from: "${rootDir}/shared/opencv.gradle"
ext {
sharedUvwConfigs = [wpilibjDev: []]
staticUvwConfigs = [:]
}
apply from: "${rootDir}/shared/libuv.gradle"
model {
components {
wpilibjDev(NativeExecutableSpec) {