Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2004-06-24 20:26:01 +0000
committerMichael Valenta2004-06-24 20:26:01 +0000
commit1ee61bbc790e8e831acfac1773fa235a872a6683 (patch)
tree9b38f8a6479cb39479209fcd32993153a3189a51
parentb65d880bed2b6d61c78224a07238df217a2aa4d8 (diff)
downloadeclipse.platform.team-1ee61bbc790e8e831acfac1773fa235a872a6683.tar.gz
eclipse.platform.team-1ee61bbc790e8e831acfac1773fa235a872a6683.tar.xz
eclipse.platform.team-1ee61bbc790e8e831acfac1773fa235a872a6683.zip
Fixed line delimitersI20040623a
-rw-r--r--bundles/org.eclipse.team.core/.options5
1 files changed, 4 insertions, 1 deletions
diff --git a/bundles/org.eclipse.team.core/.options b/bundles/org.eclipse.team.core/.options
index c3440ea1b..3bdb65f92 100644
--- a/bundles/org.eclipse.team.core/.options
+++ b/bundles/org.eclipse.team.core/.options
@@ -1,6 +1,9 @@
# Debugging options for the org.eclipse.team.core plugin.
# Turn on debugging for the plugin.
-org.eclipse.team.core/debug=false # Shows stream debugging information org.eclipse.team.core/streams=false
+org.eclipse.team.core/debug=false
+
+# Shows stream debugging information
+org.eclipse.team.core/streams=false
org.eclipse.team.core/refreshjob=false
org.eclipse.team.core/backgroundevents=false \ No newline at end of file

Back to the top