Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed qualifier and added platform filter
Because of a possible bug in buckminster related
to qualifier on fragments
  • Loading branch information
goglepox committed Feb 16, 2012
1 parent b78b8ec commit 3927032
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion plugins/net.bioclipse.balloon.linux/META-INF/MANIFEST.MF
Expand Up @@ -2,10 +2,11 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Ballon Linux
Bundle-SymbolicName: net.bioclipse.balloon.linux
Bundle-Version: 2.5.0.qualifier
Bundle-Version: 2.5.0.v1
Bundle-Vendor: The Bioclipse Team
Fragment-Host: net.bioclipse.balloon
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: net.bioclipse.balloon.runner
Import-Package: net.sf.jnati.proc,
org.apache.log4j
Eclipse-PlatformFilter: (osgi.os=linux)
3 changes: 2 additions & 1 deletion plugins/net.bioclipse.balloon.macosx/META-INF/MANIFEST.MF
Expand Up @@ -2,11 +2,12 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Balloon Mac OS X
Bundle-SymbolicName: net.bioclipse.balloon.macosx
Bundle-Version: 2.5.0.qualifier
Bundle-Version: 2.5.0.v1
Bundle-Vendor: The Bioclipse Team
Fragment-Host: net.bioclipse.balloon
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: net.bioclipse.balloon.runner
Bundle-ClassPath: .
Import-Package: net.sf.jnati.proc,
org.apache.log4j
Eclipse-PlatformFilter: (osgi.os=macosx)
3 changes: 2 additions & 1 deletion plugins/net.bioclipse.balloon.win32/META-INF/MANIFEST.MF
Expand Up @@ -2,10 +2,11 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Ballon Win32
Bundle-SymbolicName: net.bioclipse.balloon.win32
Bundle-Version: 2.5.0.qualifier
Bundle-Version: 2.5.0.v1
Bundle-Vendor: The Bioclipse Team
Fragment-Host: net.bioclipse.balloon
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: net.bioclipse.balloon.runner
Import-Package: net.sf.jnati.proc,
org.apache.log4j
Eclipse-PlatformFilter: (osgi.os=win32)

0 comments on commit 3927032

Please sign in to comment.