mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-19 12:15:28 +00:00
Merge remote-tracking branch 'server/master'
This commit is contained in:
@@ -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
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user