diff --git a/.gitignore b/.gitignore index cea4c874..bd6dd4ad 100644 --- a/.gitignore +++ b/.gitignore @@ -1,167 +1,2 @@ -releasePackage.sh tmp/ -log/ - -################# -## Eclipse -################# - -*.pydevproject -.project -.metadata -bin/ -tmp/ -*.tmp -*.bak -*.swp -*~.nib -local.properties -.classpath -.settings/ -.loadpath - -# External tool builders -.externalToolBuilders/ - -# Locally stored "Eclipse launch configurations" -*.launch - -# CDT-specific -.cproject - -# PDT-specific -.buildpath - - -################# -## Visual Studio -################# - -## Ignore Visual Studio temporary files, build results, and -## files generated by popular Visual Studio add-ons. - -# User-specific files -*.suo -*.user -*.sln.docstates - -# Build results -[Dd]ebug/ -[Rr]elease/ -*_i.c -*_p.c -*.ilk -*.meta -*.obj -*.pch -*.pdb -*.pgc -*.pgd -*.rsp -*.sbr -*.tlb -*.tli -*.tlh -*.tmp -*.vspscc -.builds -*.dotCover - -## TODO: If you have NuGet Package Restore enabled, uncomment this -#packages/ - -# Visual C++ cache files -ipch/ -*.aps -*.ncb -*.opensdf -*.sdf - -# Visual Studio profiler -*.psess -*.vsp - -# ReSharper is a .NET coding add-in -_ReSharper* - -# Installshield output folder -[Ee]xpress - -# DocProject is a documentation generator add-in -DocProject/buildhelp/ -DocProject/Help/*.HxT -DocProject/Help/*.HxC -DocProject/Help/*.hhc -DocProject/Help/*.hhk -DocProject/Help/*.hhp -DocProject/Help/Html2 -DocProject/Help/html - -# Click-Once directory -publish - -# Others -[Bb]in -[Oo]bj -sql -TestResults -*.Cache -ClientBin -stylecop.* -~$* -*.dbmdl -Generated_Code #added for RIA/Silverlight projects - -# Backup & report files from converting an old project file to a newer -# Visual Studio version. Backup files are not needed, because we have git ;-) -_UpgradeReport_Files/ -Backup*/ -UpgradeLog*.XML - - - -############ -## Windows -############ - -# Windows image file caches -Thumbs.db - -# Folder config file -Desktop.ini - - -############# -## Python -############# - -*.py[co] - -# Packages -*.egg -*.egg-info -dist -build -eggs -parts -bin -var -sdist -develop-eggs -.installed.cfg - -# Installer logs -pip-log.txt - -# Unit test / coverage reports -.coverage -.tox - -#Translations -*.mo - -#Mr Developer -.mr.developer.cfg - -# Mac crap -.DS_Store +log/ \ No newline at end of file diff --git a/jhove/bin/JhoveApp.jar b/jhove/bin/JhoveApp.jar new file mode 100644 index 00000000..b84c5671 Binary files /dev/null and b/jhove/bin/JhoveApp.jar differ diff --git a/jhove/bin/JhoveView.jar b/jhove/bin/JhoveView.jar new file mode 100644 index 00000000..8ed7ca10 Binary files /dev/null and b/jhove/bin/JhoveView.jar differ diff --git a/jhove/bin/README b/jhove/bin/README new file mode 100644 index 00000000..892fd9c0 --- /dev/null +++ b/jhove/bin/README @@ -0,0 +1,25 @@ +JHOVE - JSTOR/Harvard Object Validation Environment +Copyright 2003 by JSTOR and the President and Fellows of Harvard College +JHOVE is made available under the GNU General Public License (see the file +LICENSE for details) + +Rev. 2003-11-25 + +The following jar files are meant to be used for embedding JHOVE functionality +into new applications or systems. + + jhove.jar Contains the JHOVE API interfaces and classes + jhove-module.jar Contains the standard JHOVE modules () + jhove-handler.jar Contains the standard JHOVE output handlers (TEXT and XML) + +The following jar file is meant to be used with the stand-alone JHOVE +application using a command-line interface. It contains the main Jhove class +and the contents of jhove.jar, jhove-module.jar, and jhove-handler.jar. + + JhoveApp.jar + +The following jar file is meant to be used with the stand-alone JHOVE +application using a Swing GUI interface. It contains the main JhoveView class +and the contents of jhove.jar, jhove-module.jar, and jhove-handler.jar. + + JhoveView.jar diff --git a/jhove/bin/jhove-handler.jar b/jhove/bin/jhove-handler.jar new file mode 100644 index 00000000..5dc01c80 Binary files /dev/null and b/jhove/bin/jhove-handler.jar differ diff --git a/jhove/bin/jhove-module.jar b/jhove/bin/jhove-module.jar new file mode 100644 index 00000000..c1e59778 Binary files /dev/null and b/jhove/bin/jhove-module.jar differ diff --git a/jhove/bin/jhove.jar b/jhove/bin/jhove.jar new file mode 100644 index 00000000..77fea60d Binary files /dev/null and b/jhove/bin/jhove.jar differ