Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorQuentin Le Menez2018-09-20 14:20:46 +0000
committerQuentin Le Menez2018-09-20 16:07:29 +0000
commit811954c6e65d7a6a1bbf98ee9383f601e288058e (patch)
treed8f47ef12cd2d7a8fe844b3d774e04f883bd9e7d /releng
parenta907519e5cc2cad72eae532a1424a13762a2d201 (diff)
downloadorg.eclipse.papyrus-811954c6e65d7a6a1bbf98ee9383f601e288058e.tar.gz
org.eclipse.papyrus-811954c6e65d7a6a1bbf98ee9383f601e288058e.tar.xz
org.eclipse.papyrus-811954c6e65d7a6a1bbf98ee9383f601e288058e.zip
Bug 539022 - [Releng] Update RCP configuration
- corrected overlooked Photon references - corrected the splash screen Change-Id: I2b7a5d60d986f1da62633d47d0adcd99dcd3ddbf Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
Diffstat (limited to 'releng')
-rw-r--r--releng/pom.xml2
-rwxr-xr-xreleng/rcp/org.eclipse.papyrus.rcp.feature/feature.xml4
-rw-r--r--releng/rcp/org.eclipse.papyrus.rcp.product/papyrus.product2
-rw-r--r--releng/rcp/org.eclipse.papyrus.rcp/icons/splash.svg2
-rwxr-xr-x[-rw-r--r--]releng/rcp/org.eclipse.papyrus.rcp/splash.bmpbin483054 -> 644138 bytes
5 files changed, 5 insertions, 5 deletions
diff --git a/releng/pom.xml b/releng/pom.xml
index 7cfc9799bfd..f2a2baed611 100644
--- a/releng/pom.xml
+++ b/releng/pom.xml
@@ -29,7 +29,7 @@
<buildAll>false</buildAll>
<!-- Papyrus repositories. Used when we're building individual components (vs building the parent pom including everything) -->
- <papyrus.eclipse.target>photon</papyrus.eclipse.target>
+ <papyrus.eclipse.target>master</papyrus.eclipse.target>
<papyrus.repo.main>http://download.eclipse.org/modeling/mdt/papyrus/updates/nightly/${papyrus.eclipse.target}/main</papyrus.repo.main>
<papyrus.repo.toolsmiths>http://download.eclipse.org/modeling/mdt/papyrus/updates/nightly/${papyrus.eclipse.target}/toolsmiths</papyrus.repo.toolsmiths>
</properties>
diff --git a/releng/rcp/org.eclipse.papyrus.rcp.feature/feature.xml b/releng/rcp/org.eclipse.papyrus.rcp.feature/feature.xml
index 13398f8283e..5412a444e94 100755
--- a/releng/rcp/org.eclipse.papyrus.rcp.feature/feature.xml
+++ b/releng/rcp/org.eclipse.papyrus.rcp.feature/feature.xml
@@ -20,8 +20,8 @@
</license>
<url>
- <discovery label="Photon" url="http://download.eclipse.org/releases/photon/"/>
- <discovery label="Eclipse Platform 4.8" url="http://download.eclipse.org/eclipse/updates/4.8"/>
+ <discovery label="2018-09" url="http://download.eclipse.org/releases/2018-09/"/>
+ <discovery label="Eclipse Platform 4.9" url="http://download.eclipse.org/eclipse/updates/4.9"/>
</url>
<requires>
diff --git a/releng/rcp/org.eclipse.papyrus.rcp.product/papyrus.product b/releng/rcp/org.eclipse.papyrus.rcp.product/papyrus.product
index dcf9569bb17..58348ba556e 100644
--- a/releng/rcp/org.eclipse.papyrus.rcp.product/papyrus.product
+++ b/releng/rcp/org.eclipse.papyrus.rcp.product/papyrus.product
@@ -205,7 +205,7 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U
</configurations>
<repositories>
- <repository location="http://download.eclipse.org/eclipse/updates/4.8" enabled="true" />
+ <repository location="http://download.eclipse.org/eclipse/updates/4.9" enabled="true" />
<repository location="http://download.eclipse.org/releases/2018-09/" enabled="true" />
<repository location="http://download.eclipse.org/modeling/mdt/papyrus/updates/nightly/master/" enabled="true" />
</repositories>
diff --git a/releng/rcp/org.eclipse.papyrus.rcp/icons/splash.svg b/releng/rcp/org.eclipse.papyrus.rcp/icons/splash.svg
index 0b0d635e43a..40f6b300d75 100644
--- a/releng/rcp/org.eclipse.papyrus.rcp/icons/splash.svg
+++ b/releng/rcp/org.eclipse.papyrus.rcp/icons/splash.svg
@@ -1755,5 +1755,5 @@
id="tspan4832"
x="203.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">Photon</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-12</tspan></text>
</svg>
diff --git a/releng/rcp/org.eclipse.papyrus.rcp/splash.bmp b/releng/rcp/org.eclipse.papyrus.rcp/splash.bmp
index 0bc6ad53589..d48766fe09a 100644..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