-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to labkit-ui 0.3.0, change maven group id, change package name…
…, fix tests * Maven group-id is now "sc.fiji". This fits the project better that "net.imglib2". * Package was cleaned up to "sc.fiji.labkit.cli". * Test LabkitCommandTest.test5d() needed to be disabled. It fails because of a wrongly implemented warning in SpimDataInputImage. This should be fixed.
- Loading branch information
Showing
21 changed files
with
48 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...java/labkit_cluster/command/IntRange.java → ...ain/java/sc/fiji/labkit/cli/IntRange.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package labkit_cluster.command; | ||
package sc.fiji.labkit.cli; | ||
|
||
import java.util.AbstractList; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...labkit_cluster/command/LabkitCommand.java → ...ava/sc/fiji/labkit/cli/LabkitCommand.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
package labkit_cluster.command; | ||
package sc.fiji.labkit.cli; | ||
|
||
import picocli.CommandLine; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...ter/command/ListOpenCLDevicesCommand.java → .../labkit/cli/ListOpenCLDevicesCommand.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...a/labkit_cluster/command/ShowCommand.java → .../java/sc/fiji/labkit/cli/ShowCommand.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...labkit_cluster/command/ShowUICommand.java → ...ava/sc/fiji/labkit/cli/ShowUICommand.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...luster/command/dilation/FastDilation.java → ...iji/labkit/cli/dilation/FastDilation.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
.../java/labkit_cluster/command/GpuTest.java → ...test/java/sc/fiji/labkit/cli/GpuTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 1 addition & 3 deletions
4
...command/ListOpenCLDevicesCommandDemo.java → ...kit/cli/ListOpenCLDevicesCommandDemo.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...t_cluster/command/SegmentCommandTest.java → ...c/fiji/labkit/cli/SegmentCommandTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package labkit_cluster.command; | ||
package sc.fiji.labkit.cli; | ||
|
||
import ij.ImagePlus; | ||
import org.junit.Test; | ||
|
4 changes: 3 additions & 1 deletion
4
...it_cluster/command/ShowUICommandDemo.java → ...sc/fiji/labkit/cli/ShowUICommandDemo.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...java/labkit_cluster/command/TestData.java → ...est/java/sc/fiji/labkit/cli/TestData.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package labkit_cluster.command; | ||
package sc.fiji.labkit.cli; | ||
|
||
class TestData { | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...mmand/dilation/FastDilationBenchmark.java → ...t/cli/dilation/FastDilationBenchmark.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
...er/command/dilation/FastDilationTest.java → ...labkit/cli/dilation/FastDilationTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters