aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.report.test/.classpath
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2012-05-15 07:32:46 +0000
committerEvgeny Mandrikov <mandrikov@gmail.com>2012-05-15 07:32:46 +0000
commit932495d9ebb6152db9a65c272061357a23c34cab (patch)
tree1c99f1c78e7b8de9eb2dae2c3637ff30c40aa0bc /org.jacoco.report.test/.classpath
parentbd4f89e670999eb1be83d6e9aee09df12a83754a (diff)
downloadjacoco-932495d9ebb6152db9a65c272061357a23c34cab.tar.gz
Partially revert r1673: output folder for Eclipse should be 'bin' instead of 'target/classes'
Diffstat (limited to 'org.jacoco.report.test/.classpath')
-rw-r--r--org.jacoco.report.test/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.jacoco.report.test/.classpath b/org.jacoco.report.test/.classpath
index 454a29cb..2d1a4302 100644
--- a/org.jacoco.report.test/.classpath
+++ b/org.jacoco.report.test/.classpath
@@ -3,5 +3,5 @@
<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="target/classes"/>
+ <classpathentry kind="output" path="bin"/>
</classpath>