Skip to content

Commit

Permalink
Reverted back build remove lms.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcw committed Oct 1, 2019
1 parent be7e606 commit 5814fa7
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 110 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ allprojects {
}

dependencies {
testCompile group: 'edu.berkeley.cs.jqf', name: 'jqf-fuzz', version: '1.3'
testCompile group: 'junit', name: 'junit', version: '4.11'
// Cobertura declares a dependency on the slf4j API, so we need to supply
// a runtime implementation to avoid NoClassDefFoundErrors
Expand Down
11 changes: 0 additions & 11 deletions core/src/main/java/org/bouncycastle/pqc/crypto/lms/ExtraInfo.java

This file was deleted.

21 changes: 0 additions & 21 deletions core/src/main/java/org/bouncycastle/pqc/crypto/lms/LMOtsType.java

This file was deleted.

This file was deleted.

This file was deleted.

16 changes: 8 additions & 8 deletions mail/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ dependencies {

jar.baseName = "bcmail-jdk15on"

//cobertura {
// coverageDirs = [
// "${rootProject.projectDir}/core/build/classes/main",
// "${rootProject.projectDir}/prov/build/classes/main",
// "${rootProject.projectDir}/pkix/build/classes/main",
// "${rootProject.projectDir}/mail/build/classes/main"
// ]
//}
cobertura {
coverageDirs = [
"${rootProject.projectDir}/core/build/classes/main",
"${rootProject.projectDir}/prov/build/classes/main",
"${rootProject.projectDir}/pkix/build/classes/main",
"${rootProject.projectDir}/mail/build/classes/main"
]
}

14 changes: 7 additions & 7 deletions pg/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ dependencies {

jar.baseName = "bcpg-jdk15on"

//cobertura {
// coverageDirs = [
// "${rootProject.projectDir}/core/build/classes/main",
// "${rootProject.projectDir}/prov/build/classes/main",
// "${rootProject.projectDir}/pg/build/classes/main"
// ]
//}
cobertura {
coverageDirs = [
"${rootProject.projectDir}/core/build/classes/main",
"${rootProject.projectDir}/prov/build/classes/main",
"${rootProject.projectDir}/pg/build/classes/main"
]
}
14 changes: 7 additions & 7 deletions pkix/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ dependencies {

jar.baseName = "bcpkix-jdk15on"

//cobertura {
// coverageDirs = [
// "${rootProject.projectDir}/core/build/classes/main",
// "${rootProject.projectDir}/prov/build/classes/main",
// "${rootProject.projectDir}/pkix/build/classes/main"
// ]
//}
cobertura {
coverageDirs = [
"${rootProject.projectDir}/core/build/classes/main",
"${rootProject.projectDir}/prov/build/classes/main",
"${rootProject.projectDir}/pkix/build/classes/main"
]
}
12 changes: 6 additions & 6 deletions prov/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ dependencies {
compile project(':core')
}

//cobertura {
// coverageDirs = [
// "${rootProject.projectDir}/core/build/classes/main",
// "${rootProject.projectDir}/prov/build/classes/main"
// ]
//}
cobertura {
coverageDirs = [
"${rootProject.projectDir}/core/build/classes/main",
"${rootProject.projectDir}/prov/build/classes/main"
]
}
16 changes: 8 additions & 8 deletions tls/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ sourceSets {
}


//cobertura {
// coverageDirs = [
// "${rootProject.projectDir}/core/build/classes/main",
// "${rootProject.projectDir}/prov/build/classes/main",
// "${rootProject.projectDir}/tls/build/classes/main"
// ]
//}
//
cobertura {
coverageDirs = [
"${rootProject.projectDir}/core/build/classes/main",
"${rootProject.projectDir}/prov/build/classes/main",
"${rootProject.projectDir}/tls/build/classes/main"
]
}

0 comments on commit 5814fa7

Please sign in to comment.