Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDejan Gloszic2006-02-22 22:35:52 +0000
committerDejan Gloszic2006-02-22 22:35:52 +0000
commit415a4c917e55a1049ff811bde99b615ed864addc (patch)
tree59319622905f5c1b7c60cd0cc55dd8ec73f3181a /org.eclipse.ui.intro.universal/.options
parent41d602cdd78df7e60a202ff2334717a5b3ecc986 (diff)
downloadeclipse.platform.ua-415a4c917e55a1049ff811bde99b615ed864addc.tar.gz
eclipse.platform.ua-415a4c917e55a1049ff811bde99b615ed864addc.tar.xz
eclipse.platform.ua-415a4c917e55a1049ff811bde99b615ed864addc.zip
Releasing baseline content for Universal Welcomev20060222
Diffstat (limited to 'org.eclipse.ui.intro.universal/.options')
-rw-r--r--org.eclipse.ui.intro.universal/.options24
1 files changed, 24 insertions, 0 deletions
diff --git a/org.eclipse.ui.intro.universal/.options b/org.eclipse.ui.intro.universal/.options
new file mode 100644
index 000000000..8de8a489c
--- /dev/null
+++ b/org.eclipse.ui.intro.universal/.options
@@ -0,0 +1,24 @@
+# Debugging options for the org.eclipse.ui.intro.universal.
+
+# Master flag for all org.eclipse.ui.intro.universal plugin debug options.
+org.eclipse.ui.intro.universal/debug = true
+
+# Enable logging of information messages in the plugin. By default, info
+# messages are not logged. Setting this option to true will enable logging
+# trace information messages.
+org.eclipse.ui.intro.universal/trace/logInfo = true
+
+# Enable logging of performance messages in the plugin. By default, performance
+# messages are not logged. Setting this option to true will enable logging
+# trace information messages. (note: enabling info logging does not enable
+# this flag.)
+org.eclipse.ui.intro.universal/trace/logPerformance = false
+
+# Performance flags used by the Performance framework to report failures
+# of specific thresholds.
+
+# Time to create and display the full Intro view.
+# org.eclipse.ui.intro/perf/createView = 1000
+
+# Time needed to switch between Intro standby states.
+# org.eclipse.ui.intro/perf/setStandbyState = 300 \ No newline at end of file

Back to the top