Files
Flintstones/bundles/flintstones.method.sorting.phase.gatheringreferencepoint/plugin.xml
T
Francisco Jesús Martínez Mimbrera 759a8968a2 public code v1
2026-05-23 00:32:57 +02:00

21 lines
786 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="flintstones.phasemethod.extensionpoint">
<phase
implementation="flintstones.method.sorting.phase.gatheringreferencepoint.ReferencePointGatheringModel"
uid="flintstones.method.sorting.phase.gatheringreferencepoint">
</phase>
</extension>
<extension
point="flintstones.phasemethod.ui">
<phasemethod_ui
implementation="flintstones.method.sorting.phase.gatheringreferencepoint.ReferencePointGatheringUI"
phasemethod="flintstones.method.sorting.phase.gatheringreferencepoint"
uid="flintstones.method.sorting.phase.gatheringreferencepoint.ui">
</phasemethod_ui>
</extension>
</plugin>