Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #990 from galasa-dev/release-yaml-updates
Browse files Browse the repository at this point in the history
Updating Managers build.gradles for new release.yaml values
  • Loading branch information
jadecarino authored Sep 26, 2024
2 parents f541f53 + d49e2b3 commit 49e0129
Show file tree
Hide file tree
Showing 23 changed files with 34 additions and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
ext.projectName=project.name
ext.includeInOBR = true
ext.includeInMVP = true
ext.includeInBOM = true
ext.includeInBOM = false
ext.includeInIsolated = true
ext.includeInCodeCoverage = false
ext.includeInJavadoc = false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ dependencies {
ext.projectName=project.name
ext.includeInOBR = true
ext.includeInMVP = true
ext.includeInBOM = true
ext.includeInIsolated = false
ext.includeInBOM = false
ext.includeInIsolated = true
ext.includeInCodeCoverage = false
ext.includeInJavadoc = false

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ dependencies {
ext.projectName=project.name
ext.includeInOBR = true
ext.includeInMVP = true
ext.includeInIsolated = true
ext.includeInBOM = true
ext.includeInIsolated = true
ext.includeInCodeCoverage = true
ext.includeInJavadoc = true

Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ dependencies {
// The settings here are gathered together by the build process to create a release.yaml file
// which gathers-up all the packaging metadata about all the OSGi bundles in this component.
ext.projectName=project.name
ext.includeInOBR = true
ext.includeInMVP = true
ext.includeInBOM = true
ext.includeInIsolated = true
ext.includeInCodeCoverage = true
ext.includeInJavadoc = true
ext.includeInOBR = false
ext.includeInMVP = false
ext.includeInBOM = false
ext.includeInIsolated = false
ext.includeInCodeCoverage = false
ext.includeInJavadoc = false
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ ext.includeInMVP = false
ext.includeInBOM = true
ext.includeInIsolated = true
ext.includeInCodeCoverage = true
ext.includeInJavadoc = false
ext.includeInJavadoc = true
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ dependencies {
ext.projectName=project.name
ext.includeInOBR = true
ext.includeInMVP = true
ext.includeInBOM = false
ext.includeInBOM = true
ext.includeInIsolated = true
ext.includeInCodeCoverage = false
ext.includeInJavadoc = false
ext.includeInCodeCoverage = true
ext.includeInJavadoc = true

Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
ext.projectName=project.name
ext.includeInOBR = true
ext.includeInMVP = false
ext.includeInBOM = true
ext.includeInBOM = false
ext.includeInIsolated = true
ext.includeInCodeCoverage = false
ext.includeInJavadoc = false
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ ext.includeInMVP = false
ext.includeInBOM = true
ext.includeInIsolated = true
ext.includeInCodeCoverage = true
ext.includeInJavadoc = false
ext.includeInJavadoc = true
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ ext.projectName=project.name
ext.includeInOBR = true
ext.includeInMVP = false
ext.includeInBOM = true
ext.includeInIsolated = true
ext.includeInIsolated = false
ext.includeInCodeCoverage = false
ext.includeInJavadoc = false
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ ext.includeInMVP = false
ext.includeInBOM = true
ext.includeInIsolated = true
ext.includeInCodeCoverage = true
ext.includeInJavadoc = false
ext.includeInJavadoc = true

Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
ext.projectName=project.name
ext.includeInOBR = true
ext.includeInMVP = false
ext.includeInBOM = true
ext.includeInBOM = false
ext.includeInIsolated = true
ext.includeInCodeCoverage = false
ext.includeInJavadoc = true
ext.includeInJavadoc = false
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ dependencies {
// which gathers-up all the packaging metadata about all the OSGi bundles in this component.
ext.projectName=project.name
ext.includeInOBR = true
ext.includeInMVP = true
ext.includeInMVP = false
ext.includeInBOM = true
ext.includeInIsolated = true
ext.includeInIsolated = false
ext.includeInCodeCoverage = false
ext.includeInJavadoc = true

Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ dependencies {
// The settings here are gathered together by the build process to create a release.yaml file
// which gathers-up all the packaging metadata about all the OSGi bundles in this component.
ext.projectName=project.name
ext.includeInOBR = true
ext.includeInOBR = false
ext.includeInMVP = false
ext.includeInBOM = false
ext.includeInIsolated = true
ext.includeInIsolated = false
ext.includeInCodeCoverage = false
ext.includeInJavadoc = false
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ ext.includeInMVP = true
ext.includeInBOM = true
ext.includeInIsolated = true
ext.includeInCodeCoverage = false
ext.includeInJavadoc = false
ext.includeInJavadoc = true


Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
ext.projectName=project.name
ext.includeInOBR = true
ext.includeInMVP = true
ext.includeInBOM = false
ext.includeInBOM = true
ext.includeInIsolated = true
ext.includeInCodeCoverage = false
ext.includeInJavadoc = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ ext.includeInMVP = true
ext.includeInBOM = true
ext.includeInIsolated = true
ext.includeInCodeCoverage = true
ext.includeInJavadoc = false
ext.includeInJavadoc = true
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ ext.includeInMVP = true
ext.includeInBOM = true
ext.includeInIsolated = true
ext.includeInCodeCoverage = true
ext.includeInJavadoc = false
ext.includeInJavadoc = true

Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ext.includeInMVP = true
ext.includeInBOM = true
ext.includeInIsolated = true
ext.includeInCodeCoverage = true
ext.includeInJavadoc = false
ext.includeInJavadoc = true



Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ ext.includeInMVP = true
ext.includeInBOM = true
ext.includeInIsolated = true
ext.includeInCodeCoverage = true
ext.includeInJavadoc = false
ext.includeInJavadoc = true

Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ ext.includeInMVP = true
ext.includeInBOM = true
ext.includeInIsolated = true
ext.includeInCodeCoverage = true
ext.includeInJavadoc = false
ext.includeInJavadoc = true
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ ext.includeInMVP = true
ext.includeInBOM = true
ext.includeInIsolated = true
ext.includeInCodeCoverage = true
ext.includeInJavadoc = false
ext.includeInJavadoc = true
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ ext.includeInMVP = true
ext.includeInBOM = true
ext.includeInIsolated = true
ext.includeInCodeCoverage = true
ext.includeInJavadoc = false
ext.includeInJavadoc = true
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ ext.includeInMVP = true
ext.includeInBOM = true
ext.includeInIsolated = true
ext.includeInCodeCoverage = true
ext.includeInJavadoc = false
ext.includeInJavadoc = true

0 comments on commit 49e0129

Please sign in to comment.