Skip to content

Commit

Permalink
Added a missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Aug 20, 2015
1 parent 8bdb70a commit 98f6f69
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions plugins/net.bioclipse.icebear.ui/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Icebear UI
Bundle-SymbolicName: net.bioclipse.icebear.ui;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Version: 2.6.2.qualifier
Bundle-Activator: net.bioclipse.icebear.ui.Activator
Bundle-Vendor: bioclipse.net
Require-Bundle: org.eclipse.ui,
Expand All @@ -12,7 +12,8 @@ Require-Bundle: org.eclipse.ui,
net.bioclipse.ui.business,
net.bioclipse.cdk.jchempaint,
net.bioclipse.cdk.business,
net.bioclipse.rdf;bundle-version="2.5.0"
net.bioclipse.rdf,
org.eclipse.ui.views
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Import-Package: org.apache.log4j

0 comments on commit 98f6f69

Please sign in to comment.