Skip to content
Snippets Groups Projects
Commit 9fa720fd authored by Tobias Pietzsch's avatar Tobias Pietzsch
Browse files

Move deprecated plugins to Plugins>BigDataViewer>Deprecated menu

parent 92f98016
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ import ij.IJ; ...@@ -26,7 +26,7 @@ import ij.IJ;
import ij.ImageJ; import ij.ImageJ;
@Plugin(type = Command.class, @Plugin(type = Command.class,
menuPath = "Plugins>BigDataViewer>Export CellVoyager dataset as XML/HDF5") menuPath = "Plugins>BigDataViewer>Deprecated>Export CellVoyager dataset as XML/HDF5")
public class ExportCellVoyagerPlugIn implements Command public class ExportCellVoyagerPlugIn implements Command
{ {
......
...@@ -69,7 +69,7 @@ import mpicbg.spim.io.TextFileAccess; ...@@ -69,7 +69,7 @@ import mpicbg.spim.io.TextFileAccess;
import spimopener.SPIMExperiment; import spimopener.SPIMExperiment;
@Plugin(type = Command.class, @Plugin(type = Command.class,
menuPath = "Plugins>BigDataViewer>Export Fused Sequence as XML/HDF5") menuPath = "Plugins>BigDataViewer>Deprecated>Export Fused Sequence as XML/HDF5")
public class ExportSpimFusionPlugIn implements Command public class ExportSpimFusionPlugIn implements Command
{ {
static double minValueStatic = 0; static double minValueStatic = 0;
......
...@@ -46,7 +46,7 @@ import mpicbg.spim.io.TextFileAccess; ...@@ -46,7 +46,7 @@ import mpicbg.spim.io.TextFileAccess;
import spimopener.SPIMExperiment; import spimopener.SPIMExperiment;
@Plugin(type = Command.class, @Plugin(type = Command.class,
menuPath = "Plugins>BigDataViewer>Export Spim Sequence as XML/HDF5") menuPath = "Plugins>BigDataViewer>Deprecated>Export Spim Sequence as XML/HDF5")
public class ExportSpimSequencePlugIn implements Command public class ExportSpimSequencePlugIn implements Command
{ {
@Override @Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment