# xtext-extras **Repository Path**: mirrors_eclipse/xtext-extras ## Basic Information - **Project Name**: xtext-extras - **Description**: xtext-extras - **Primary Language**: Unknown - **License**: EPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Eclipse Xtext Extras ## Notice The content of this repository (`xtext-extras`) has been moved to the [Xtext Monorepo](https://github.com/eclipse/xtext/). Please refer to that repository to find the code, create issues or file pull requests. ## About This repository contains platform-independent add-ons such as [Xbase](https://www.eclipse.org/Xtext/documentation/305_xbase.html). ## How To Build Check out and run `./gradlew build`. Additional command line arguments: - `-PcompileXtend=true` activates the [Xtend](http://xtend-lang.org) compiler, but this is optional because the generated Java code is included in the repository. - `-PuseJenkinsSnapshots=true` switches to using the Maven repositories generated by the [Jenkins build jobs](https://ci.eclipse.org/xtext/) for [xtext-lib](https://github.com/eclipse/xtext-lib) and [xtext-core](https://github.com/eclipse/xtext-core). Without this argument, [Sonatype snapshots](https://oss.sonatype.org/content/repositories/snapshots) are used. ## Continuous Integration This project is built by the [xtext-extras multi-branch job on Jenkins](https://ci.eclipse.org/xtext/job/xtext-extras/).