Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2011-09-01 20:49:36 +0000
committereutarass2011-09-01 20:49:36 +0000
commitf10c693c1fcfa84ed90218ebe35c5215ff8250b0 (patch)
tree881bdcde3a1a60bb3e700086dff0a8d91cf41fdc
parent2927acfc6b11560441eb395b474dba49fd353f0a (diff)
downloadorg.eclipse.tcf-f10c693c1fcfa84ed90218ebe35c5215ff8250b0.tar.gz
org.eclipse.tcf-f10c693c1fcfa84ed90218ebe35c5215ff8250b0.tar.xz
org.eclipse.tcf-f10c693c1fcfa84ed90218ebe35c5215ff8250b0.zip
TCF Debugger: fixed: .svn directories are shown in Project Explorer in the debugger plugins.
-rw-r--r--plugins/org.eclipse.tm.tcf.cdt.ui/.classpath14
-rw-r--r--plugins/org.eclipse.tm.tcf.core/.classpath4
-rw-r--r--plugins/org.eclipse.tm.tcf.debug.ui/.classpath2
-rw-r--r--plugins/org.eclipse.tm.tcf.debug/.classpath2
-rw-r--r--plugins/org.eclipse.tm.tcf.rse/.classpath2
-rw-r--r--plugins/org.eclipse.tm.tcf/.classpath2
6 files changed, 13 insertions, 13 deletions
diff --git a/plugins/org.eclipse.tm.tcf.cdt.ui/.classpath b/plugins/org.eclipse.tm.tcf.cdt.ui/.classpath
index 12d928036..2e2be614f 100644
--- a/plugins/org.eclipse.tm.tcf.cdt.ui/.classpath
+++ b/plugins/org.eclipse.tm.tcf.cdt.ui/.classpath
@@ -1,7 +1,7 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry excluding="**/.svn/*" kind="src" path="src"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry excluding="**/.svn/**" kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/plugins/org.eclipse.tm.tcf.core/.classpath b/plugins/org.eclipse.tm.tcf.core/.classpath
index 1c175f9ad..937d4a354 100644
--- a/plugins/org.eclipse.tm.tcf.core/.classpath
+++ b/plugins/org.eclipse.tm.tcf.core/.classpath
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry excluding="**/.svn/*" kind="src" path="src"/>
- <classpathentry excluding="**/.svn/*" kind="src" path="activator"/>
+ <classpathentry excluding="**/.svn/**" kind="src" path="src"/>
+ <classpathentry excluding="**/.svn/**" kind="src" path="activator"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
diff --git a/plugins/org.eclipse.tm.tcf.debug.ui/.classpath b/plugins/org.eclipse.tm.tcf.debug.ui/.classpath
index 51e785be4..8e321c38f 100644
--- a/plugins/org.eclipse.tm.tcf.debug.ui/.classpath
+++ b/plugins/org.eclipse.tm.tcf.debug.ui/.classpath
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry excluding="**/.svn/*" kind="src" path="src"/>
+ <classpathentry excluding="**/.svn/**" kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins">
<accessrules>
diff --git a/plugins/org.eclipse.tm.tcf.debug/.classpath b/plugins/org.eclipse.tm.tcf.debug/.classpath
index 12d928036..01a008e0d 100644
--- a/plugins/org.eclipse.tm.tcf.debug/.classpath
+++ b/plugins/org.eclipse.tm.tcf.debug/.classpath
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry excluding="**/.svn/*" kind="src" path="src"/>
+ <classpathentry excluding="**/.svn/**" kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
diff --git a/plugins/org.eclipse.tm.tcf.rse/.classpath b/plugins/org.eclipse.tm.tcf.rse/.classpath
index 12d928036..01a008e0d 100644
--- a/plugins/org.eclipse.tm.tcf.rse/.classpath
+++ b/plugins/org.eclipse.tm.tcf.rse/.classpath
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry excluding="**/.svn/*" kind="src" path="src"/>
+ <classpathentry excluding="**/.svn/**" kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
diff --git a/plugins/org.eclipse.tm.tcf/.classpath b/plugins/org.eclipse.tm.tcf/.classpath
index 12d928036..01a008e0d 100644
--- a/plugins/org.eclipse.tm.tcf/.classpath
+++ b/plugins/org.eclipse.tm.tcf/.classpath
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry excluding="**/.svn/*" kind="src" path="src"/>
+ <classpathentry excluding="**/.svn/**" kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>

Back to the top