Skip to content

Commit

Permalink
Update for new target platform
Browse files Browse the repository at this point in the history
Changes for junit and slf4j dependencies
  • Loading branch information
goglepox committed Jun 3, 2014
1 parent cd380e3 commit 1f4a1ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions plugins/net.bioclipse.filestore.tests/META-INF/MANIFEST.MF
Expand Up @@ -5,7 +5,7 @@ Bundle-SymbolicName: net.bioclipse.filestore.tests
Bundle-Version: 2.6.1.qualifier
Bundle-Activator: net.bioclipse.filestore.tests.Activator
Require-Bundle: org.eclipse.core.runtime,
org.junit4,
net.bioclipse.filestore;bundle-version="0.1.0"
net.bioclipse.filestore;bundle-version="0.1.0",
org.junit;bundle-version="4.10.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
4 changes: 2 additions & 2 deletions plugins/net.bioclipse.structuredb.tests/META-INF/MANIFEST.MF
Expand Up @@ -7,7 +7,6 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
net.bioclipse.structuredb,
net.bioclipse.hsqldb,
slf4j.api,
net.bioclipse.core,
net.bioclipse.cdk.business,
net.bioclipse.usermanager,
Expand All @@ -30,5 +29,6 @@ Import-Package: org.apache.commons.logging;version="1.0.4",
org.apache.log4j,
org.junit;version="4.8.1",
org.junit.runner;version="4.8.1",
org.junit.runners;version="4.8.1"
org.junit.runners;version="4.8.1",
org.slf4j
Export-Package: net.bioclipse.structuredb

0 comments on commit 1f4a1ef

Please sign in to comment.