Procházet zdrojové kódy

fix Custom generator naming to Xpand-based and Java-based

holger.willebrandt@gmail.com před 13 roky
rodič
revize
283649ad98

+ 4 - 2
plugins/org.yakindu.sct.generator.core/plugin.xml

@@ -27,7 +27,7 @@
           class="org.yakindu.sct.generator.core.impl.GenericXPandCodeGenerator"
           description="Generate Code using Xpand Templates"
           id="yakindu::xpand"
-          name="Custom Xpand Generator">
+          name="Custom Xpand-based Generator">
     </SCTGenerator>
  </extension>
  <extension
@@ -36,7 +36,9 @@
           class="org.yakindu.sct.generator.core.impl.GenericJavaBasedGenerator"
           description="Generate Code using Xpand Templates"
           id="yakindu::generic"
-          name="Custom Xtend2/Java Generator">
+          name="Custom Java-based Generator">
     </SCTGenerator>
  </extension>
+ 
+
 </plugin>