Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2006-05-01 17:08:49 +0000
committerThomas Watson2006-05-01 17:08:49 +0000
commitfaa6c4474eb347f4f6a7ab700a31a1814b955e2d (patch)
tree929e48272f0c4945d855ca9b8bc4878e5a269ad1
parent22ecd796bbc339f3261286d12d04c9f0927613ca (diff)
downloadrt.equinox.framework-faa6c4474eb347f4f6a7ab700a31a1814b955e2d.tar.gz
rt.equinox.framework-faa6c4474eb347f4f6a7ab700a31a1814b955e2d.tar.xz
rt.equinox.framework-faa6c4474eb347f4f6a7ab700a31a1814b955e2d.zip
Bug 137993 [doc] org.eclipse.osgi/.options poorly documented
-rw-r--r--bundles/org.eclipse.osgi/.options2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi/.options b/bundles/org.eclipse.osgi/.options
index 6088ce1f6..4c2cee2a2 100644
--- a/bundles/org.eclipse.osgi/.options
+++ b/bundles/org.eclipse.osgi/.options
@@ -18,6 +18,8 @@ org.eclipse.osgi/debug/security=false
org.eclipse.osgi/debug/startlevel=false
# Prints out package admin service debug information
org.eclipse.osgi/debug/packageadmin=false
+# Prints out timing information for bundle activation
+org.eclipse.osgi/debug/bundleTime=false
# Debug the loading of message bundles
org.eclipse.osgi/debug/messageBundles=false

Back to the top