Skip to content

Commit

Permalink
Added dependency on eclipse core runtime
Browse files Browse the repository at this point in the history
This helps with integration with scala ide ecosystem scalastyle#7
  • Loading branch information
matthewfarwell committed Oct 13, 2013
1 parent 7246be3 commit aa4fbab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org.scalastyle.scalastyleplugin.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Bundle-Activator: org.scalastyle.scalastyleplugin.ScalastylePlugin
Bundle-Vendor: Scalastyle
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.core.runtime;bundle-version="[3.7.0,3.10.0)",
org.eclipse.core.resources,
org.eclipse.jface.text,
org.eclipse.jdt.core,
Expand Down

0 comments on commit aa4fbab

Please sign in to comment.