Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepare 2.38 examples #456

Merged
merged 1 commit into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/build-integtests-wizard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
with:
distribution: 'temurin'
java-version: 17
- name: Set up Maven 3.9.9
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.9.9
- name: Build
run: xvfb-run scripts/integrationtests-wizard.sh
- name: Archive UI Tests Screenshots
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build-integtests-xtend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,9 @@ jobs:
with:
distribution: 'temurin'
java-version: 17
- name: Set up Maven 3.9.9
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.9.9
- name: Build
run: xvfb-run scripts/integrationtests-xtend-examples.sh
4 changes: 4 additions & 0 deletions .github/workflows/build-integtests-xtext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,9 @@ jobs:
with:
distribution: 'temurin'
java-version: 17
- name: Set up Maven 3.9.9
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.9.9
- name: Build
run: xvfb-run scripts/integrationtests-xtext-examples.sh
81 changes: 13 additions & 68 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
distribution: 'temurin'
java-version: 17
- name: Build
run: scripts/greetings-gradle-2.37.sh
run: scripts/greetings-gradle-2.38.sh
build_Gralde_J17_on_J21:
runs-on: ubuntu-latest
steps:
Expand All @@ -29,7 +29,7 @@ jobs:
distribution: 'temurin'
java-version: 21
- name: Build
run: scripts/greetings-gradle-2.37.sh
run: scripts/greetings-gradle-2.38.sh
build_Gralde_J21:
runs-on: ubuntu-latest
steps:
Expand All @@ -40,29 +40,7 @@ jobs:
distribution: 'temurin'
java-version: 21
- name: Build
run: scripts/greetings-gradle-J21-2.37.sh
build_Gralde_J11:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 11
- name: Build
run: scripts/greetings-gradle-J11-2.37.sh
build_Gralde_J11_on_J17:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
- name: Build
run: scripts/greetings-gradle-J11-2.37.sh
run: scripts/greetings-gradle-J21-2.38.sh
build_Maven_J17:
runs-on: ubuntu-latest
steps:
Expand All @@ -73,7 +51,7 @@ jobs:
distribution: 'temurin'
java-version: 17
- name: Build
run: scripts/greetings-maven-2.37.sh
run: scripts/greetings-maven-2.38.sh
build_Maven_J17_on_J21:
runs-on: ubuntu-latest
steps:
Expand All @@ -84,7 +62,7 @@ jobs:
distribution: 'temurin'
java-version: 21
- name: Build
run: scripts/greetings-maven-2.37.sh
run: scripts/greetings-maven-2.38.sh
build_Maven_J21:
runs-on: ubuntu-latest
steps:
Expand All @@ -95,29 +73,7 @@ jobs:
distribution: 'temurin'
java-version: 21
- name: Build
run: scripts/greetings-maven-J21-2.37.sh
build_Maven_J11:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 11
- name: Build
run: scripts/greetings-maven-J11-2.37.sh
build_Maven_J11_on_J17:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
- name: Build
run: scripts/greetings-maven-J11-2.37.sh
run: scripts/greetings-maven-J21-2.38.sh
build_tycho_J17:
runs-on: ubuntu-latest
steps:
Expand All @@ -132,7 +88,7 @@ jobs:
with:
maven-version: 3.9.1
- name: Build
run: xvfb-run scripts/greetings-tycho-2.37.sh
run: xvfb-run scripts/greetings-tycho-2.38.sh
build_tycho_J17_on_J21:
runs-on: ubuntu-latest
steps:
Expand All @@ -147,7 +103,7 @@ jobs:
with:
maven-version: 3.9.1
- name: Build
run: xvfb-run scripts/greetings-tycho-2.37.sh
run: xvfb-run scripts/greetings-tycho-2.38.sh
build_tycho_J21:
runs-on: ubuntu-latest
steps:
Expand All @@ -162,18 +118,7 @@ jobs:
with:
maven-version: 3.9.1
- name: Build
run: xvfb-run scripts/greetings-tycho-J21-2.37.sh
build_tycho_J11:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 11
- name: Build
run: xvfb-run scripts/greetings-tycho-J11-2.37.sh
run: xvfb-run scripts/greetings-tycho-J21-2.38.sh
build_tycho_J17_tycho_50:
runs-on: ubuntu-latest
steps:
Expand All @@ -190,7 +135,7 @@ jobs:
- name: Build
env:
EXTRA_ARGS : "-Dtycho-version=5.0.0-SNAPSHOT -Ptycho_snapshots"
run: xvfb-run scripts/greetings-tycho-2.37.sh
run: xvfb-run scripts/greetings-tycho-2.38.sh
build_domain:
runs-on: ubuntu-latest
steps:
Expand All @@ -205,7 +150,7 @@ jobs:
with:
maven-version: 3.9.1
- name: Build
run: xvfb-run scripts/domainmodel-2.37.sh
run: xvfb-run scripts/domainmodel-2.38.sh
build_domain_J21:
runs-on: ubuntu-latest
steps:
Expand All @@ -220,7 +165,7 @@ jobs:
with:
maven-version: 3.9.1
- name: Build
run: xvfb-run scripts/domainmodel-2.37.sh
run: xvfb-run scripts/domainmodel-2.38.sh
build_domain_tycho_50_J17:
runs-on: ubuntu-latest
steps:
Expand All @@ -237,4 +182,4 @@ jobs:
- name: Build
env:
EXTRA_ARGS : "-Dtycho-version=5.0.0-SNAPSHOT -Ptycho_snapshots"
run: xvfb-run scripts/domainmodel-2.37.sh
run: xvfb-run scripts/domainmodel-2.38.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="src-gen">
<attributes>
<attribute name="ignore_optional_problems" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bin
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.eclipse.xtext.example.domainmodel.ide</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
</natures>
</projectDescription>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
encoding/<project>=UTF-8
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=17
org.eclipse.jdt.core.compiler.compliance=17
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=17
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Xtext Domainmodel Example - Generic IDE
Bundle-Vendor: Eclipse Xtext
Bundle-Version: 2.37.0.qualifier
Bundle-SymbolicName: org.eclipse.xtext.example.domainmodel.ide; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.antlr.runtime;bundle-version="[3.2.0,3.2.1)",
org.eclipse.xtext.example.domainmodel,
org.eclipse.xtext.ide,
org.eclipse.xtext.xbase.ide
Bundle-RequiredExecutionEnvironment: JavaSE-17
Export-Package: org.eclipse.xtext.example.domainmodel.ide;x-internal:=true,
org.eclipse.xtext.example.domainmodel.ide.contentassist.antlr,
org.eclipse.xtext.example.domainmodel.ide.contentassist.antlr.internal
Automatic-Module-Name: org.eclipse.xtext.example.domainmodel.ide
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
source.. = src/,\
src-gen/
bin.includes = .,\
META-INF/
Loading
Loading