90119f8256
Eclipse overwrites these files when we import projects using m2e. Eclipse 3 writes a timestamp at the top of these files making the Git working tree dirty. Eclipse 4 (Juno) still overwrites these files but doesn't write the timestamp. This should help keeping the working tree clean. However, since the timestamp is currently present in these files, Eclispe 4 would still make them dirty by overwriting and effectively removing the timestamp. This change removes the timestamp from these files. This help those using Eclipse 4 and doesn't make it worse for those still using Eclispe 3. Change-Id: Ic23299a12ac80f7294bcc602c8565889069a0d10 Signed-off-by: Sasa Zivkov <sasa.zivkov@sap.com>
5 lines
115 B
INI
5 lines
115 B
INI
eclipse.preferences.version=1
|
|
encoding//src/main/java=UTF-8
|
|
encoding//src/test/java=UTF-8
|
|
encoding/<project>=UTF-8
|