aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.report
diff options
context:
space:
mode:
authorMarc R. Hoffmann <hoffmann@mountainminds.com>2015-01-20 21:15:26 +0100
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2015-01-20 21:15:26 +0100
commitd0a7327df8898e5eff234c11f7c150f07a76110c (patch)
tree0b7f1f21ac927ae76fa01500f5c8a415f03443c7 /org.jacoco.report
parenta4654a33d49b29bb8006f02f6ba561212017528a (diff)
downloadjacoco-d0a7327df8898e5eff234c11f7c150f07a76110c.tar.gz
Configure Eclipse projects for M2E.
Diffstat (limited to 'org.jacoco.report')
-rw-r--r--org.jacoco.report/.classpath27
1 files changed, 20 insertions, 7 deletions
diff --git a/org.jacoco.report/.classpath b/org.jacoco.report/.classpath
index d621a6bd..0ed344a5 100644
--- a/org.jacoco.report/.classpath
+++ b/org.jacoco.report/.classpath
@@ -1,7 +1,20 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <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.m2e.MAVEN2_CLASSPATH_CONTAINER"/>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
+ <attributes>
+ <attribute name="maven.pomderived" value="true"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
+ <attributes>
+ <attribute name="maven.pomderived" value="true"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry including="**/*.java" kind="src" output="target/classes" path="src">
+ <attributes>
+ <attribute name="optional" value="true"/>
+ <attribute name="maven.pomderived" value="true"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="output" path="target/classes"/>
+</classpath>