Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.team.cvs.core/.options')
-rw-r--r--bundles/org.eclipse.team.cvs.core/.options10
1 files changed, 10 insertions, 0 deletions
diff --git a/bundles/org.eclipse.team.cvs.core/.options b/bundles/org.eclipse.team.cvs.core/.options
new file mode 100644
index 000000000..8f79af6a9
--- /dev/null
+++ b/bundles/org.eclipse.team.cvs.core/.options
@@ -0,0 +1,10 @@
+# Debugging options for the org.eclipse.team.cvs.core plugin.
+
+# Turn on debugging for the plugin.
+org.eclipse.team.cvs.core/debug=true
+
+# Shows when meta-files are modified by a 3rd party
+org.eclipse.team.cvs.core/metafiles=true
+
+# Shows cvs client/server protocol
+org.eclipse.team.cvs.core/cvsprotocol=true \ No newline at end of file

Back to the top