Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Le Menez2018-09-20 19:44:45 +0000
committerQuentin Le Menez2018-09-20 19:44:45 +0000
commit4907582c798a6d77b8eef3bc390c083167e561cc (patch)
tree7feacc238bf8db4819c06b63a5c1431ffaf5f12c
parent811954c6e65d7a6a1bbf98ee9383f601e288058e (diff)
downloadorg.eclipse.papyrus-4907582c798a6d77b8eef3bc390c083167e561cc.tar.gz
org.eclipse.papyrus-4907582c798a6d77b8eef3bc390c083167e561cc.tar.xz
org.eclipse.papyrus-4907582c798a6d77b8eef3bc390c083167e561cc.zip
Bug 539022 - [Releng] Update RCP configuration
- Corrected the splash screen size and title Change-Id: I80f550d38bea33e5c7987a1202e4df0eb9f86a4f Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
-rw-r--r--releng/rcp/org.eclipse.papyrus.rcp/icons/splash.svg34
-rwxr-xr-xreleng/rcp/org.eclipse.papyrus.rcp/splash.bmpbin644138 -> 391914 bytes
2 files changed, 29 insertions, 5 deletions
diff --git a/releng/rcp/org.eclipse.papyrus.rcp/icons/splash.svg b/releng/rcp/org.eclipse.papyrus.rcp/icons/splash.svg
index 40f6b300d75..2114809dd98 100644
--- a/releng/rcp/org.eclipse.papyrus.rcp/icons/splash.svg
+++ b/releng/rcp/org.eclipse.papyrus.rcp/icons/splash.svg
@@ -6,10 +6,34 @@
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg2"
height="350"
width="460"
- version="1.2">
+ version="1.2"
+ sodipodi:docname="splash.svg"
+ inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1380"
+ inkscape:window-height="898"
+ id="namedview334"
+ showgrid="false"
+ inkscape:zoom="0.953584"
+ inkscape:cx="44.365474"
+ inkscape:cy="80.855544"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="0"
+ inkscape:current-layer="svg2" />
<defs
id="defs4">
<linearGradient
@@ -1360,7 +1384,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
+ <dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
@@ -1749,11 +1773,11 @@
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.86258364px;line-height:0%;font-family:'Indie Flower';-inkscape-font-specification:'Indie Flower';letter-spacing:0px;word-spacing:0px;fill:#0099ba;fill-opacity:1;stroke:none;stroke-width:1;stroke-opacity:1"
- x="203.48167"
+ x="197.48167"
y="240.93285"
id="text4834"><tspan
id="tspan4832"
- x="203.48167"
+ x="197.48167"
y="240.93285"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16.49736595px;line-height:1.25;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';fill:#333333;fill-opacity:1;stroke:none;stroke-width:1;stroke-opacity:1">2018-12</tspan></text>
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16.49736595px;line-height:1.25;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';fill:#333333;fill-opacity:1;stroke:none;stroke-width:1;stroke-opacity:1">2018-12N</tspan></text>
</svg>
diff --git a/releng/rcp/org.eclipse.papyrus.rcp/splash.bmp b/releng/rcp/org.eclipse.papyrus.rcp/splash.bmp
index d48766fe09a..d0af5e1dd98 100755
--- a/releng/rcp/org.eclipse.papyrus.rcp/splash.bmp
+++ b/releng/rcp/org.eclipse.papyrus.rcp/splash.bmp
Binary files differ

Back to the top