28 lines
820 B
XML
28 lines
820 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<plugin>
|
|
|
|
<extension
|
|
id="afryca.hpr.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.hpr.gui.composite.HPRComposite"
|
|
id="afryca.hpr.gui.gdmp.composite"
|
|
screen="GDMP"
|
|
type="afryca.hpr">
|
|
</structure_composite>
|
|
<structure_composite
|
|
composite="afryca.hpr.gui.composite.HPRDifferenceComposite"
|
|
id="afryca.hpr.gui.simulation.composite"
|
|
screen="Simulation"
|
|
type="afryca.hpr">
|
|
</structure_composite>
|
|
</extension>
|
|
|
|
</plugin>
|