An Eclipse RCP reimplementation of bgg1tool by Nand. See http://www.nand.it/nandeck/ for the original tool.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

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