Skip to content

Commit 089dbf5

Browse files
authored
Validator removed from plugin.xml (#12)
* Validator removed from plugin.xml Signed-off-by: Ronan Guéguen <gueguen.ronan1@gmail.com>
1 parent 5a8c9f2 commit 089dbf5

File tree

1 file changed

+1
-2
lines changed
  • java_xdsml/plugins/org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog

1 file changed

+1
-2
lines changed

java_xdsml/plugins/org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog/plugin.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
point="org.eclipse.gemoc.gemoc_language_workbench.metaprog">
66
<approach
77
dependencies="org.eclipse.gemoc.metaprog.ecore"
8-
name="org.eclipse.gemoc.metaprog.kermeta3"
9-
validator="org.eclipse.gemoc.execution.sequential.javaxdsml.ruleprovider.Kermeta3RuleProvider">
8+
name="org.eclipse.gemoc.metaprog.kermeta3">
109
<languageComponent
1110
description="Entry used to define domain specific actions for the dsl, one of the aspects listed must have a @init tag while another one must have the @main tag."
1211
name="k3"

0 commit comments

Comments
 (0)