summaryrefslogtreecommitdiffstats
path: root/gerrit-patch-commonsnet
diff options
context:
space:
mode:
authorSasa Zivkov <sasa.zivkov@sap.com>2012-07-04 13:33:14 +0200
committerSasa Zivkov <sasa.zivkov@sap.com>2012-07-04 14:06:09 +0200
commit90119f8256b9862f087f922b164e865215d25f2b (patch)
tree8164ea459464942359a10572cacb6cf708a4dfb5 /gerrit-patch-commonsnet
parent1581ab526af00d4c22c09e1357ad392d22481dbf (diff)
Remove timestamp from all org.eclipse.core.resources.prefs files.
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>
Diffstat (limited to 'gerrit-patch-commonsnet')
-rw-r--r--gerrit-patch-commonsnet/.settings/org.eclipse.core.resources.prefs1
1 files changed, 0 insertions, 1 deletions
diff --git a/gerrit-patch-commonsnet/.settings/org.eclipse.core.resources.prefs b/gerrit-patch-commonsnet/.settings/org.eclipse.core.resources.prefs
index 589908f32c..e9441bb123 100644
--- a/gerrit-patch-commonsnet/.settings/org.eclipse.core.resources.prefs
+++ b/gerrit-patch-commonsnet/.settings/org.eclipse.core.resources.prefs
@@ -1,4 +1,3 @@
-#Thu Jul 28 11:02:35 PDT 2011
eclipse.preferences.version=1
encoding//src/main/java=UTF-8
encoding/<project>=UTF-8