aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.agent.test/.classpath
diff options
context:
space:
mode:
authorMarc R. Hoffmann <hoffmann@mountainminds.com>2009-09-08 13:46:08 +0000
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2009-09-08 13:46:08 +0000
commit1a5d9c44d8edaf43d45ee2f168d5df795c192ba6 (patch)
treed910f5cd68eeca482084c203cb2d3556ae8858af /org.jacoco.agent.test/.classpath
parentbc14b8c561bca7aed50b6d72be7570a15a049eb8 (diff)
downloadjacoco-1a5d9c44d8edaf43d45ee2f168d5df795c192ba6.tar.gz
No excuse not having a test project for the agent.
Diffstat (limited to 'org.jacoco.agent.test/.classpath')
-rw-r--r--org.jacoco.agent.test/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.jacoco.agent.test/.classpath b/org.jacoco.agent.test/.classpath
new file mode 100644
index 00000000..2d1a4302
--- /dev/null
+++ b/org.jacoco.agent.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/J2SE-1.5"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>