Skip to content

Commit

Permalink
build: exclude org.deegree bundle from hale.product and tests.product
Browse files Browse the repository at this point in the history
ING-3267
  • Loading branch information
kapil-agnihotri committed Nov 18, 2022
1 parent 28ec257 commit 44aef1d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
7 changes: 6 additions & 1 deletion build/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,12 @@ ext {
'eu.esdihumboldt.hale.common.cache.test',
'eu.esdihumboldt.util.blueprints.entities.test',
'eu.esdihumboldt.hale.io.oml',
'eu.esdihumboldt.hale.io.oml.test'
'eu.esdihumboldt.hale.io.oml.test',
// exclude them because org.deegree needs to be updated with jaxb dependencies
'eu.esdihumboldt.hale.io.deegree',
'eu.esdihumboldt.hale.io.deegree.ui',
'eu.esdihumboldt.hale.io.deegree.test',
'eu.esdihumboldt.hale.io.feature.deegree'
]

// bundles or fragments that are required additionally for compilation
Expand Down
1 change: 0 additions & 1 deletion build/gradle/commitAndProductionStage.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,6 @@ task packageProduct(dependsOn: buildProduct) {
*/
def runTests(args = []) {
def productOutputPath = new File(buildDir, getProductUid())
//def launcherName = project.ext.testProductLauncher?:'eclipse'
def launcherName = project.ext.testProductLauncher?:'eclipse'
def testReportDir = project.file('target/testReports')
testReportDir.mkdirs()
Expand Down
2 changes: 0 additions & 2 deletions common/plugins/eu.esdihumboldt.hale.common.test/Tests.product
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,6 @@
<plugin id="eu.esdihumboldt.hale.io.codelist.xml.test" fragment="true"/>
<plugin id="eu.esdihumboldt.hale.io.csv"/>
<plugin id="eu.esdihumboldt.hale.io.csv.test" fragment="true"/>
<plugin id="eu.esdihumboldt.hale.io.deegree"/>
<plugin id="eu.esdihumboldt.hale.io.deegree.test" fragment="true"/>
<plugin id="eu.esdihumboldt.hale.io.geopackage"/>
<plugin id="eu.esdihumboldt.hale.io.geopackage.test"/>
<plugin id="eu.esdihumboldt.hale.io.gml"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ https://www.wetransform.to/services/support/
<feature id="eu.esdihumboldt.hale.ui.feature.updates"/>
<feature id="eu.esdihumboldt.hale.io.feature.msaccess"/>
<feature id="eu.esdihumboldt.hale.io.feature.mssql"/>
<feature id="eu.esdihumboldt.hale.io.feature.deegree"/>
<feature id="org.eclipse.equinox.core.sdk"/>
<feature id="org.eclipse.equinox.p2.core.feature"/>
<feature id="org.eclipse.ecf.core.feature"/>
Expand Down

0 comments on commit 44aef1d

Please sign in to comment.