Skip to content

Commit

Permalink
build: fix running tests for CI
Browse files Browse the repository at this point in the history
ING-3267
  • Loading branch information
kapil-agnihotri authored and stempler committed Nov 11, 2022
1 parent 8312686 commit a2d056a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build-hale.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Default HALE builds
./build.sh clean
./build.sh product HALE -o linux -a x86_64
./build.sh product HALE -o linux -a x86
#./build.sh product HALE -o linux -a x86
./build.sh product HALE -o windows -a x86_64
./build.sh product HALE -o windows -a x86
#./build.sh product HALE -o windows -a x86
./build.sh product HALE -o macosx -a x86_64
1 change: 0 additions & 1 deletion build/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ ext {
'eu.esdihumboldt.hale.io.xslt.feature.ui',
'eu.esdihumboldt.hale.io.xslt.test',
'eu.esdihumboldt.hale.io.xslt.ui',
'eu.esdihumboldt.hale.app.transform.test',
'eu.esdihumboldt.hale.common.cache.test',
'eu.esdihumboldt.util.blueprints.entities.test',
'eu.esdihumboldt.hale.io.oml',
Expand Down
3 changes: 2 additions & 1 deletion build/gradle/commitAndProductionStage.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,8 @@ def includeAdditionalFiles(artifacts, relsrcpath, productOutputPath, reldstpath,
}
if (reldstpath.equals("jre")){
//update HALE.ini file with the JRE path bundled in the Eclipse.app.
updateHaleIniFileWithJrePath(productOutputPath.absolutePath + "/Eclipse.app/Contents/Eclipse/HALE.ini")
def launcherName= getProductLauncher()
updateHaleIniFileWithJrePath(productOutputPath.absolutePath + "/Eclipse.app/Contents/Eclipse/${launcherName}.ini")
}
}
}
Expand Down
3 changes: 0 additions & 3 deletions common/plugins/eu.esdihumboldt.hale.common.test/Tests.product
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,6 @@
<plugin id="org.eclipse.e4.ui.workbench"/>
<plugin id="org.eclipse.e4.ui.workbench.addons.swt"/>
<plugin id="org.eclipse.e4.ui.workbench.renderers.swt"/>
<plugin id="org.eclipse.e4.ui.workbench.renderers.swt.cocoa" fragment="true"/>
<plugin id="org.eclipse.e4.ui.workbench.swt"/>
<plugin id="org.eclipse.e4.ui.workbench3"/>
<plugin id="org.eclipse.emf.common"/>
Expand Down Expand Up @@ -490,10 +489,8 @@
<plugin id="org.eclipse.osgi.services"/>
<plugin id="org.eclipse.osgi.util"/>
<plugin id="org.eclipse.swt"/>
<plugin id="org.eclipse.swt.cocoa.macosx.x86_64" fragment="true"/>
<plugin id="org.eclipse.text"/>
<plugin id="org.eclipse.ui"/>
<plugin id="org.eclipse.ui.cocoa" fragment="true"/>
<plugin id="org.eclipse.ui.workbench"/>
<plugin id="org.eclipse.xsd"/>
<plugin id="org.eclipse.zest.core"/>
Expand Down

0 comments on commit a2d056a

Please sign in to comment.