An Eclipse RCP reimplementation of bgg1tool by Nand. See http://www.nand.it/nandeck/ for the original tool.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

19 行
463B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?eclipse version="3.4"?>
  3. <plugin>
  4. <extension
  5. id="bggtoolanother"
  6. point="org.eclipse.core.runtime.products">
  7. <product
  8. application="org.eclipse.e4.ui.workbench.swt.E4Application"
  9. name="BggToolAnother">
  10. <property
  11. name="appName"
  12. value="BggToolAnother">
  13. </property>
  14. </product>
  15. </extension>
  16. </plugin>