Skip to content

Commit c37598a

Browse files
committed
[SAFRAN-1198] Update splash screen configuration
1 parent 656c56a commit c37598a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

is-designer/branding/plugins/org.obeonetwork.is.designer.branding/mksplash.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ echo "[INFO] Build splash screen version ${VERSION} for year ${YEAR}"
1818

1919
cd ${WORKSPACE}/is-designer/branding/plugins/org.obeonetwork.is.designer.branding
2020
convert \
21-
-pointsize 22 -font Lato-Light -fill white -draw "text 176,206 \"Version ${VERSION}\"" \
21+
-pointsize 22 -font Lato-Light -fill '#007788' -draw "text 176,206 \"Version ${VERSION}\"" \
2222
-pointsize 10.5 -font Lato-Regular -fill '#009DB5' -draw "text 22,316 \"© ${YEAR} Obeo. All rights reserved\"" \
2323
-type truecolor \
2424
splash.bmp BMP2:splash.bmp

is-designer/branding/plugins/org.obeonetwork.is.designer.branding/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Viewpoint Specification : Copyright (c) 2005-2015 Thales.
7171
7272
Visit http://www.obeo.fr"/>
7373
<property name="startupForegroundColor" value="000000"/>
74-
<property name="startupMessageRect" value="7,308,458,18"/>
74+
<property name="startupMessageRect" value="23,221,400,18"/>
7575
<property name="startupProgressRect" value="0,328,458,18"/>
7676
<property name="cssTheme" value="net.jeeeyul.eclipse.themes.custom"></property>
7777
<property

is-designer/releng/org.obeonetwork.is.designer.product/isdesigner.product

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Visit http://www.obeo.fr
3838
<splash
3939
location="org.obeonetwork.is.designer.branding"
4040
startupProgressRect="0,328,458,18"
41-
startupMessageRect="7,308,458,18"
41+
startupMessageRect="23,221,400,18"
4242
startupForegroundColor="000000" />
4343
<launcher name="is-designer">
4444
<linux icon="/icons/logo_64.xpm"/>
@@ -219,7 +219,7 @@ This Agreement is governed by the laws of the State of New York and the intellec
219219
<plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="1" />
220220
<plugin id="org.eclipse.update.configurator" autoStart="true" startLevel="3" />
221221
<plugin id="org.eclipse.osgi.services" autoStart="true" startLevel="1" />
222-
<property name="eclipse.buildId" value="Version ${unqualifiedVersion} ${buildQualifier}" />
222+
<property name="eclipse.buildId" value="${buildQualifier}" />
223223
<property name="osgi.instance.area.default" value="@user.home/ISDesignerWorkspace" os="macosx" />
224224
</configurations>
225225

0 commit comments

Comments
 (0)