added packages

This commit is contained in:
ebner 2014-02-25 02:52:09 +01:00
parent 8643de249a
commit b381b87ff9
8 changed files with 12 additions and 6 deletions

View File

@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>ch.psi</groupId> <groupId>ch.psi</groupId>
<artifactId>imagej.h5</artifactId> <artifactId>imagej.hdf5</artifactId>
<version>0.0.1</version> <version>0.0.1</version>
<dependencies> <dependencies>

View File

@ -1,3 +1,4 @@
package ch.psi.imagej.hdf5;
/* ========================================================================= /* =========================================================================
* *
* Copyright 2011 Matthias Schlachter * Copyright 2011 Matthias Schlachter

View File

@ -1,3 +1,4 @@
package ch.psi.imagej.hdf5;
/* ========================================================================= /* =========================================================================
* *
* Copyright 2011 Matthias Schlachter * Copyright 2011 Matthias Schlachter

View File

@ -1,3 +1,4 @@
package ch.psi.imagej.hdf5;
/* ========================================================================= /* =========================================================================
* *
* Copyright 2011 Matthias Schlachter * Copyright 2011 Matthias Schlachter

View File

@ -1,3 +1,4 @@
package ch.psi.imagej.hdf5;
/* ========================================================================= /* =========================================================================
* *
* Copyright 2011 Matthias Schlachter * Copyright 2011 Matthias Schlachter

View File

@ -1,3 +1,4 @@
package ch.psi.imagej.hdf5;
/* ========================================================================= /* =========================================================================
* *
* Copyright 2011 Matthias Schlachter * Copyright 2011 Matthias Schlachter

View File

@ -1,3 +1,4 @@
package ch.psi.imagej.hdf5;
/* ========================================================================= /* =========================================================================
* *
* Copyright 2011 Matthias Schlachter * Copyright 2011 Matthias Schlachter

View File

@ -1,5 +1,5 @@
File>Import, "HDF5...", HDF5_Reader_ File>Import, "HDF5...", ch.psi.imageJ.hdf5.HDF5_Reader_
File>Save As, "HDF5", HDF5_Writer_ File>Save As, "HDF5", ch.psi.imageJ.hdf5.HDF5_Writer_
Plugins>HDF5, "Load HDF5 File", HDF5_Reader_ Plugins>HDF5, "Load HDF5 File", ch.psi.imageJ.hdf5.HDF5_Reader_
Plugins>HDF5, "Save HDF5 File", HDF5_Writer_ Plugins>HDF5, "Save HDF5 File", ch.psi.imageJ.hdf5.HDF5_Writer_
Plugins>HDF5, "HDF5 Preferences", HDF5_Config Plugins>HDF5, "HDF5 Preferences", ch.psi.imageJ.hdf5.HDF5_Config