An Eclipse RCP reimplementation of bgg1tool by Nand. See http://www.nand.it/nandeck/ for the original tool.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

53 líneas
1.5KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?pde version="3.5"?>
  3. <product name="BggToolAnother" uid="bggtoolanother" id="xyz.veronie.bgg.ui.bggtoolanother" application="org.eclipse.e4.ui.workbench.swt.E4Application" version="1.0.0" useFeatures="true" includeLaunchers="true">
  4. <configIni use="default">
  5. </configIni>
  6. <launcherArgs>
  7. <programArgs>-clearPersistedState
  8. </programArgs>
  9. <vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
  10. </vmArgsMac>
  11. </launcherArgs>
  12. <windowImages/>
  13. <launcher>
  14. <win useIco="false">
  15. <bmp/>
  16. </win>
  17. </launcher>
  18. <vm>
  19. </vm>
  20. <plugins>
  21. </plugins>
  22. <features>
  23. <feature id="xyz.veronie.bgg.feature" installMode="root"/>
  24. <feature id="org.eclipse.e4.rcp" installMode="root"/>
  25. <feature id="org.eclipse.emf.common" installMode="root"/>
  26. <feature id="org.eclipse.emf.ecore" installMode="root"/>
  27. </features>
  28. <configurations>
  29. <plugin id="org.apache.felix.scr" autoStart="true" startLevel="2" />
  30. <plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="0" />
  31. <plugin id="org.eclipse.equinox.common" autoStart="true" startLevel="2" />
  32. <plugin id="org.eclipse.equinox.event" autoStart="true" startLevel="2" />
  33. <plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="1" />
  34. </configurations>
  35. <preferencesInfo>
  36. <targetfile overwrite="false"/>
  37. </preferencesInfo>
  38. <cssInfo>
  39. </cssInfo>
  40. </product>