瀏覽代碼

uriMappings for installed plugins

benjamin.schwertfeger@gmail.com 13 年之前
父節點
當前提交
14e0a977f4
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      plugins/org.yakindu.sct.model.sgraph/plugin.xml

+ 7 - 0
plugins/org.yakindu.sct.model.sgraph/plugin.xml

@@ -19,4 +19,11 @@
             class="org.yakindu.sct.model.sgraph.SGraphPackage"
             genModel="model/emf/sgraph.genmodel"/>
    </extension>
+      <extension
+         point="org.eclipse.emf.ecore.uri_mapping">
+      <mapping
+            source="platform:/resource/org.yakindu.sct.model.sgraph/model/emf/sgraph.ecore"
+            target="model/emf/sgraph.ecore">
+      </mapping>
+   </extension>
 </plugin>