Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
path: root/debug
diff options
context:
space:
mode:
authorGreg Watson2008-10-01 16:22:15 +0000
committerGreg Watson2008-10-01 16:22:15 +0000
commit2dbdf43204dcd3659c37953219c8fee2c2f54879 (patch)
treee8918b73f5e2d58c75787e1c1bed4dd2906bb801 /debug
parente27aed3c7cf9c195c551eda977128ed2a4f2c7bf (diff)
downloadorg.eclipse.ptp-2dbdf43204dcd3659c37953219c8fee2c2f54879.tar.gz
org.eclipse.ptp-2dbdf43204dcd3659c37953219c8fee2c2f54879.tar.xz
org.eclipse.ptp-2dbdf43204dcd3659c37953219c8fee2c2f54879.zip
revert
Diffstat (limited to 'debug')
-rw-r--r--debug/org.eclipse.ptp.debug.sdm.core/.options6
-rw-r--r--debug/org.eclipse.ptp.debug.sdm.core/build.properties3
2 files changed, 4 insertions, 5 deletions
diff --git a/debug/org.eclipse.ptp.debug.sdm.core/.options b/debug/org.eclipse.ptp.debug.sdm.core/.options
index 7b7a6f472..4214750a9 100644
--- a/debug/org.eclipse.ptp.debug.sdm.core/.options
+++ b/debug/org.eclipse.ptp.debug.sdm.core/.options
@@ -1,5 +1,5 @@
# Trace job that executes SDM master
org.eclipse.ptp.debug.sdm.core/debug=true
-org.eclipse.ptp.debug.sdm.core/debug/SDMmaster=false
-org.eclipse.ptp.debug.sdm.core/debug/SDMmaster/more=false
-org.eclipse.ptp.debug.sdm.core/debug/SDMmaster/output=false
+org.eclipse.ptp.debug.sdm.core/debug/SDMmaster=true
+org.eclipse.ptp.debug.sdm.core/debug/SDMmaster/more=true
+org.eclipse.ptp.debug.sdm.core/debug/SDMmaster/output=true
diff --git a/debug/org.eclipse.ptp.debug.sdm.core/build.properties b/debug/org.eclipse.ptp.debug.sdm.core/build.properties
index 822e5762a..ee7ecd581 100644
--- a/debug/org.eclipse.ptp.debug.sdm.core/build.properties
+++ b/debug/org.eclipse.ptp.debug.sdm.core/build.properties
@@ -4,5 +4,4 @@ bin.includes = plugin.xml,\
.,\
plugin.properties,\
META-INF/,\
- about.html,\
- .options
+ about.html

Back to the top