Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2018-04-26 12:28:55 +0000
committerNicolas FAUVERGUE2018-05-14 12:31:41 +0000
commiteb963d6206eeed64210d2ac31caa880cd8489caf (patch)
tree5094a0887819d5c2ff93b405f7e95bbe20f852fc /features
parent302327e05dbbf131171c3ef83b8ec61cf107159c (diff)
downloadorg.eclipse.papyrus-eb963d6206eeed64210d2ac31caa880cd8489caf.tar.gz
org.eclipse.papyrus-eb963d6206eeed64210d2ac31caa880cd8489caf.tar.xz
org.eclipse.papyrus-eb963d6206eeed64210d2ac31caa880cd8489caf.zip
Bug 533852: [All Diagrams] Provide a default font for all platforms
https://bugs.eclipse.org/bugs/show_bug.cgi?id=533852 Change-Id: Idf6508dd9d5f59206b9daa7ab254be7ef8bba0e2 Signed-off-by: Camille Letavernier <cletavernier@eclipsesource.com> Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@cea.fr>
Diffstat (limited to 'features')
-rw-r--r--features/papyrus-main-features/org.eclipse.papyrus.infra.ui.feature/feature.xml15
1 files changed, 11 insertions, 4 deletions
diff --git a/features/papyrus-main-features/org.eclipse.papyrus.infra.ui.feature/feature.xml b/features/papyrus-main-features/org.eclipse.papyrus.infra.ui.feature/feature.xml
index 4c053669f72..4341a2398e9 100644
--- a/features/papyrus-main-features/org.eclipse.papyrus.infra.ui.feature/feature.xml
+++ b/features/papyrus-main-features/org.eclipse.papyrus.infra.ui.feature/feature.xml
@@ -5,6 +5,10 @@
version="3.0.0.qualifier"
provider-name="%featureProvider">
+ <description url="https://eclipse.org/papyrus/">
+ The principal common User Interface components of Papyrus, including the core Editor APIs.
+ </description>
+
<copyright url="http://www.eclipse.org/legal/epl-v10.html">
Copyright (c) 2012, 2016 CEA LIST, Christian W. Damus, and others.
All rights reserved. This program and the accompanying materials
@@ -17,10 +21,6 @@ http://www.eclipse.org/legal/epl-v10.html
<license url="%licenseURL">
%license
</license>
-
- <description url="https://eclipse.org/papyrus/">
- The principal common User Interface components of Papyrus, including the core Editor APIs.
- </description>
<plugin
id="org.eclipse.papyrus.infra.ui"
@@ -127,4 +127,11 @@ http://www.eclipse.org/legal/epl-v10.html
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.papyrus.infra.ui.fonts"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top