An Eclipse RCP reimplementation of bgg1tool by Nand. See http://www.nand.it/nandeck/ for the original tool.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

55 lines
1.6KB

  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. <splash
  14. location="xyz.veronie.bgg.ui" />
  15. <launcher>
  16. <win useIco="false">
  17. <bmp/>
  18. </win>
  19. </launcher>
  20. <vm>
  21. </vm>
  22. <plugins>
  23. </plugins>
  24. <features>
  25. <feature id="xyz.veronie.bgg.feature" installMode="root"/>
  26. <feature id="org.eclipse.e4.rcp" installMode="root"/>
  27. <feature id="org.eclipse.emf.common" installMode="root"/>
  28. <feature id="org.eclipse.emf.ecore" installMode="root"/>
  29. </features>
  30. <configurations>
  31. <plugin id="org.apache.felix.scr" autoStart="true" startLevel="2" />
  32. <plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="0" />
  33. <plugin id="org.eclipse.equinox.common" autoStart="true" startLevel="2" />
  34. <plugin id="org.eclipse.equinox.event" autoStart="true" startLevel="2" />
  35. <plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="1" />
  36. </configurations>
  37. <preferencesInfo>
  38. <targetfile overwrite="false"/>
  39. </preferencesInfo>
  40. <cssInfo>
  41. </cssInfo>
  42. </product>