plugin.xml 347 B

123456789101112
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?eclipse version="3.4"?>
  3. <plugin>
  4. <extension
  5. point="org.yakindu.sct.simulation.core.sgraph.executionbuilder">
  6. <SGraphExecutionBuilder
  7. class="org.yakindu.sct.simulation.runtime.sgraph.builder.SGraphBuilder">
  8. </SGraphExecutionBuilder>
  9. </extension>
  10. </plugin>