Merge remote-tracking branch 'server/master'

This commit is contained in:
Axel Uhl
2020-11-09 23:15:38 +01:00
6 changed files with 355 additions and 228 deletions
@@ -6,5 +6,5 @@ what is defined in the .product file.
Example usage:
analyzeProduct.sh ../raceanalysis.product ../../com.sap.sailing.server/SailingServer\ \(No\ Proxy\,\ GENERATED\).launch
updateEclipseLaunchers.sh ../raceanalysis.product ../../com.sap.sailing.server/SailingServer\ \(No\ Proxy\,\ GENERATED\).launch
@@ -1,5 +1,5 @@
#!/bin/bash
# Call like this: analyzeProduct.sh <my.product> [<my.launch> ...]
# Call like this: updateEclipseLaunchers.sh <my.product> [<my.launch> ...]
# Updates Eclipse .launch files with the bundles needed for starting an SAP Sailing server based on the current feature.xml.
# The .launch files must be in the workspace format that was introduced with Eclipse 2019-12. The script prints an error when no matching
# replacement section could be found.
@@ -1,5 +1,5 @@
#!/bin/bash
# Call like this: analyzeProduct.sh <my.product> <path-to-java/com.sap.sailing.selenium.test/pom.xml>
# Call like this: updateSeleniumPom.sh <my.product> <path-to-java/com.sap.sailing.selenium.test/pom.xml>
# Will patch the bundleStartLevel section in the pom.xml file so that all auto-start bundles
# configured in the product specification are also launched properly and with the correct start level
# for the Selenium tests.