diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..9079267d --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.classpath +.metadata +.project +.settings/ +/target/ diff --git a/pom.xml b/pom.xml new file mode 100644 index 00000000..68596381 --- /dev/null +++ b/pom.xml @@ -0,0 +1,225 @@ + + + 4.0.0 + + + org.scijava + pom-scijava + 1.157 + + + + net.imagej + imagej-common + 0.1.0-SNAPSHOT + + ImageJ Common library + The ImageJ common library contains ImageJ's core image data model, based on ImgLib2. This is the primary mechanism by which image data is managed internally by ImageJ2. This component also provides the corresponding core image display logic for user interfaces. + http://developer.imagej.net/ + 2009 + + + ImageJ + http://developer.imagej.net/ + + + + + Simplified BSD License + repo + + + + + + ctrueden + Curtis Rueden + ctrueden@wisc.edu + http://loci.wisc.edu/people/curtis-rueden + UW-Madison LOCI + http://loci.wisc.edu/ + + architect + developer + + -6 + + + dscho + Johannes Schindelin + schindelin@wisc.edu + http://loci.wisc.edu/people/johannes-schindelin + UW-Madison LOCI + http://loci.wisc.edu/ + + architect + developer + + -6 + + + hinerm + Mark Hiner + hiner@wisc.edu + http://loci.wisc.edu/people/mark-hiner + UW-Madison LOCI + http://loci.wisc.edu/ + + developer + + -6 + + + LeeKamentsky + Lee Kamentsky + leek@broadinstitute.org + http://www.broadinstitute.org/~leek/ + Broad Institute of MIT and Harvard + http://www.broadinstitute.org/ + + developer + + -5 + + + + + + Barry DeZonia + http://loci.wisc.edu/people/barry-dezonia + UW-Madison LOCI + http://loci.wisc.edu/ + + developer + + -6 + + + Grant Harris + gharris@mbl.edu + http://loci.wisc.edu/people/grant-harris + MBL at Woods Hole + http://www.mbl.edu/ + + architect + developer + + -5 + + + Aivar Grislis + http://loci.wisc.edu/people/aivar-grislis + UW-Madison LOCI + http://loci.wisc.edu/ + + developer + + -6 + + + Rick Lentz + http://loci.wisc.edu/people/rick-lentz + UW-Madison LOCI + http://loci.wisc.edu/ + + developer + + -6 + + Jay Warrick + + + + + ImageJ + http://imagej.net/list.html + http://imagej.net/list.html + imagej@list.nih.gov + http://list.nih.gov/archives/imagej.html + + + ImageJ-devel + http://imagej.net/mailman/listinfo/imagej-devel + http://imagej.net/mailman/listinfo/imagej-devel + imagej-devel@imagej.net + http://imagej.net/pipermail/imagej-devel/ + + + + + scm:git:git://github.com/imagej/imagej-common + scm:git:git@github.com:imagej/imagej-common + HEAD + https://github.com/imagej/imagej-common + + + + GitHub Issues + https://github.com/imagej/imagej-common/issues + + + + Jenkins + http://jenkins.imagej.net/view/ImageJ/ + + + + + imagej.public + http://maven.imagej.net/content/groups/public + + + + + + io.scif + scifio + + + net.imglib2 + imglib2 + + + net.imglib2 + imglib2-meta + + + org.scijava + scijava-common + + + + junit + junit + test + + + + + + + maven-jar-plugin + + + + net.imagej + + + + + + org.codehaus.mojo + license-maven-plugin + + bsd_2 + 2009 + Board of Regents of the University of +Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck +Institute of Molecular Cell Biology and Genetics. + ImageJ software for multidimensional image processing and analysis. + + + + + +