aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.report.test
diff options
context:
space:
mode:
authorMarc R. Hoffmann <hoffmann@mountainminds.com>2014-05-01 07:07:10 +0200
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2014-05-05 19:50:49 +0200
commitae311b988b180df4f52295c0368b17d58ec8ce86 (patch)
tree3708ea6389989f9cb4ac0c075908a66556d065b7 /org.jacoco.report.test
parent72793f84314a393b86c5dc344499888b7113d20b (diff)
downloadjacoco-ae311b988b180df4f52295c0368b17d58ec8ce86.tar.gz
Consistent usage of m2e for all JaCoCo projects.
Avoid dependency on MANIFEST.MF files and PDE.
Diffstat (limited to 'org.jacoco.report.test')
-rw-r--r--org.jacoco.report.test/.classpath2
-rw-r--r--org.jacoco.report.test/.project9
2 files changed, 3 insertions, 8 deletions
diff --git a/org.jacoco.report.test/.classpath b/org.jacoco.report.test/.classpath
index 2d1a4302..d621a6bd 100644
--- a/org.jacoco.report.test/.classpath
+++ b/org.jacoco.report.test/.classpath
@@ -1,7 +1,7 @@
<?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.pde.core.requiredPlugins"/>
+ <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/org.jacoco.report.test/.project b/org.jacoco.report.test/.project
index bbd4a684..48793df3 100644
--- a/org.jacoco.report.test/.project
+++ b/org.jacoco.report.test/.project
@@ -11,18 +11,13 @@
</arguments>
</buildCommand>
<buildCommand>
- <name>org.eclipse.pde.ManifestBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.SchemaBuilder</name>
+ <name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
- <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
<linkedResources>