Skip to content

Commit ea7aba4

Browse files
committed
refactor: drop unused xtend-gen scaffolding - com.avaloq.tools.ddk.checkcfg.ide
The bundle has no Xtend sources; the xtend-gen entries in .classpath and build.properties and the empty xtend-gen directory are leftovers.
1 parent 42a3c92 commit ea7aba4

3 files changed

Lines changed: 1 addition & 7 deletions

File tree

com.avaloq.tools.ddk.checkcfg.ide/.classpath

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66
<attribute name="ignore_optional_problems" value="true"/>
77
</attributes>
88
</classpathentry>
9-
<classpathentry kind="src" path="xtend-gen">
10-
<attributes>
11-
<attribute name="ignore_optional_problems" value="true"/>
12-
</attributes>
13-
</classpathentry>
149
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
1510
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins">
1611
<accessrules>
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
source.. = src/,\
2-
src-gen/,\
3-
xtend-gen/
2+
src-gen/
43
bin.includes = META-INF/,\
54
.

com.avaloq.tools.ddk.checkcfg.ide/xtend-gen/.gitignore

Whitespace-only changes.

0 commit comments

Comments
 (0)