Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated jnati-proc to 0.4
Also changed to import package and from net.bioclipse.jnati to
jnati-proc-0.4 in target platform
  • Loading branch information
Arvid Berg committed Jan 2, 2012
1 parent 09c11ab commit 1e57ac7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion features/net.bioclipse.balloon_feature/feature.xml
Expand Up @@ -73,7 +73,7 @@ The Eclipse Public License accompanies this distribution, and is available at ht
unpack="false"/>

<plugin
id="net.bioclipse.jnati"
id="jnati-proc-0.4"
download-size="0"
install-size="0"
version="0.0.0"
Expand Down
4 changes: 2 additions & 2 deletions plugins/net.bioclipse.balloon.linux/META-INF/MANIFEST.MF
Expand Up @@ -7,5 +7,5 @@ Bundle-Vendor: The Bioclipse Team
Fragment-Host: net.bioclipse.balloon
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,1.0.0)"
Import-Package: net.sf.jnati.proc,
org.apache.log4j
4 changes: 2 additions & 2 deletions plugins/net.bioclipse.balloon.macosx/META-INF/MANIFEST.MF
Expand Up @@ -8,5 +8,5 @@ Fragment-Host: net.bioclipse.balloon
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: net.bioclipse.balloon.runner
Bundle-ClassPath: .
Import-Package: org.apache.log4j
Require-Bundle: net.bioclipse.jnati;bundle-version="0.2.0"
Import-Package: net.sf.jnati.proc,
org.apache.log4j
4 changes: 2 additions & 2 deletions plugins/net.bioclipse.balloon.win32/META-INF/MANIFEST.MF
Expand Up @@ -7,5 +7,5 @@ Bundle-Vendor: The Bioclipse Team
Fragment-Host: net.bioclipse.balloon
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,1.0.0)"
Import-Package: net.sf.jnati.proc,
org.apache.log4j

0 comments on commit 1e57ac7

Please sign in to comment.