annotate pom.xml @ 1410:9fc1a281575f new_scaling

fix for black-last-pixel locally in scale().
author robcast
date Tue, 20 Oct 2015 17:10:28 +0200
parents 4b4973a9f34a
children 7247c046d9dc
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
884
a6198586db99 add maven poms (first version)
robcast
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
1158
29e86ae1e3b2 starting to clean license headers.
robcast
parents: 1151
diff changeset
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
4 <modelVersion>4.0.0</modelVersion>
884
a6198586db99 add maven poms (first version)
robcast
parents:
diff changeset
5
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
6 <groupId>digilib</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
7 <artifactId>digilib</artifactId>
1233
3017ade24bbb started work on directory cache.
robcast
parents: 1216
diff changeset
8 <version>2.3-SNAPSHOT</version>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
9 <packaging>pom</packaging>
884
a6198586db99 add maven poms (first version)
robcast
parents:
diff changeset
10
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
11 <name>digilib</name>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
12 <description>The Digital Image Library</description>
1279
828b6c8b1b19 changed links in documentation (and poms) to new sourceforge site.
robcast
parents: 1233
diff changeset
13 <url>http://digilib.sourceforge.net</url>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
14 <inceptionYear>2001</inceptionYear>
1158
29e86ae1e3b2 starting to clean license headers.
robcast
parents: 1151
diff changeset
15
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
16 <organization>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
17 <name>digilib Community</name>
1279
828b6c8b1b19 changed links in documentation (and poms) to new sourceforge site.
robcast
parents: 1233
diff changeset
18 <url>http://digilib.sourceforge.net</url>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
19 </organization>
884
a6198586db99 add maven poms (first version)
robcast
parents:
diff changeset
20
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
21 <developers>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
22 <developer>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
23 <id>robcast</id>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
24 <name>Robert Casties</name>
1280
6873d5e130d2 more sourceforge links.
robcast
parents: 1279
diff changeset
25 <email>robcast@users.sourceforge.net</email>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
26 <organization>Max Planck Institute for the History of Science (MPIWG)</organization>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
27 <organizationUrl>http://www.mpiwg-berlin.mpg.de</organizationUrl>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
28 <roles>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
29 <role>developer</role>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
30 <role>architect</role>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
31 </roles>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
32 </developer>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
33 <developer>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
34 <id>hertzhaft</id>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
35 <name>Martin Raspe</name>
1280
6873d5e130d2 more sourceforge links.
robcast
parents: 1279
diff changeset
36 <email>hertzhaft@users.sourceforge.net</email>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
37 <organization>Bibliotheca Hertziana</organization>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
38 <organizationUrl>http://www.biblhertz.it</organizationUrl>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
39 <roles>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
40 <role>developer</role>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
41 </roles>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
42 </developer>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
43 </developers>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
44 <contributors>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
45 <contributor>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
46 <name>Gerd Grasshoff</name>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
47 <organization>Humboldt Universität Berlin</organization>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
48 <organizationUrl>http://www.hu-berlin.de</organizationUrl>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
49 <roles>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
50 <role>former developer</role>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
51 </roles>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
52 </contributor>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
53 <contributor>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
54 <name>Robert Gordesch</name>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
55 <organization>Max Planck Institute for the History of Science (MPIWG)</organization>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
56 <roles>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
57 <role>former developer</role>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
58 </roles>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
59 </contributor>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
60 <contributor>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
61 <name>Christian Luginbuehl</name>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
62 <organization>Universität Bern</organization>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
63 <roles>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
64 <role>former developer</role>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
65 </roles>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
66 </contributor>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
67 </contributors>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
68 <licenses>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
69 <license>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
70 <name>GNU General Lesser Public License (LGPL) version 3.0</name>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
71 <url>http://www.gnu.org/licenses/lgpl-3.0-standalone.html</url>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
72 <distribution>repo</distribution>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
73 </license>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
74 </licenses>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
75 <scm>
1279
828b6c8b1b19 changed links in documentation (and poms) to new sourceforge site.
robcast
parents: 1233
diff changeset
76 <connection>scm:hg:http://hg.code.sf.net/p/digilib/code</connection>
828b6c8b1b19 changed links in documentation (and poms) to new sourceforge site.
robcast
parents: 1233
diff changeset
77 <developerConnection>scm:hg:https://hg.code.sf.net/p/digilib/code</developerConnection>
828b6c8b1b19 changed links in documentation (and poms) to new sourceforge site.
robcast
parents: 1233
diff changeset
78 <url>https://sourceforge.net/p/digilib/code/ci/default/tree</url>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
79 </scm>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
80 <issueManagement>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
81 <system>Trac</system>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
82 <url>https://it-dev.mpiwg-berlin.mpg.de/tracs/digilib</url>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
83 </issueManagement>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
84 <mailingLists>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
85 <mailingList>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
86 <name>Developer List</name>
1284
39cdaa1ee33b README.md for github and more SourceForge links.
robcast
parents: 1280
diff changeset
87 <subscribe>http://lists.sourceforge.net/lists/listinfo/digilib-devel</subscribe>
39cdaa1ee33b README.md for github and more SourceForge links.
robcast
parents: 1280
diff changeset
88 <unsubscribe>http://lists.sourceforge.net/lists/listinfo/digilib-devel</unsubscribe>
39cdaa1ee33b README.md for github and more SourceForge links.
robcast
parents: 1280
diff changeset
89 <archive>http://sourceforge.net/p/digilib/mailman/digilib-devel</archive>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
90 </mailingList>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
91 </mailingLists>
890
d364e6ff24f1 clean up
robcast
parents: 888
diff changeset
92
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
93 <build>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
94 <pluginManagement>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
95 <plugins>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
96 <plugin>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
97 <groupId>org.apache.maven.plugins</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
98 <artifactId>maven-compiler-plugin</artifactId>
1401
4b4973a9f34a updated all Maven plugin versions.
robcast
parents: 1284
diff changeset
99 <version>3.3</version>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
100 </plugin>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
101 </plugins>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
102 </pluginManagement>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
103 <plugins>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
104 <plugin>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
105 <groupId>org.apache.maven.plugins</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
106 <artifactId>maven-scm-plugin</artifactId>
1401
4b4973a9f34a updated all Maven plugin versions.
robcast
parents: 1284
diff changeset
107 <version>1.9.4</version>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
108 <configuration>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
109 <goals>install</goals>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
110 </configuration>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
111 </plugin>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
112 <plugin>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
113 <groupId>org.codehaus.mojo</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
114 <artifactId>license-maven-plugin</artifactId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
115 <version>1.4</version>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
116 <configuration>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
117 <!-- <verbose>false</verbose> -->
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
118 <licenseName>lgpl_v3</licenseName>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
119 <!-- <useMissingFile>true</useMissingFile> -->
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
120 <!-- servlet-api is never included in packaging -->
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
121 <excludedArtifacts>servlet-api</excludedArtifacts>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
122 </configuration>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
123 </plugin>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
124 <plugin>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
125 <groupId>org.apache.maven.plugins</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
126 <artifactId>maven-javadoc-plugin</artifactId>
1401
4b4973a9f34a updated all Maven plugin versions.
robcast
parents: 1284
diff changeset
127 <version>2.10.3</version>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
128 <configuration>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
129 <show>package</show>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
130 <nohelp>true</nohelp>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
131 </configuration>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
132 </plugin>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
133 </plugins>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
134 </build>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
135 <profiles>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
136 <profile>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
137 <id>servlet2</id>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
138 </profile>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
139 <profile>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
140 <id>servlet3</id>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
141 <activation>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
142 <activeByDefault>true</activeByDefault>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
143 </activation>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
144 </profile>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
145 <!-- optional modules with dependencies selected by profile -->
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
146 <profile>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
147 <id>text</id>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
148 <modules>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
149 <module>text</module>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
150 </modules>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
151 </profile>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
152 <profile>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
153 <id>pdf</id>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
154 <modules>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
155 <module>pdf</module>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
156 </modules>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
157 </profile>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
158 <profile>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
159 <id>codec-jai</id>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
160 <modules>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
161 <module>common-jai</module>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
162 </modules>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
163 </profile>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
164 <profile>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
165 <id>codec-imagej</id>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
166 <modules>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
167 <module>common-imagej</module>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
168 </modules>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
169 </profile>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
170 <profile>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
171 <id>codec-bioformats</id>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
172 <modules>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
173 <module>common-bioformats</module>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
174 </modules>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
175 </profile>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
176 </profiles>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
177 <repositories>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
178 </repositories>
884
a6198586db99 add maven poms (first version)
robcast
parents:
diff changeset
179
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
180 <dependencyManagement>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
181 <dependencies>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
182 <dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
183 <groupId>log4j</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
184 <artifactId>log4j</artifactId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
185 <version>1.2.14</version>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
186 </dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
187 <!-- digilib module versions -->
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
188 <dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
189 <groupId>digilib</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
190 <artifactId>digilib-common</artifactId>
1233
3017ade24bbb started work on directory cache.
robcast
parents: 1216
diff changeset
191 <version>2.3-SNAPSHOT</version>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
192 </dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
193 <dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
194 <groupId>digilib</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
195 <artifactId>digilib-common-jai</artifactId>
1233
3017ade24bbb started work on directory cache.
robcast
parents: 1216
diff changeset
196 <version>2.3-SNAPSHOT</version>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
197 </dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
198 <dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
199 <groupId>digilib</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
200 <artifactId>digilib-common-imagej</artifactId>
1233
3017ade24bbb started work on directory cache.
robcast
parents: 1216
diff changeset
201 <version>2.3-SNAPSHOT</version>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
202 </dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
203 <dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
204 <groupId>digilib</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
205 <artifactId>digilib-common-bioformats</artifactId>
1233
3017ade24bbb started work on directory cache.
robcast
parents: 1216
diff changeset
206 <version>2.3-SNAPSHOT</version>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
207 </dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
208 <dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
209 <groupId>digilib</groupId>
1216
bd7dfa8b164e move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents: 1215
diff changeset
210 <artifactId>digilib-doc</artifactId>
1233
3017ade24bbb started work on directory cache.
robcast
parents: 1216
diff changeset
211 <version>2.3-SNAPSHOT</version>
1216
bd7dfa8b164e move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents: 1215
diff changeset
212 </dependency>
bd7dfa8b164e move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents: 1215
diff changeset
213 <dependency>
bd7dfa8b164e move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents: 1215
diff changeset
214 <groupId>digilib</groupId>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
215 <artifactId>digilib-pdf</artifactId>
1233
3017ade24bbb started work on directory cache.
robcast
parents: 1216
diff changeset
216 <version>2.3-SNAPSHOT</version>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
217 </dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
218 <dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
219 <groupId>digilib</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
220 <artifactId>digilib-text</artifactId>
1233
3017ade24bbb started work on directory cache.
robcast
parents: 1216
diff changeset
221 <version>2.3-SNAPSHOT</version>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
222 </dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
223 <dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
224 <groupId>digilib</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
225 <artifactId>digilib-servlet</artifactId>
1233
3017ade24bbb started work on directory cache.
robcast
parents: 1216
diff changeset
226 <version>2.3-SNAPSHOT</version>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
227 </dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
228 <dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
229 <groupId>digilib</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
230 <artifactId>digilib-servlet2</artifactId>
1233
3017ade24bbb started work on directory cache.
robcast
parents: 1216
diff changeset
231 <version>2.3-SNAPSHOT</version>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
232 </dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
233 <dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
234 <groupId>digilib</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
235 <artifactId>digilib-servlet3</artifactId>
1233
3017ade24bbb started work on directory cache.
robcast
parents: 1216
diff changeset
236 <version>2.3-SNAPSHOT</version>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
237 </dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
238 <dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
239 <groupId>digilib</groupId>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
240 <artifactId>digilib-webapp</artifactId>
1233
3017ade24bbb started work on directory cache.
robcast
parents: 1216
diff changeset
241 <version>2.3-SNAPSHOT</version>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
242 </dependency>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
243 </dependencies>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
244 </dependencyManagement>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
245 <properties>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
246 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
247 </properties>
1158
29e86ae1e3b2 starting to clean license headers.
robcast
parents: 1151
diff changeset
248
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
249 <dependencies>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
250 </dependencies>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
251 <!-- default modules -->
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
252 <modules>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
253 <module>common</module>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
254 <module>servlet</module>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
255 <module>servlet2</module>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
256 <module>servlet3</module>
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
257 <module>webapp</module>
1216
bd7dfa8b164e move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents: 1215
diff changeset
258 <module>doc</module>
1215
68625b3c5341 added more info for the website to the pom.
casties
parents: 1194
diff changeset
259 </modules>
884
a6198586db99 add maven poms (first version)
robcast
parents:
diff changeset
260 </project>