aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.agent.test
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.agent.test
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.agent.test')
-rw-r--r--org.jacoco.agent.test/.classpath2
-rw-r--r--org.jacoco.agent.test/build.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.jacoco.agent.test/.classpath b/org.jacoco.agent.test/.classpath
index 288a7808..64c5e31b 100644
--- a/org.jacoco.agent.test/.classpath
+++ b/org.jacoco.agent.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>
diff --git a/org.jacoco.agent.test/build.properties b/org.jacoco.agent.test/build.properties
index 1fcd8748..17daa5b4 100644
--- a/org.jacoco.agent.test/build.properties
+++ b/org.jacoco.agent.test/build.properties
@@ -1,5 +1,5 @@
source.. = src/
-output.. = target/classes/
+output.. = bin/
bin.includes = META-INF/,\
.,\
about.html