Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updates for new target platform
  • Loading branch information
goglepox committed Jun 5, 2014
1 parent 72be872 commit ebef63a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
Expand Up @@ -10,7 +10,7 @@ Require-Bundle: org.eclipse.ui,
net.bioclipse.core;bundle-version="2.0.0",
net.bioclipse.core.tests;bundle-version="0.1.0",
net.bioclipse.biojava.business;bundle-version="0.1.0",
org.junit4;bundle-version="4.3.1",
net.bioclipse.align.kalign.ws;bundle-version="1.0.0"
net.bioclipse.align.kalign.ws;bundle-version="1.0.0",
org.junit;bundle-version="4.10.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
4 changes: 2 additions & 2 deletions plugins/net.bioclipse.align.kalign.ws/META-INF/MANIFEST.MF
Expand Up @@ -8,7 +8,6 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
net.bioclipse.webservices,
net.bioclipse.core,
slf4j.api,
net.bioclipse.biojava.business,
net.bioclipse.biojava,
net.bioclipse.biojava.ui,
Expand All @@ -32,6 +31,7 @@ Import-Package: javax.mail.internet;version="1.4.0",
org.apache.commons.discovery.resource.names,
org.apache.commons.discovery.tools,
org.apache.commons.logging;version="1.1.1",
org.apache.log4j
org.apache.log4j,
org.slf4j
Export-Package: net.bioclipse.align.kalign.ws,
net.bioclipse.align.kalign.ws.business
Expand Up @@ -4,11 +4,11 @@ Bundle-Name: Tests Plug-in
Bundle-SymbolicName: net.bioclipse.biojava.business.tests;singleton:=true
Bundle-Version: 2.6.1.qualifier
Require-Bundle: org.eclipse.core.runtime,
org.junit4,
net.bioclipse.biojava.business,
net.bioclipse.core,
net.bioclipse.biojava,
net.bioclipse.scripting
net.bioclipse.scripting,
org.junit;bundle-version="4.10.0"
Eclipse-LazyStart: true
Bundle-ClassPath: .
Export-Package: net.bioclipse.biojava.business,
Expand Down
Expand Up @@ -11,7 +11,6 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.ui,
net.bioclipse.core,
net.bioclipse.biojava,
org.eclipse.core.runtime.compatibility.auth,
net.bioclipse.scripting,
org.eclipse.core.resources,
org.springframework.bundle.spring.aop,
Expand Down
2 changes: 1 addition & 1 deletion plugins/net.bioclipse.biows.tests/META-INF/MANIFEST.MF
Expand Up @@ -11,7 +11,7 @@ Require-Bundle: org.eclipse.ui,
net.bioclipse.core.tests;bundle-version="0.1.0",
net.bioclipse.biojava.business;bundle-version="0.1.0",
net.bioclipse.biows;bundle-version="0.1.1",
org.junit4;bundle-version="4.3.1"
org.junit;bundle-version="4.10.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
Import-Package: org.apache.log4j

0 comments on commit ebef63a

Please sign in to comment.