Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkuppe2008-06-02 12:01:29 +0000
committermkuppe2008-06-02 12:01:29 +0000
commitc3393b8b46c92a28c7edf980b676326b98e92afc (patch)
tree811a2c3c03b881a7e6c7dcc5e8f1cabe58d0a027 /framework
parent9f1bf91ce81af907e0a06bd8527f5ae5f276384c (diff)
downloadorg.eclipse.ecf-c3393b8b46c92a28c7edf980b676326b98e92afc.tar.gz
org.eclipse.ecf-c3393b8b46c92a28c7edf980b676326b98e92afc.tar.xz
org.eclipse.ecf-c3393b8b46c92a28c7edf980b676326b98e92afc.zip
RESOLVED - bug 235106: [Discovery] .options files are missing
https://bugs.eclipse.org/bugs/show_bug.cgi?id=235106 FORWARD PORT from Revision_2_0
Diffstat (limited to 'framework')
-rw-r--r--framework/bundles/org.eclipse.ecf.discovery/.options19
-rw-r--r--framework/bundles/org.eclipse.ecf.discovery/build.properties3
2 files changed, 21 insertions, 1 deletions
diff --git a/framework/bundles/org.eclipse.ecf.discovery/.options b/framework/bundles/org.eclipse.ecf.discovery/.options
new file mode 100644
index 000000000..9a65f4c06
--- /dev/null
+++ b/framework/bundles/org.eclipse.ecf.discovery/.options
@@ -0,0 +1,19 @@
+# Debugging options for the org.eclipse.ecf.discovery plug-in
+
+# Turn on general debugging for the org.eclipse.ecf.discovery plug-in
+org.eclipse.ecf.discovery/debug=false
+org.eclipse.ecf.discovery/debug/filter = *
+org.eclipse.ecf.discovery/debug/flag = false
+
+# Trace when exceptions are caught
+org.eclipse.ecf.discovery/debug/exceptions/catching=false
+# Trace when exceptions are thrown
+org.eclipse.ecf.discovery/debug/exceptions/throwing=false
+
+# Trace when methods are entered
+org.eclipse.ecf.discovery/debug/methods/entering=false
+# Trace when methods are exited
+org.eclipse.ecf.discovery/debug/methods/exiting=false
+
+org.eclipse.ecf.discovery/debug/methods/tracing=false
+org.eclipse.ecf.discovery/debug/methods/changing=false
diff --git a/framework/bundles/org.eclipse.ecf.discovery/build.properties b/framework/bundles/org.eclipse.ecf.discovery/build.properties
index a94d412bd..292945b98 100644
--- a/framework/bundles/org.eclipse.ecf.discovery/build.properties
+++ b/framework/bundles/org.eclipse.ecf.discovery/build.properties
@@ -2,7 +2,8 @@ output.discovery.jar = bin/
bin.includes = .,\
META-INF/,\
about.html,\
- plugin.properties
+ plugin.properties,\
+ .options
src.includes = about.html,\
META-INF/,\
plugin.properties

Back to the top