Skip to content

Commit

Permalink
fix path to AleInvocationDelegateFactory in plugin.xml
Browse files Browse the repository at this point in the history
this file was moved/renamed in
#136

Signed-off-by: Didier Vojtisek <[email protected]>
  • Loading branch information
dvojtise authored and echebbi committed Jul 23, 2020
1 parent 64be48b commit 1fe3d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/org.eclipse.emf.ecoretools.ale.ide.ui/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</extension>
<extension point="org.eclipse.emf.ecore.invocation_delegate">
<factory
class="org.eclipse.emf.ecoretools.ale.core.delegate.ALEInvocationDelegateFactory"
class="org.eclipse.emf.ecoretools.ale.core.metamodelembedding.AleInvocationDelegateFactory"
uri="http://implementation/">
</factory>
</extension>
Expand Down

0 comments on commit 1fe3d13

Please sign in to comment.