File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ if [ ! -f splash.png ] || [ ! -f eclipse_lg.png ] || [ ! -f
[email protected] ];
2626 exit 1
2727fi
2828
29+ # Update splash-screen
2930mv -f futureSplashScreens/splash_${NEXT_RELEASE_NAME} .png splash.png
3031if [ -f ' futureSplashScreens/eclipse_lg.png' ]; then
3132 # About-dialog image is usally the same for multiple releases
3536popd
3637
3738git commit --all --message " Splash Screen for ${NEXT_RELEASE_VERSION} (${NEXT_RELEASE_NAME} )"
39+
40+
41+ # Enforce qualifier update in 'org.eclipse.help.webapp'
42+ sed -i ' 2,$ d' ' ua/org.eclipse.help.webapp/forceQualifierUpdate.txt'
43+ echo " Qualifier update for ${NEXT_RELEASE_VERSION} stream" >> ' ua/org.eclipse.help.webapp/forceQualifierUpdate.txt'
44+
45+ git commit --all --message " Qualifier update of eclipse.help.webapp for ${NEXT_RELEASE_VERSION} "
46+
You can’t perform that action at this time.
0 commit comments