mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-18 11:49:09 +00:00
5 lines
254 B
Bash
Executable File
5 lines
254 B
Bash
Executable File
#!/bin/bash
|
|
./updateEclipseLaunchers.sh ../raceanalysis.product ../../com.sap.sailing.server/*.launch
|
|
./updateSeleniumPom.sh ../raceanalysis.product ../../com.sap.sailing.selenium.test/pom.xml
|
|
echo "Done. Don't forget to refresh your Eclipse workspace."
|