Skip to content

Commit

Permalink
Removed unnecessary bundle version dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
dragos committed Aug 30, 2012
1 parent 171b72d commit 8614db5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions org.scala-ide.sdt.core/META-INF/MANIFEST.MF
Expand Up @@ -16,7 +16,7 @@ Require-Bundle:
org.eclipse.debug.core,
org.eclipse.debug.ui,
org.eclipse.help,
org.eclipse.jdt.core;bundle-version="[3.6.0,3.7.10)",
org.eclipse.jdt.core;bundle-version="[3.6.0,3.8.10)",
org.eclipse.jdt.core.manipulation,
org.eclipse.jdt.debug,
org.eclipse.jdt.debug.ui,
Expand Down Expand Up @@ -44,8 +44,8 @@ Require-Bundle:
org.scala-refactoring.library,
org.scala-ide.sbt.full.library;bundle-version="[0.13,0.14)",
scalariform,
org.junit4;bundle-version="4.5.0",
org.eclipse.ui.browser;bundle-version="3.3.0"
org.junit4,
org.eclipse.ui.browser
Import-Package:
com.ibm.icu.text;apply-aspects:=false;org.eclipse.swt.graphics;apply-aspects:=false,
scala.tools.eclipse.contribution.weaving.jdt;apply-aspects:=false,
Expand Down
6 changes: 3 additions & 3 deletions org.scala-ide.sdt.debug/META-INF/MANIFEST.MF
Expand Up @@ -16,7 +16,7 @@ Require-Bundle:
org.eclipse.debug.core,
org.eclipse.debug.ui,
org.eclipse.help,
org.eclipse.jdt.core;bundle-version="[3.6.0,3.7.10)",
org.eclipse.jdt.core;bundle-version="[3.6.0,3.8.10)",
org.eclipse.jdt.core.manipulation,
org.eclipse.jdt.debug,
org.eclipse.jdt.debug.ui,
Expand Down Expand Up @@ -44,8 +44,8 @@ Require-Bundle:
org.scala-refactoring.library,
org.scala-ide.sbt.full.library;bundle-version="[0.13,0.14)",
scalariform,
org.junit4;bundle-version="4.5.0",
org.eclipse.ui.browser;bundle-version="3.3.0",
org.junit4
org.eclipse.ui.browser
org.scala-ide.sdt.core;bundle-version="[2.1.0, 2.2.0)",
org.scala-ide.equinox-weaving-launcher;bundle-version="[1.1.0,2.0.0)";resolution:=optional
Import-Package:
Expand Down

0 comments on commit 8614db5

Please sign in to comment.