28 lines
793 B
XML
28 lines
793 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<plugin>
|
|
|
|
<extension
|
|
id="afryca.fpr.gui.fragment"
|
|
point="org.eclipse.e4.workbench.model">
|
|
<fragment
|
|
uri="fragment.e4xmi">
|
|
</fragment>
|
|
</extension>
|
|
<extension
|
|
point="afryca.structure.gui.structure_ui">
|
|
<structure_composite
|
|
composite="afryca.fpr.gui.composite.FPRDifferenceComposite"
|
|
id="afryca.fpr.gui.simulation.composite"
|
|
screen="Simulation"
|
|
type="afryca.fpr">
|
|
</structure_composite>
|
|
<structure_composite
|
|
composite="afryca.fpr.gui.composite.FPRComposite"
|
|
id="afryca.fpr.gui.gdmp.composite"
|
|
screen="GDMP"
|
|
type="afryca.fpr">
|
|
</structure_composite>
|
|
</extension>
|
|
|
|
</plugin>
|