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 /plugins/org.eclipse.tm.tcf
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
Diffstat (limited to 'plugins/org.eclipse.tm.tcf')
-rw-r--r--plugins/org.eclipse.tm.tcf/.classpath2
1 files changed, 1 insertions, 1 deletions
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