From 932495d9ebb6152db9a65c272061357a23c34cab Mon Sep 17 00:00:00 2001 From: Evgeny Mandrikov Date: Tue, 15 May 2012 07:32:46 +0000 Subject: Partially revert r1673: output folder for Eclipse should be 'bin' instead of 'target/classes' --- org.jacoco.agent.test/.classpath | 2 +- org.jacoco.agent.test/build.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'org.jacoco.agent.test') 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 @@ - + 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 -- cgit v1.2.3