Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlena Laskavaia2009-09-23 18:34:41 +0000
committerAlena Laskavaia2009-09-23 18:34:41 +0000
commitdb91470f3ca844d0910df6cb195b131754d3cdc6 (patch)
tree6d9aa36d9233b960a86bffa948e16af98331bc19 /codan/org.eclipse.cdt.codan.core.test/.classpath
parentc59b224a642af3a399e9b9fb586868a7d2a14857 (diff)
downloadorg.eclipse.cdt-db91470f3ca844d0910df6cb195b131754d3cdc6.tar.gz
org.eclipse.cdt-db91470f3ca844d0910df6cb195b131754d3cdc6.tar.xz
org.eclipse.cdt-db91470f3ca844d0910df6cb195b131754d3cdc6.zip
- test project for checkers
Diffstat (limited to 'codan/org.eclipse.cdt.codan.core.test/.classpath')
-rw-r--r--codan/org.eclipse.cdt.codan.core.test/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/codan/org.eclipse.cdt.codan.core.test/.classpath b/codan/org.eclipse.cdt.codan.core.test/.classpath
new file mode 100644
index 00000000000..ad32c83a788
--- /dev/null
+++ b/codan/org.eclipse.cdt.codan.core.test/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top