|
@@ -11,11 +11,6 @@
|
|
|
defaultProvider="org.yakindu.sct.generator.core.features.impl.CoreLibraryDefaultFeatureValueProvider"
|
|
|
uri="platform:/plugin/org.yakindu.sct.generator.core/library/CoreFeatureTypeLibrary.xmi">
|
|
|
</FeatureLibrary>
|
|
|
- <FeatureLibrary
|
|
|
- library_id="org.yakindu.generator.core.features.xpand"
|
|
|
- defaultProvider="org.yakindu.sct.generator.core.features.impl.XpandLibraryDefaultFeatureValueProvider"
|
|
|
- uri="platform:/plugin/org.yakindu.sct.generator.core/library/XpandFeatureTypeLibrary.xmi">
|
|
|
- </FeatureLibrary>
|
|
|
<FeatureLibrary
|
|
|
library_id="org.yakindu.generator.core.features.generic"
|
|
|
defaultProvider="org.yakindu.sct.generator.core.features.impl.GenericJavaLibraryDefaultValueProvider"
|
|
@@ -27,32 +22,6 @@
|
|
|
uri="platform:/plugin/org.yakindu.sct.generator.core/library/SCTBaseFeatureLibrary.xmi">
|
|
|
</FeatureLibrary>
|
|
|
</extension>
|
|
|
- <extension
|
|
|
- point="org.yakindu.sct.generator.core.generator">
|
|
|
- <SCTGenerator
|
|
|
- class="org.yakindu.sct.generator.core.impl.GenericXPandCodeGenerator"
|
|
|
- contentType="statechart"
|
|
|
- description="Generate Code using Xpand Templates"
|
|
|
- elementRefType="org.yakindu.sct.model.sgraph.Statechart"
|
|
|
- icon="icons/sct.png"
|
|
|
- id="yakindu::xpand"
|
|
|
- name="Custom Xpand-based Generator">
|
|
|
- <FeatureLibrary
|
|
|
- library_id="org.yakindu.generator.core.features">
|
|
|
- </FeatureLibrary>
|
|
|
- <FeatureLibrary
|
|
|
- library_id="org.yakindu.generator.core.features.xpand">
|
|
|
- </FeatureLibrary>
|
|
|
- </SCTGenerator>
|
|
|
- </extension>
|
|
|
- <extension
|
|
|
- point="org.yakindu.sct.generator.core.extensions">
|
|
|
- <ExtensionGeneratorMapping
|
|
|
- fileExtension="sct"
|
|
|
- generatorId="yakindu::xpand">
|
|
|
- </ExtensionGeneratorMapping>
|
|
|
- </extension>
|
|
|
-
|
|
|
<extension
|
|
|
point="org.yakindu.sct.generator.core.generator">
|
|
|
<SCTGenerator
|