Skip to content

Commit

Permalink
Removed hardcoded deps on CDK 1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Jul 10, 2012
1 parent 963af87 commit a5a7730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/net.bioclipse.balloon.business/META-INF/MANIFEST.MF
Expand Up @@ -12,8 +12,8 @@ Require-Bundle: org.eclipse.ui,
net.bioclipse.ui.business,
net.bioclipse.cdk.business,
org.openscience.cdk.interfaces,
org.openscience.cdk.io;bundle-version="1.4.6",
org.openscience.cdk.core;bundle-version="1.4.6"
org.openscience.cdk.io,
org.openscience.cdk.core
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
Export-Package: net.bioclipse.balloon.business
Expand Down

0 comments on commit a5a7730

Please sign in to comment.