Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShuai Li2019-06-17 14:23:55 +0000
committerShuai Li2019-06-17 14:24:35 +0000
commit76719dd2b3397f30b7c9f4ac2149154b949cadfe (patch)
tree9a42013020359adfbfb29667282460cd6f6efbf9
parentb7212605405a5d0be5e14af1cd6ba35f5fcb35f6 (diff)
downloadorg.eclipse.papyrus-iotml-76719dd2b3397f30b7c9f4ac2149154b949cadfe.tar.gz
org.eclipse.papyrus-iotml-76719dd2b3397f30b7c9f4ac2149154b949cadfe.tar.xz
org.eclipse.papyrus-iotml-76719dd2b3397f30b7c9f4ac2149154b949cadfe.zip
Bug 548328 - [IoTML] RCP
- Include iotml.feature in product - Fix about image Change-Id: I3e7e9934871b4b1d4566afb22c70fd04916d69ee Signed-off-by: Shuai Li <shuai.li@cea.fr>
-rw-r--r--releng/org.eclipse.papyrus.iotml.product/papyrusIotml.product5
-rw-r--r--releng/org.eclipse.papyrus.iotml.rcp.feature/feature.xml2
2 files changed, 4 insertions, 3 deletions
diff --git a/releng/org.eclipse.papyrus.iotml.product/papyrusIotml.product b/releng/org.eclipse.papyrus.iotml.product/papyrusIotml.product
index a665c4a..e2a249b 100644
--- a/releng/org.eclipse.papyrus.iotml.product/papyrusIotml.product
+++ b/releng/org.eclipse.papyrus.iotml.product/papyrusIotml.product
@@ -4,7 +4,7 @@
<product name="Papyrus IoTML" uid="org.eclipse.papyrus.iotml.product" id="org.eclipse.papyrus.iotml.product" application="org.eclipse.ui.ide.workbench" version="1.0.0" useFeatures="true" includeLaunchers="true">
<aboutInfo>
- <image path="/org.eclipse.papyrus.iotml.rcp/icons/papyrus_lg.png"/>
+ <image path="/org.eclipse.papyrus.iotml.rcp/icons/papyrus.png"/>
<text>
Papyrus IoTML
@@ -13,7 +13,7 @@ Build id: {0}
Copyright CEA LIST and others 2019. http://www.eclipse.org/papyrus
-(c) Copyright Eclipse contributors and others 2000, 2018. All rights reserved. Eclipse and the Eclipse logo are trademarks of the Eclipse Foundation, Inc., https://www.eclipse.org/. The Eclipse logo cannot be altered without Eclipse&apos;s permission. Eclipse logos are provided for use under the Eclipse logo and trademark guidelines, https://www.eclipse.org/logotm/. Oracle and Java are trademarks or registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.
+(c) Copyright Eclipse contributors and others 2000, 2019. All rights reserved. Eclipse and the Eclipse logo are trademarks of the Eclipse Foundation, Inc., https://www.eclipse.org/. The Eclipse logo cannot be altered without Eclipse&apos;s permission. Eclipse logos are provided for use under the Eclipse logo and trademark guidelines, https://www.eclipse.org/logotm/. Oracle and Java are trademarks or registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.
This product includes software developed by other open source projects including the Apache Software Foundation, https://www.apache.org/.
</text>
@@ -190,6 +190,7 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U
<feature id="org.eclipse.platform"/>
<feature id="org.eclipse.equinox.p2.user.ui"/>
<feature id="org.eclipse.rcp"/>
+ <feature id="org.eclipse.papyrus.iotml.feature" installMode="root"/>
<feature id="org.eclipse.papyrus.iotml.rcp.feature" installMode="root"/>
</features>
diff --git a/releng/org.eclipse.papyrus.iotml.rcp.feature/feature.xml b/releng/org.eclipse.papyrus.iotml.rcp.feature/feature.xml
index 2bd96c4..8df65b9 100644
--- a/releng/org.eclipse.papyrus.iotml.rcp.feature/feature.xml
+++ b/releng/org.eclipse.papyrus.iotml.rcp.feature/feature.xml
@@ -25,7 +25,7 @@ http://www.eclipse.org/legal/epl-v20.html
<url>
<discovery label="2018-09" url="http://download.eclipse.org/releases/2019-03/"/>
- <discovery label="Eclipse Platform 4.9" url="http://download.eclipse.org/eclipse/updates/4.11"/>
+ <discovery label="Eclipse Platform 4.11" url="http://download.eclipse.org/eclipse/updates/4.11"/>
</url>
<plugin

Back to the top