Skip to main content
summaryrefslogtreecommitdiffstats
blob: 53fd90f331758a0b1f620244981511c335476bc2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<plugin>

   <extension
         id="org.eclipse.fx.code.compensator.freeedit.fragment"
         point="org.eclipse.e4.workbench.model">
      <fragment
            apply="notexists"
            uri="fragment.e4xmi">
      </fragment>
   </extension>

</plugin>

Back to the top