Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Texo/Download and Install

< Texo
Revision as of 20:26, 10 March 2010 by Unnamed Poltroon (Talk) (New page: __TOC__ Texo is installed through the Eclipse Update Manager. == Update Manager Locations == To enable code generation in Eclipse or to use Texo in an OSGI-plugin environment in Eclipse...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Texo is installed through the Eclipse Update Manager.

Update Manager Locations

To enable code generation in Eclipse or to use Texo in an OSGI-plugin environment in Eclipse, you need to install Texo into Eclipse. This is done through an update manager. For runtime usage of Texo see the next section.

Texo is available through this update site:

The last successful nightly build is available through this update site:

After installing and restarting you can generate code from ecore/xsd models and refer to Texo plugins from plugin MANIFEST.MF files.

Using Texo at runtime outside of Eclipse/OSGI

To use the runtime layer of Texo you need take the org.eclipse.emf.texo jar file which is located in the plugins directory of the Eclipse installation.

The Texo runtime jar depends on three other jars which are also located in the plugins directory:

  • org.eclipse.emf.ecore
  • org.eclipse.emf.ecore.xmi
  • org.eclipse.xsd

Back to the top