You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and then add the implemented BagitAlgorithmNameToSupportedAlgorithmMapping class to your BagReader or bagVerifier object before using their methods
64
95
65
96
## Developing Bagit-Java
66
97
Bagit-Java uses [Gradle](https://gradle.org/) for its build system. Check out the great [documentation](https://docs.gradle.org/current/userguide/userguide_single.html) to learn more.
@@ -80,7 +111,6 @@ Simply run `gradle eclipse` and it will automatically create a eclipse project f
80
111
* Further refine reading and writing of bags version 0.93-0.97
81
112
* Integrate new proposed specification we are calling "dot bagit"
82
113
* Fix bugs/issues reported with new library (on going)
83
-
* Add extensions for more than standard supported algorithms
84
114
85
115
### Support
86
116
1. The Digital Curation Google Group (https://groups.google.com/d/forum/digital-curation) is an open discussion list that reaches many of the contributors to and users of this open-source project
0 commit comments