Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2010-06-10 21:50:09 +0000
committereutarass2010-06-10 21:50:09 +0000
commit0e0925f08537516db9908879671dd05ea4736cc6 (patch)
tree9ed9b4354e21218a3abd71f30798e1fb508a8833
parentfc7a818d886957253b075a0e5cbcb48393ec10ea (diff)
downloadorg.eclipse.tcf-0e0925f08537516db9908879671dd05ea4736cc6.tar.gz
org.eclipse.tcf-0e0925f08537516db9908879671dd05ea4736cc6.tar.xz
org.eclipse.tcf-0e0925f08537516db9908879671dd05ea4736cc6.zip
Added excluding="**/.svn/*" to make sure SVN metadata is not treated as source code by JDT
-rw-r--r--examples/org.eclipse.tm.tcf.examples.daytime/.classpath2
-rw-r--r--plugins/org.eclipse.tm.tcf.cdt.ui/.classpath2
-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.dsf.ui/.classpath2
-rw-r--r--plugins/org.eclipse.tm.tcf.dsf/.classpath2
-rw-r--r--plugins/org.eclipse.tm.tcf.rse/.classpath2
-rw-r--r--plugins/org.eclipse.tm.tcf/.classpath2
9 files changed, 10 insertions, 10 deletions
diff --git a/examples/org.eclipse.tm.tcf.examples.daytime/.classpath b/examples/org.eclipse.tm.tcf.examples.daytime/.classpath
index 64c5e31b7..12d928036 100644
--- a/examples/org.eclipse.tm.tcf.examples.daytime/.classpath
+++ b/examples/org.eclipse.tm.tcf.examples.daytime/.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="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/plugins/org.eclipse.tm.tcf.cdt.ui/.classpath b/plugins/org.eclipse.tm.tcf.cdt.ui/.classpath
index 64c5e31b7..12d928036 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="src" path="src"/>
<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 0ad228c8c..1c175f9ad 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 kind="src" path="src"/>
- <classpathentry 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 34c64f6b9..51e785be4 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 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 304e86186..12d928036 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 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.dsf.ui/.classpath b/plugins/org.eclipse.tm.tcf.dsf.ui/.classpath
index 304e86186..12d928036 100644
--- a/plugins/org.eclipse.tm.tcf.dsf.ui/.classpath
+++ b/plugins/org.eclipse.tm.tcf.dsf.ui/.classpath
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry 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.dsf/.classpath b/plugins/org.eclipse.tm.tcf.dsf/.classpath
index 304e86186..12d928036 100644
--- a/plugins/org.eclipse.tm.tcf.dsf/.classpath
+++ b/plugins/org.eclipse.tm.tcf.dsf/.classpath
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry 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 304e86186..12d928036 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 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 304e86186..12d928036 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 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