Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
Trac #203: Add feature dependency on Eclipse 3.5 or greater, plug-in …
Browse files Browse the repository at this point in the history
…dependency cleanup.
  • Loading branch information
marchof committed May 28, 2012
1 parent e390b38 commit 3a1aa00
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
1 change: 0 additions & 1 deletion com.mountainminds.eclemma.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Export-Package: com.mountainminds.eclemma.core,
com.mountainminds.eclemma.internal.core.analysis;x-internal:=true,
com.mountainminds.eclemma.internal.core.launching;x-internal:=true
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.resources,
org.eclipse.debug.core,
org.eclipse.jdt.core,
org.eclipse.jdt.launching,
Expand Down
5 changes: 5 additions & 0 deletions com.mountainminds.eclemma.doc/pages/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
<h1>EclEmma Change Log</h1>

<h2>Version 2.1.3 (not yet released)</h2>
<ul>
<li>Trac #158: Lifecycle mapping for JaCoCo Maven goals when M2E is used.</li>
<li>Trac #203: EclEmma feature now depends on Eclipse 3.5 or greater to
ensure version check at installation time.</li>
</ul>

<h2>Version 2.1.2 (2012/05/09)</h2>
<ul>
Expand Down
6 changes: 6 additions & 0 deletions com.mountainminds.eclemma.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@ This Agreement is governed by the laws of the State of New York and the intellec
<update label="EclEmma Updates" url="https://update.eclemma.org/"/>
</url>

<requires>
<import feature="org.eclipse.jdt" version="3.5.0" match="greaterOrEqual"/>
<import feature="org.eclipse.rcp" version="3.5.0" match="greaterOrEqual"/>
<import feature="org.eclipse.platform" version="3.5.0" match="greaterOrEqual"/>
</requires>

<plugin
id="com.mountainminds.eclemma.core"
download-size="0"
Expand Down
4 changes: 0 additions & 4 deletions com.mountainminds.eclemma.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,11 @@ Require-Bundle: com.mountainminds.eclemma.core,
org.jacoco.core;bundle-version="[0.5.7,0.5.8)",
org.eclipse.core.expressions,
org.eclipse.core.runtime,
org.eclipse.core.resources,
org.eclipse.debug.core,
org.eclipse.debug.ui,
org.eclipse.jdt.core,
org.eclipse.jdt.launching,
org.eclipse.jdt.ui,
org.eclipse.jface.text,
org.eclipse.ui,
org.eclipse.ui.editors,
org.eclipse.ui.forms,
org.eclipse.ui.ide,
org.eclipse.ui.workbench.texteditor,
Expand Down

0 comments on commit 3a1aa00

Please sign in to comment.