An Eclipse RCP reimplementation of bgg1tool by Nand. See http://www.nand.it/nandeck/ for the original tool.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
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>