Skip to content

Commit

Permalink
Merge pull request #116 from xtext/cd-all
Browse files Browse the repository at this point in the history
update to 2.36
  • Loading branch information
cdietrich authored Aug 25, 2024
2 parents 54fbe34 + 39961b2 commit 0eb9207
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion example-project-gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {
dependencies {
xtextLanguages 'my.mavenized.herolanguage:my.mavenized.herolanguage:1.0.0-SNAPSHOT'

implementation 'org.eclipse.xtend:org.eclipse.xtend.lib:2.35.0'
implementation 'org.eclipse.xtend:org.eclipse.xtend.lib:2.36.0'
testImplementation 'junit:junit:4.13.2'
}

Expand Down
2 changes: 1 addition & 1 deletion example-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<xtext-version>2.35.0</xtext-version>
<xtext-version>2.36.0</xtext-version>
<!-- Where Java files corresponding to the Hero DSL main files will be generated
by the xtext-maven-plugin -->
<hero-generated-sources>src/main/generated-sources/hero/</hero-generated-sources>
Expand Down
1 change: 0 additions & 1 deletion my.mavenized.herolanguage.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Bundle-ActivationPolicy: lazy
Require-Bundle: my.mavenized.herolanguage,
my.mavenized.herolanguage.ui,
org.eclipse.core.runtime,
org.eclipse.xtext.junit4,
org.eclipse.xtext.xbase.lib;bundle-version="2.13.0",
org.eclipse.xtend.lib,
org.eclipse.ui.workbench;resolution:=optional,
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<maven.compiler.target>11</maven.compiler.target>
<tycho-version>4.0.8</tycho-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<xtext.version>2.35.0</xtext.version>
<xtext.version>2.36.0</xtext.version>
<tycho.disableP2Mirrors>true</tycho.disableP2Mirrors>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions targetplatform.target
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.emf.mwe2.launcher.feature.group" version="0.0.0"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.18.0/"/>
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.19.0/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" 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.35.0/"/>
<repository location="https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.36.0/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="de.itemis.xtext.antlr.feature.feature.group" version="2.1.1.v201405091103"/>
Expand Down

0 comments on commit 0eb9207

Please sign in to comment.