From c3393b8b46c92a28c7edf980b676326b98e92afc Mon Sep 17 00:00:00 2001 From: mkuppe Date: Mon, 2 Jun 2008 12:01:29 +0000 Subject: RESOLVED - bug 235106: [Discovery] .options files are missing https://bugs.eclipse.org/bugs/show_bug.cgi?id=235106 FORWARD PORT from Revision_2_0 --- framework/bundles/org.eclipse.ecf.discovery/.options | 19 +++++++++++++++++++ .../org.eclipse.ecf.discovery/build.properties | 3 ++- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 framework/bundles/org.eclipse.ecf.discovery/.options (limited to 'framework') 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 -- cgit v1.2.3