Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'shell_scripts/sync-settings.sh')
-rwxr-xr-xshell_scripts/sync-settings.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/shell_scripts/sync-settings.sh b/shell_scripts/sync-settings.sh
new file mode 100755
index 000000000..d33cb7084
--- /dev/null
+++ b/shell_scripts/sync-settings.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+BASEDIR=$(dirname $0)
+. $BASEDIR/_functions.sh
+
+mvn org.eclipse.scout:eclipse-settings-maven-plugin:eclipse-settings -f updatesite-maven-plugin $*
+processError
+mvn org.eclipse.scout:eclipse-settings-maven-plugin:eclipse-settings -f org.eclipse.scout.sdk $*
+processError
+mvn org.eclipse.scout:eclipse-settings-maven-plugin:eclipse-settings -f org.eclipse.scout.sdk.p2 -Dtycho.mode=maven $*

Back to the top