diff --git a/Readme.md b/Readme.md index 320d542..9d22ed5 100644 --- a/Readme.md +++ b/Readme.md @@ -227,6 +227,14 @@ artifact server. Therefore this only works within the PSI networks and if you have a certain maven configuration. An example Maven settings.xml that you can copy to `~/.m2/settings.xml` is located [here](settings.xml). +## Dependencies +The java HDF5 libary as well as the precompiled code we downloaded and copied from: +https://wiki-bsse.ethz.ch/display/JHDF5/Download+Page +All the necessary jars where copied from there into the /lib directory. + +The files in the package hdf.objects in this repository were copied from the hdfviewer source code. We were not able to find a jar that contained them. + + # Acknowledgements This project was inspired by the ImageJ HDF Plugin of Matthias Schlachter Chair of Pattern Recognition and Image Processing, University of Freiburg, Germany ( diff --git a/src/main/assembly/assembly.xml b/src/main/assembly/assembly.xml deleted file mode 100644 index c2130b6..0000000 --- a/src/main/assembly/assembly.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - false - bin - - - zip - - - - - src/main/assembly/lib - lib - - **/* - - - - - target - plugins - - HDF5_Viewer*.jar - - - - \ No newline at end of file diff --git a/src/main/assembly/assembly_jar.xml b/src/main/assembly/assembly_jar.xml deleted file mode 100644 index 4cde244..0000000 --- a/src/main/assembly/assembly_jar.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - jar-with-dependencies - - jar - - false - - - / - true - true - runtime - - - \ No newline at end of file diff --git a/src/main/assembly/lib/linux64/libhdf.a b/src/main/assembly/lib/linux64/libhdf.a deleted file mode 100644 index 87cdc65..0000000 Binary files a/src/main/assembly/lib/linux64/libhdf.a and /dev/null differ diff --git a/src/main/assembly/lib/linux64/libhdf5.a b/src/main/assembly/lib/linux64/libhdf5.a deleted file mode 100644 index 867ae49..0000000 Binary files a/src/main/assembly/lib/linux64/libhdf5.a and /dev/null differ diff --git a/src/main/assembly/lib/linux64/libjhdf.so b/src/main/assembly/lib/linux64/libjhdf.so deleted file mode 100644 index 0c08fb5..0000000 Binary files a/src/main/assembly/lib/linux64/libjhdf.so and /dev/null differ diff --git a/src/main/assembly/lib/linux64/libjhdf.so.2.10.0 b/src/main/assembly/lib/linux64/libjhdf.so.2.10.0 deleted file mode 100644 index 0c08fb5..0000000 Binary files a/src/main/assembly/lib/linux64/libjhdf.so.2.10.0 and /dev/null differ diff --git a/src/main/assembly/lib/linux64/libjhdf5.so b/src/main/assembly/lib/linux64/libjhdf5.so deleted file mode 100644 index 2cc4200..0000000 Binary files a/src/main/assembly/lib/linux64/libjhdf5.so and /dev/null differ diff --git a/src/main/assembly/lib/linux64/libjhdf5.so.2.10.0 b/src/main/assembly/lib/linux64/libjhdf5.so.2.10.0 deleted file mode 100644 index 2cc4200..0000000 Binary files a/src/main/assembly/lib/linux64/libjhdf5.so.2.10.0 and /dev/null differ diff --git a/src/main/assembly/lib/linux64/libjpeg.a b/src/main/assembly/lib/linux64/libjpeg.a deleted file mode 100644 index 33e5eed..0000000 Binary files a/src/main/assembly/lib/linux64/libjpeg.a and /dev/null differ diff --git a/src/main/assembly/lib/linux64/libmfhdf.a b/src/main/assembly/lib/linux64/libmfhdf.a deleted file mode 100644 index c9c9836..0000000 Binary files a/src/main/assembly/lib/linux64/libmfhdf.a and /dev/null differ diff --git a/src/main/assembly/lib/linux64/libszip.a b/src/main/assembly/lib/linux64/libszip.a deleted file mode 100644 index 6d0ca8d..0000000 Binary files a/src/main/assembly/lib/linux64/libszip.a and /dev/null differ diff --git a/src/main/assembly/lib/linux64/libz.a b/src/main/assembly/lib/linux64/libz.a deleted file mode 100644 index f71ab28..0000000 Binary files a/src/main/assembly/lib/linux64/libz.a and /dev/null differ diff --git a/src/main/assembly/lib/mac64/libhdf.a b/src/main/assembly/lib/mac64/libhdf.a deleted file mode 100644 index 3f7f181..0000000 Binary files a/src/main/assembly/lib/mac64/libhdf.a and /dev/null differ diff --git a/src/main/assembly/lib/mac64/libhdf5.a b/src/main/assembly/lib/mac64/libhdf5.a deleted file mode 100644 index bac2609..0000000 Binary files a/src/main/assembly/lib/mac64/libhdf5.a and /dev/null differ diff --git a/src/main/assembly/lib/mac64/libjhdf.2.10.0.dylib b/src/main/assembly/lib/mac64/libjhdf.2.10.0.dylib deleted file mode 100644 index 2e454fc..0000000 Binary files a/src/main/assembly/lib/mac64/libjhdf.2.10.0.dylib and /dev/null differ diff --git a/src/main/assembly/lib/mac64/libjhdf.dylib b/src/main/assembly/lib/mac64/libjhdf.dylib deleted file mode 100644 index 2e454fc..0000000 Binary files a/src/main/assembly/lib/mac64/libjhdf.dylib and /dev/null differ diff --git a/src/main/assembly/lib/mac64/libjhdf5.2.10.0.dylib b/src/main/assembly/lib/mac64/libjhdf5.2.10.0.dylib deleted file mode 100644 index 7f07e3e..0000000 Binary files a/src/main/assembly/lib/mac64/libjhdf5.2.10.0.dylib and /dev/null differ diff --git a/src/main/assembly/lib/mac64/libjhdf5.dylib b/src/main/assembly/lib/mac64/libjhdf5.dylib deleted file mode 100644 index 7f07e3e..0000000 Binary files a/src/main/assembly/lib/mac64/libjhdf5.dylib and /dev/null differ diff --git a/src/main/assembly/lib/mac64/libjpeg.a b/src/main/assembly/lib/mac64/libjpeg.a deleted file mode 100644 index 0b349f8..0000000 Binary files a/src/main/assembly/lib/mac64/libjpeg.a and /dev/null differ diff --git a/src/main/assembly/lib/mac64/libmfhdf.a b/src/main/assembly/lib/mac64/libmfhdf.a deleted file mode 100644 index c718d3a..0000000 Binary files a/src/main/assembly/lib/mac64/libmfhdf.a and /dev/null differ diff --git a/src/main/assembly/lib/mac64/libszip.a b/src/main/assembly/lib/mac64/libszip.a deleted file mode 100644 index 797abab..0000000 Binary files a/src/main/assembly/lib/mac64/libszip.a and /dev/null differ diff --git a/src/main/assembly/lib/mac64/libz.a b/src/main/assembly/lib/mac64/libz.a deleted file mode 100644 index 8c2fcc7..0000000 Binary files a/src/main/assembly/lib/mac64/libz.a and /dev/null differ