diff --git a/org.eclipse.xtend.doc/contents/204_activeannotations.html b/org.eclipse.xtend.doc/contents/204_activeannotations.html index 06ecb3c9c9a..163c4607d11 100644 --- a/org.eclipse.xtend.doc/contents/204_activeannotations.html +++ b/org.eclipse.xtend.doc/contents/204_activeannotations.html @@ -238,13 +238,13 @@

Class Path Setup and Testing

<dependency>
   <groupId>org.eclipse.xtend</groupId>
   <artifactId>org.eclipse.xtend.core</artifactId>
-  <version>2.37.0</version>
+  <version>2.38.0</version>
   <scope>test</scope>
 </dependency>
 <dependency>
   <groupId>org.eclipse.xtext</groupId>
   <artifactId>org.eclipse.xtext.xbase.testing</artifactId>
-  <version>2.37.0</version>
+  <version>2.38.0</version>
   <scope>test</scope>
 </dependency>
 
diff --git a/org.eclipse.xtext.doc/contents/302_configuration.html b/org.eclipse.xtext.doc/contents/302_configuration.html index 486ef7d2324..53381bb55e5 100644 --- a/org.eclipse.xtext.doc/contents/302_configuration.html +++ b/org.eclipse.xtext.doc/contents/302_configuration.html @@ -14,7 +14,7 @@

Configuration

A Short Introduction to MWE2

-

MWE2 (Modeling Workflow Engine) allows to compose object graphs declaratively in a very compact manner. The nice thing about it is that it just instantiates Java classes and the configuration is done through public setter and adder methods as known from Java Beans encapsulation principles. More in-depth information can be found in the MWE2 documentation.

+

MWE2 (Modeling Workflow Engine) allows to compose object graphs declaratively in a very compact manner. The nice thing about it is that it just instantiates Java classes and the configuration is done through public setter and adder methods as known from Java Beans encapsulation principles. More in-depth information can be found in the MWE2 documentation.

Given the following simple Java class (POJO):

@@ -90,14 +90,14 @@

A Short Introduction to MWE2

} -

Although arbitrary Java classes can be used, the standard root element for MWE2 files is Workflow, which is part of the very slim runtime model shipped with MWE2. It accepts beans and components.

+

Although arbitrary Java classes can be used, the standard root element for MWE2 files is Workflow, which is part of the very slim runtime model shipped with MWE2. It accepts beans and components.

@@ -295,7 +295,7 @@

Importing Existing Metamodels

If you are importing more than one metamodel, you can add more referencedResource declarations as required.

-

In some occasions this simple way of referencing metamodels is not sufficient; you can then use the StandaloneSetup as a Workflow bean for fine-tuning your EMF setup. Example:

+

In some occasions this simple way of referencing metamodels is not sufficient; you can then use the StandaloneSetup as a Workflow bean for fine-tuning your EMF setup. Example:

bean = StandaloneSetup {
     platformUri = "${rootPath}"
diff --git a/org.eclipse.xtext.doc/contents/304_ide_concepts.html b/org.eclipse.xtext.doc/contents/304_ide_concepts.html
index e7b14373453..33888765001 100644
--- a/org.eclipse.xtext.doc/contents/304_ide_concepts.html
+++ b/org.eclipse.xtext.doc/contents/304_ide_concepts.html
@@ -107,7 +107,7 @@
             
diff --git a/org.eclipse.xtext.doc/contents/310_web_integration.html b/org.eclipse.xtext.doc/contents/310_web_integration.html
index 46b621d1965..1b2388704cf 100644
--- a/org.eclipse.xtext.doc/contents/310_web_integration.html
+++ b/org.eclipse.xtext.doc/contents/310_web_integration.html
@@ -107,7 +107,7 @@
             
diff --git a/org.eclipse.xtext.doc/contents/350_continuous_integration.html b/org.eclipse.xtext.doc/contents/350_continuous_integration.html
index 755ddd59331..ac2ceaa2141 100644
--- a/org.eclipse.xtext.doc/contents/350_continuous_integration.html
+++ b/org.eclipse.xtext.doc/contents/350_continuous_integration.html
@@ -313,9 +313,17 @@ 

Maven Tycho Hints

+ + 2.38.0 + 2.41.0 (2.29.0) + 2.21.0 (2.9.1) + no longer supported + 4.35.0 (4.30) + 2025-03 + 2.37.0 - 2.39.0 (2.29.0) + 2.40.0 (2.29.0) 2.20.0 (2.9.1) no longer supported 4.34.0 (4.24) @@ -323,7 +331,7 @@

Maven Tycho Hints

2.36.0 - 2.38.0 (2.29.0) + 2.39.0 (2.29.0) 2.19.0 (2.9.1) no longer supported 4.33.0 (4.23) @@ -572,7 +580,7 @@

Maven Tycho Hints

-

The following is an example target platform definition for Xtext 2.37.0 and Eclipse 4.34 alias 2024-12.

+

The following is an example target platform definition for Xtext 2.38.0 and Eclipse 4.35 alias 2025-03.

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <?pde version="3.8"?>
@@ -580,7 +588,7 @@ 

Maven Tycho Hints

<locations> <location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="false" type="InstallableUnit"> <unit id="org.eclipse.xtext.sdk.feature.group" version="0.0.0"/> - <repository location="https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.37.0/"/> + <repository location="https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.38.0/"/> </location> <location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="false" type="InstallableUnit"> <unit id="org.eclipse.jdt.feature.group" version="0.0.0"/> @@ -589,7 +597,7 @@

Maven Tycho Hints

<unit id="org.eclipse.draw2d.feature.group" version="0.0.0"/> <unit id="org.eclipse.emf.sdk.feature.group" version="0.0.0"/> <unit id="org.eclipse.emf.mwe2.launcher.feature.group" version="0.0.0"/> - <repository location="https://download.eclipse.org/releases/2024-12/"/> + <repository location="https://download.eclipse.org/releases/2025-03/"/> </location> </locations> </target>