annotate common-bioformats/pom.xml @ 1102:8878c6e36fd5

refactoring; define regions in JS
author hertzhaft
date Fri, 26 Oct 2012 10:32:14 +0200
parents f34891279a6e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
973
55572a4bbf68 DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff changeset
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55572a4bbf68 DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff changeset
2 <modelVersion>4.0.0</modelVersion>
55572a4bbf68 DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff changeset
3 <parent>
55572a4bbf68 DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff changeset
4 <artifactId>digilib</artifactId>
55572a4bbf68 DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff changeset
5 <groupId>digilib</groupId>
55572a4bbf68 DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff changeset
6 <version>2.1-SNAPSHOT</version>
55572a4bbf68 DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff changeset
7 <relativePath>..</relativePath>
55572a4bbf68 DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff changeset
8 </parent>
55572a4bbf68 DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff changeset
9 <artifactId>digilib-common-bioformats</artifactId>
55572a4bbf68 DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff changeset
10 <name>digilib-common-bioformats</name>
55572a4bbf68 DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff changeset
11 <description>digilib codec implementation using Bio-Formats (http://loci.wisc.edu/software/bio-formats) library.</description>
55572a4bbf68 DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff changeset
12 <repositories>
55572a4bbf68 DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff changeset
13 <!-- we currently use ImageJ snapshot repo -->
55572a4bbf68 DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff changeset
14 <repository>
55572a4bbf68 DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff changeset
15 <id>imagej.snapshots</id>
55572a4bbf68 DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff changeset
16 <url>http://code.imagej.net/maven2/snapshots</url>
55572a4bbf68 DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff changeset
17 <snapshots/>
55572a4bbf68 DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff changeset
18 </repository>
55572a4bbf68 DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff changeset
19 </repositories>
55572a4bbf68 DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff changeset
20
55572a4bbf68 DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff changeset
21 <dependencies>
55572a4bbf68 DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff changeset
22 <dependency>
55572a4bbf68 DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff changeset
23 <groupId>digilib</groupId>
55572a4bbf68 DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff changeset
24 <artifactId>digilib-common</artifactId>
55572a4bbf68 DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff changeset
25 </dependency>
55572a4bbf68 DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff changeset
26 <dependency>
55572a4bbf68 DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff changeset
27 <groupId>loci</groupId>
55572a4bbf68 DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff changeset
28 <artifactId>bio-formats</artifactId>
979
f34891279a6e bio-formats codec now works sometimes (only mo=q0 and only mo=jpg).
robcast
parents: 973
diff changeset
29 <version>5.0-SNAPSHOT</version>
973
55572a4bbf68 DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff changeset
30 </dependency>
55572a4bbf68 DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff changeset
31 </dependencies>
55572a4bbf68 DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff changeset
32 </project>