Skip to content

Commit

Permalink
refactoring to use new package names of scijava-core
Browse files Browse the repository at this point in the history
  • Loading branch information
dietzc committed Oct 23, 2015
1 parent db11ad5 commit 9b46155
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions org.knime.knip.imagej2.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ Require-Bundle: org.knime.workbench.repository;bundle-version="[3.0.0,4.0.0)",
imagej-deprecated;bundle-version="0.1.0",
org.knime.knip.base;bundle-version="[1.4.0,1.5.0)",
imglib2-roi;bundle-version="0.2.1",
org.knime.knip.scijava.core;bundle-version="0.2.0",
imagej-deprecated;bundle-version="0.1.0",
scripting-javascript;bundle-version="0.4.1"
scripting-javascript;bundle-version="0.4.1",
org.knime.scijava.core;bundle-version="0.2.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ClassPath: ij2-core.jar,
plugins/Tubeness2Fragment.jar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
import org.bushe.swing.event.EventService;
import org.knime.core.node.NodeLogger;
import org.knime.knip.imagej2.core.adapter.IJAdapterProvider;
import org.knime.knip.scijava.core.ResourceAwareClassLoader;
import org.knime.scijava.core.ResourceAwareClassLoader;
import org.scijava.Context;
import org.scijava.InstantiableException;
import org.scijava.command.CommandInfo;
Expand Down

0 comments on commit 9b46155

Please sign in to comment.