Skip to content

Commit b704548

Browse files
committed
push7
1 parent 9efae18 commit b704548

2 files changed

Lines changed: 4 additions & 35 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
distribution: 'temurin'
2323
cache: 'gradle'
2424

25+
- name: Install Japanese Language Pack
26+
run: Install-Language ja-JP
27+
2528
- name: Setup Gradle
2629
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
2730

.project

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>kepler16b-example</name>
3+
<name>dxmetamodel</name>
44
<comment></comment>
55
<projects>
66
</projects>
7-
<buildSpec>
8-
<buildCommand>
9-
<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
10-
<arguments>
11-
</arguments>
12-
</buildCommand>
13-
<buildCommand>
14-
<name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
15-
<arguments>
16-
</arguments>
17-
</buildCommand>
18-
<buildCommand>
19-
<name>io.opencaesar.rosetta.oml.ui.builder</name>
20-
<arguments>
21-
</arguments>
22-
</buildCommand>
23-
</buildSpec>
24-
<natures>
25-
<nature>org.eclipse.sirius.nature.modelingproject</nature>
26-
<nature>io.opencaesar.rosetta.oml.ui.nature</nature>
27-
<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
28-
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
29-
</natures>
30-
<filteredResources>
31-
<filter>
32-
<id>1689549681853</id>
33-
<name></name>
34-
<type>30</type>
35-
<matcher>
36-
<id>org.eclipse.core.resources.regexFilterMatcher</id>
37-
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
38-
</matcher>
39-
</filter>
40-
</filteredResources>
417
</projectDescription>

0 commit comments

Comments
 (0)