plugin.xml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?eclipse version="3.2"?>
  3. <plugin>
  4. <extension
  5. id="product"
  6. point="org.eclipse.core.runtime.products">
  7. <product
  8. application="org.eclipse.ui.ide.workbench"
  9. name="Semantic Adaptation">
  10. <property
  11. name="windowImages"
  12. value="/icons/ctool16/overture_misc.png,/icons/ctool32/overture_misc.png,/icons/ctool48/overture_misc.png,/icons/ctool64/overture_misc.png,/icons/ctool128/overture_misc.png">
  13. </property>
  14. <property
  15. name="aboutText"
  16. value="%aboutText">
  17. </property>
  18. <property
  19. name="aboutImage"
  20. value="/icons/ctool128/overture_misc.png">
  21. </property>
  22. <property
  23. name="startupForegroundColor"
  24. value="FFFFFF">
  25. </property>
  26. <property
  27. name="startupProgressRect"
  28. value="75,235,300,20">
  29. </property>
  30. <property
  31. name="startupMessageRect"
  32. value="75,250,300,15">
  33. </property>
  34. <property
  35. name="appName"
  36. value="Semantic Adaptation">
  37. </property>
  38. </product>
  39. </extension>
  40. <extension
  41. id="be.uantwerpen.ansymo.semanticadaptation.ide.platform.application.cli"
  42. point="org.eclipse.core.runtime.applications">
  43. <application>
  44. <run class="be.uantwerpen.ansymo.semanticadaptation.ide.platform.SaCli"/>
  45. </application>
  46. </extension>
  47. </plugin>