annotate common-jai/pom.xml @ 1288:e2a95f3f1b9f

fixed annotations remaining when changing pages.
author robcast
date Fri, 14 Mar 2014 17:21:12 +0100
parents 3017ade24bbb
children 59805085a237 2197975ec945
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
950
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
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">
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
diff changeset
2 <modelVersion>4.0.0</modelVersion>
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
diff changeset
3 <parent>
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
diff changeset
4 <artifactId>digilib</artifactId>
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
diff changeset
5 <groupId>digilib</groupId>
1233
3017ade24bbb started work on directory cache.
robcast
parents: 1179
diff changeset
6 <version>2.3-SNAPSHOT</version>
950
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
diff changeset
7 <relativePath>..</relativePath>
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
diff changeset
8 </parent>
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
diff changeset
9 <artifactId>digilib-common-jai</artifactId>
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
diff changeset
10 <name>digilib-common-jai</name>
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
diff changeset
11 <description>digilib codec implementation using JAI toolkit</description>
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
diff changeset
12 <repositories>
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
diff changeset
13 <!-- This provides the required versions of JAI-ImageIO -->
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
diff changeset
14 <repository>
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
diff changeset
15 <id>geotools.osgeo.org</id>
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
diff changeset
16 <name>Geotools repository</name>
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
diff changeset
17 <url>http://download.osgeo.org/webdav/geotools/</url>
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
diff changeset
18 </repository>
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
diff changeset
19 </repositories>
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
diff changeset
20 <dependencies>
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
diff changeset
21 <dependency>
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
diff changeset
22 <groupId>javax.media</groupId>
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
diff changeset
23 <artifactId>jai_codec</artifactId>
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
diff changeset
24 <version>1.1.3</version>
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
diff changeset
25 <type>jar</type>
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
diff changeset
26 <scope>compile</scope>
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
diff changeset
27 </dependency>
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
diff changeset
28 <dependency>
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
diff changeset
29 <groupId>javax.media</groupId>
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
diff changeset
30 <artifactId>jai_core</artifactId>
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
diff changeset
31 <version>1.1.3</version>
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
diff changeset
32 <type>jar</type>
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
diff changeset
33 <scope>compile</scope>
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
diff changeset
34 </dependency>
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
diff changeset
35 <dependency>
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
diff changeset
36 <groupId>digilib</groupId>
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
diff changeset
37 <artifactId>digilib-common</artifactId>
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
diff changeset
38 </dependency>
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
diff changeset
39 </dependencies>
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
diff changeset
40 </project>