mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 16:58:56 +00:00
[clean-up] Suppress optional java warnigs in emf-gen.
Added missing source entry in ide.common. Change-Id: Ie71e583ce73f4cbe3fbd6a9d91fdc92bb3c44144
This commit is contained in:
parent
280c3135e3
commit
ee24f02634
1 changed files with 5 additions and 1 deletions
|
@ -5,7 +5,11 @@
|
|||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="src" path="xtend-gen"/>
|
||||
<classpathentry kind="src" path="src-gen"/>
|
||||
<classpathentry kind="src" path="emf-gen"/>
|
||||
<classpathentry kind="src" path="emf-gen">
|
||||
<attributes>
|
||||
<attribute name="ignore_optional_problems" value="true"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="src" path="packrat"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
|
|
Loading…
Reference in a new issue