Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'framework/bundles/org.eclipse.ecf.identity/.options')
-rw-r--r--framework/bundles/org.eclipse.ecf.identity/.options15
1 files changed, 0 insertions, 15 deletions
diff --git a/framework/bundles/org.eclipse.ecf.identity/.options b/framework/bundles/org.eclipse.ecf.identity/.options
deleted file mode 100644
index a82aa7cb4..000000000
--- a/framework/bundles/org.eclipse.ecf.identity/.options
+++ /dev/null
@@ -1,15 +0,0 @@
-# Debugging options for the org.eclipse.ecf.identity plug-in
-
-# Turn on general debugging for the org.eclipse.ecf.identity plug-in
-org.eclipse.ecf.identity/debug=true
-
-# Trace when exceptions are caught
-org.eclipse.ecf.identity/debug/exceptions/catching=false
-# Trace when exceptions are thrown
-org.eclipse.ecf.identity/debug/exceptions/throwing=false
-
-# Trace when methods are entered
-org.eclipse.ecf.identity/debug/methods/entering=false
-# Trace when methods are exited
-org.eclipse.ecf.identity/debug/methods/exiting=false
-

Back to the top