[clean-up] Suppress optional java warnigs in emf-gen.

Added missing source entry in ide.common. 

Change-Id: Ie71e583ce73f4cbe3fbd6a9d91fdc92bb3c44144
This commit is contained in:
Dennis Huebner 2015-01-06 16:48:32 +01:00
parent 280c3135e3
commit ee24f02634

View file

@ -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>