Skip to content

Commit 72b635e

Browse files
joaodinissfclaude
andcommitted
refactor: drop Xtend build infrastructure from check.core
The module is fully off Xtend: remove the xtend-gen source folder from build.properties and .classpath, the xtextBuilder/xtextNature from .project, and the xtend-gen directory marker — matching the other fully migrated modules. No Require-Bundle change needed (the module declares no Xtend bundles; xtend2.lib/xbase.lib resolve transitively for the StringConcatenation-based generators). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent db99559 commit 72b635e

4 files changed

Lines changed: 1 addition & 9 deletions

File tree

com.avaloq.tools.ddk.check.core/.classpath

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<attribute name="ignore_optional_problems" value="true"/>
77
</attributes>
88
</classpathentry>
9-
<classpathentry kind="src" path="xtend-gen">
109
<attributes>
1110
<attribute name="ignore_optional_problems" value="true"/>
1211
</attributes>

com.avaloq.tools.ddk.check.core/.project

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@
2020
<arguments>
2121
</arguments>
2222
</buildCommand>
23-
<buildCommand>
24-
<name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
25-
<arguments>
26-
</arguments>
27-
</buildCommand>
2823
<buildCommand>
2924
<name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
3025
<arguments>
@@ -44,7 +39,6 @@
4439
<natures>
4540
<nature>org.eclipse.jdt.core.javanature</nature>
4641
<nature>org.eclipse.pde.PluginNature</nature>
47-
<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
4842
<nature>net.sourceforge.pmd.eclipse.plugin.pmdNature</nature>
4943
<nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
5044
<nature>edu.umd.cs.findbugs.plugin.eclipse.findbugsNature</nature>

com.avaloq.tools.ddk.check.core/build.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
source.. = src/,\
2-
src-gen/,\
3-
xtend-gen/
2+
src-gen/
43
bin.includes = META-INF/,\
54
.,\
65
plugin.xml,\

com.avaloq.tools.ddk.check.core/xtend-gen/.gitignore

Whitespace-only changes.

0 commit comments

Comments
 (0)