aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.agent.rt
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.rt
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.rt')
-rw-r--r--org.jacoco.agent.rt/.classpath2
-rw-r--r--org.jacoco.agent.rt/build.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.jacoco.agent.rt/.classpath b/org.jacoco.agent.rt/.classpath
index 454a29cb..2d1a4302 100644
--- a/org.jacoco.agent.rt/.classpath
+++ b/org.jacoco.agent.rt/.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.rt/build.properties b/org.jacoco.agent.rt/build.properties
index 5bf65101..a657887e 100644
--- a/org.jacoco.agent.rt/build.properties
+++ b/org.jacoco.agent.rt/build.properties
@@ -1,5 +1,5 @@
source.. = src/
-output.. = target/classes/
+output.. = bin/
bin.includes = META-INF/,\
.,\
about.html