Skip to content

Commit

Permalink
Rename unconfigured to bf-unconfigured
Browse files Browse the repository at this point in the history
  • Loading branch information
melissalinkert committed May 2, 2023
1 parent 329045d commit 8ffb35d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions components/bundles/bioformats_package/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ bftools.execfiles = bfconvert \
bf.sh \
showinf \
tiffcomment \
unconfigured \
bf-unconfigured \
xmlindent \
xmlvalid
bftools.files = bfconvert.bat \
Expand All @@ -39,7 +39,7 @@ bftools.files = bfconvert.bat \
bf.bat \
showinf.bat \
tiffcomment.bat \
unconfigured.bat \
bf-unconfigured.bat \
xmlindent.bat \
xmlvalid.bat

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public void logConfiguredFiles(String dataDir, String configDir, boolean enabled

public static void main(String[] args) throws Exception {
if (args.length == 0 || args[0].equals("--help")) {
System.out.println("unconfigured data_dir configuration_dir [--enabled]");
System.out.println("bf-unconfigured data_dir configuration_dir [--enabled]");
System.out.println();
System.out.println(" --enabled: print a list of files that are configured and tested");
}
Expand Down
2 changes: 1 addition & 1 deletion tools/unconfigured → tools/bf-unconfigured
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

# unconfigured: a script for identifying datasets with no .bioformats configuration
# bf-unconfigured: a script for identifying datasets with no .bioformats configuration

# Required JARs: bioformats_package.jar, bio-formats-testing-framework.jar

Expand Down
2 changes: 1 addition & 1 deletion tools/unconfigured.bat → tools/bf-unconfigured.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

rem unconfigured.bat: a batch file for identifying datasets with no .bioformats configuration
rem bf-unconfigured.bat: a batch file for identifying datasets with no .bioformats configuration

rem Required JARs: bioformats_package.jar, bio-formats-testing-framework.jar

Expand Down

0 comments on commit 8ffb35d

Please sign in to comment.