Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ee0106ced278238a8472f7acb6e933487cab471f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
 Copyright (c) 2018 EclipseSource and others.
  
 All rights reserved. This program and the accompanying materials
 are made available under the terms of the Eclipse Public License v1.0
 which accompanies this distribution, and is available at
 http://www.eclipse.org/legal/epl-v10.html
  
 Contributors:
 	EclipseSource - Initial API and implementation
 
-->
<plugin>
 	<extension
 		id="org.eclipse.papyrus.infra.ui.fonts.fragment"
         point="org.eclipse.e4.workbench.model">
      <fragment
            apply="always"
            uri="fragment/fragment.e4xmi">
      </fragment>
   </extension>
</plugin>

Back to the top