Release 1.2.0
Update to 1.2.0
26 files changed
tree: c83bbea782fb9fb3be45800528dfd1985e1b2dd3
  1. org.eclipse.tea.core/
  2. org.eclipse.tea.core.ui/
  3. org.eclipse.tea.core.ui.live/
  4. org.eclipse.tea.core_feature/
  5. org.eclipse.tea.ease/
  6. org.eclipse.tea.lcdsl.library_feature/
  7. org.eclipse.tea.library.build/
  8. org.eclipse.tea.library.build.lcdsl/
  9. org.eclipse.tea.library_feature/
  10. org.eclipse.tea.repository/
  11. org.eclipse.tea.samples/
  12. org.eclipse.tea.scripting_feature/
  13. org.eclipse.tea.ui_feature/
  14. .gitignore
  15. CONTRIBUTING
  16. LICENSE
  17. pom.xml
  18. README.md
README.md

Eclipse TEA

Eclipse TEA™ is a tasking orchestration engine that can be run from within the Eclipse IDE or headlessly. It is immediately concerned with tasks related to building and managing plug-ins for the Eclipse Platform, but is general enough to support other types of tasks and builds.

General Idea

Eclipse TEA's major component is the so called TaskingEngine. This engine can be created and run both from the IDE, as well as headlessly (with a headless presentation engine – thus the PlatformUI.getWorkbench() DOES work – in case a task requires “UI” but still should run headlessly). This allows to create reproducible and stable TaskChains that can be used by both developers and automated builds to create the same, reproducible results for certain tasks.

More Information

See our Website at https://www.eclipse.org/tea/ and additional information can be found at https://projects.eclipse.org/projects/technology.tea