An Eclipse RCP reimplementation of bgg1tool by Nand. See http://www.nand.it/nandeck/ for the original tool.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

19 satır
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>