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