Skip to content

Commit

Permalink
Merge pull request #65 from eclipse/LorenzoBettini-patch-1
Browse files Browse the repository at this point in the history
Document org.eclipse.xtext.xtext.generator.dependencies
  • Loading branch information
LorenzoBettini authored Oct 16, 2024
2 parents 84bbfbd + 2e962cb commit 3ed968c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ As you might have recognized, the number of people contributing to Xtext on a re

## Relevant changes

- We introduced a new bundle, `org.eclipse.xtext.xtext.generator.dependencies`, meant to be used in the `build.properties` of the DSL project in `additional.bundles`; this is meant to replace all the listed dependencies our wizard used to generate for `additional.bundles`.
The project wizard has been updated accordingly. For existing projects, you should replace all the dependencies in `additional.bundles` with this single dependency.
This bundle is only meant to be used in the DSL plug-in project, as an "additional bundle", to be able to run the MWE2 workflow and to let the MWE2 Eclipse editor find all the needed types.
- `EcoreUtil2` now provides `getAllContentsOfType(Resource, Class)`.

## Upgrades
Expand Down

0 comments on commit 3ed968c

Please sign in to comment.