Mercurial > hg > digilib
annotate common-bioformats/pom.xml @ 1179:d4990c1463e3
upped all maven version numbers to 2.2.
dito for Scaler servlets.
author | robcast |
---|---|
date | Thu, 04 Apr 2013 12:43:43 +0200 |
parents | 6e7a87da622f |
children | 8490bfb0833c 3017ade24bbb |
rev | line source |
---|---|
963
9f96ecfec4f9
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"> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
2 <modelVersion>4.0.0</modelVersion> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
3 <parent> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
4 <artifactId>digilib</artifactId> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
5 <groupId>digilib</groupId> |
1179 | 6 <version>2.2-SNAPSHOT</version> |
963
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
7 <relativePath>..</relativePath> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
8 </parent> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
9 <artifactId>digilib-common-bioformats</artifactId> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
10 <name>digilib-common-bioformats</name> |
9f96ecfec4f9
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> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
12 <repositories> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
13 <!-- we currently use ImageJ snapshot repo --> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
14 <repository> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
15 <id>imagej.snapshots</id> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
16 <url>http://code.imagej.net/maven2/snapshots</url> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
17 <snapshots/> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
18 </repository> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
19 </repositories> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
20 |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
21 <dependencies> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
22 <dependency> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
23 <groupId>digilib</groupId> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
24 <artifactId>digilib-common</artifactId> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
25 </dependency> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
26 <dependency> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
27 <groupId>loci</groupId> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
28 <artifactId>bio-formats</artifactId> |
969
6e7a87da622f
bio-formats codec now works sometimes (only mo=q0 and only mo=jpg).
robcast
parents:
963
diff
changeset
|
29 <version>5.0-SNAPSHOT</version> |
963
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
30 </dependency> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
31 </dependencies> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
32 </project> |