aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.agent.test
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2012-05-14 11:23:03 +0000
committerEvgeny Mandrikov <mandrikov@gmail.com>2012-05-14 11:23:03 +0000
commit3262b0fb0a70f9623a2551b1f1cc9260d203751d (patch)
tree1a1c5270547386f7970adc393e7f2515d5dd37ef /org.jacoco.agent.test
parented06af8e0678c182ac3c6e3e5e82f3fed6220951 (diff)
downloadjacoco-3262b0fb0a70f9623a2551b1f1cc9260d203751d.tar.gz
Trac #198: Update project settings for M2E Eclipse tooling.
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 64c5e31b..288a7808 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="bin"/>
+ <classpathentry kind="output" path="target/classes"/>
</classpath>
diff --git a/org.jacoco.agent.test/build.properties b/org.jacoco.agent.test/build.properties
index 17daa5b4..1fcd8748 100644
--- a/org.jacoco.agent.test/build.properties
+++ b/org.jacoco.agent.test/build.properties
@@ -1,5 +1,5 @@
source.. = src/
-output.. = bin/
+output.. = target/classes/
bin.includes = META-INF/,\
.,\
about.html