Skip to content

Commit

Permalink
added org.eclipse.jface.text and org.eclipse.jdt.core to the manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
banshee committed Sep 25, 2011
1 parent 15b7af5 commit c7afa50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Bundle-Version: 1.0.1
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.ui,
org.eclipse.core.resources;bundle-version="3.6.1",
org.eclipse.jface.text;bundle-version="3.6.1"
org.eclipse.jface.text;bundle-version="3.6.1",
org.eclipse.jdt.core;bundle-version="3.6.2"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ClassPath: .,
libs/jruby.jar,
Expand Down

0 comments on commit c7afa50

Please sign in to comment.