An Eclipse RCP reimplementation of bgg1tool by Nand. See http://www.nand.it/nandeck/ for the original tool.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

31 行
834B

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