Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioG70 committed Nov 21, 2023
1 parent e7f919b commit 1ca6f80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ public enum SiardVersion {
// eCH-0165 v2.1: most recent version
V2_1("2", "2.1", "v2.1"),

V2_2("2", "2.2", "v2.2"),

// danish v1.0 fork
DK("1.0", "dk"),

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ public SIARD2ImportModule(Path siardPackagePath, boolean auxiliaryContainersInZi
case V2_1:
metadataStrategy = new SIARD21MetadataImportStrategy(metadataPathStrategy, contentPathStrategy);
break;
case V2_2:
metadataStrategy = new SIARD21MetadataImportStrategy(metadataPathStrategy, contentPathStrategy);
break;
default:
metadataStrategy = null;
}
Expand Down

0 comments on commit 1ca6f80

Please sign in to comment.