Skip to content

Commit

Permalink
Allow for newer versions of jnati
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvid Berg authored and olas committed Jul 6, 2010
1 parent 7f53b3c commit 240f247
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/net.bioclipse.balloon.linux/META-INF/MANIFEST.MF
Expand Up @@ -8,4 +8,4 @@ Fragment-Host: net.bioclipse.balloon;bundle-version="2.4.0.RC1"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: net.bioclipse.balloon.runner
Import-Package: org.apache.log4j
Require-Bundle: net.bioclipse.jnati;bundle-version="0.2.0"
Require-Bundle: net.bioclipse.jnati;bundle-version="[0.2.0,1.0.0)"
2 changes: 1 addition & 1 deletion plugins/net.bioclipse.balloon.win32/META-INF/MANIFEST.MF
Expand Up @@ -8,4 +8,4 @@ Fragment-Host: net.bioclipse.balloon;bundle-version="2.4.0.RC1"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: net.bioclipse.balloon.runner
Import-Package: org.apache.log4j
Require-Bundle: net.bioclipse.jnati;bundle-version="0.2.0"
Require-Bundle: net.bioclipse.jnati;bundle-version="[0.2.0,1.0.0)"

0 comments on commit 240f247

Please sign in to comment.