Mercurial > hg > digilib-old
annotate pom.xml @ 972:2ad5ba781e88
better scale mode change handling.
author | robcast |
---|---|
date | Thu, 26 Jan 2012 15:00:13 +0100 |
parents | 0b5fa035af30 |
children | f34891279a6e |
rev | line source |
---|---|
893 | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <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"> | |
3 <modelVersion>4.0.0</modelVersion> | |
4 | |
5 <groupId>digilib</groupId> | |
6 <artifactId>digilib</artifactId> | |
960
b2d97b842612
moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
910
diff
changeset
|
7 <version>2.1-SNAPSHOT</version> |
893 | 8 <packaging>pom</packaging> |
9 | |
10 <name>digilib</name> | |
899 | 11 <description>The Digital Image Library</description> |
897 | 12 <url>http://digilib.berlios.de</url> |
893 | 13 |
900 | 14 <build> |
960
b2d97b842612
moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
910
diff
changeset
|
15 <pluginManagement> |
b2d97b842612
moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
910
diff
changeset
|
16 <plugins> |
b2d97b842612
moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
910
diff
changeset
|
17 <plugin> |
b2d97b842612
moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
910
diff
changeset
|
18 <groupId>org.apache.maven.plugins</groupId> |
b2d97b842612
moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
910
diff
changeset
|
19 <artifactId>maven-compiler-plugin</artifactId> |
b2d97b842612
moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
910
diff
changeset
|
20 <version>2.3.2</version> |
b2d97b842612
moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
910
diff
changeset
|
21 </plugin> |
b2d97b842612
moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
910
diff
changeset
|
22 </plugins> |
b2d97b842612
moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
910
diff
changeset
|
23 </pluginManagement> |
900 | 24 <plugins> |
25 <plugin> | |
26 <groupId>org.apache.maven.plugins</groupId> | |
27 <artifactId>maven-scm-plugin</artifactId> | |
28 <version>1.5</version> | |
29 <configuration> | |
30 <goals>install</goals> | |
31 </configuration> | |
32 </plugin> | |
33 </plugins> | |
34 </build> | |
903 | 35 <profiles> |
36 <profile> | |
37 <id>servlet2</id> | |
38 <activation> | |
39 <activeByDefault>true</activeByDefault> | |
40 </activation> | |
41 </profile> | |
42 </profiles> | |
899 | 43 <repositories> |
44 </repositories> | |
45 | |
46 <dependencyManagement> | |
47 <dependencies> | |
48 <dependency> | |
49 <groupId>org.jdom</groupId> | |
50 <artifactId>jdom</artifactId> | |
51 <version>1.1</version> | |
52 <type>jar</type> | |
53 <scope>compile</scope> | |
54 </dependency> | |
55 <dependency> | |
56 <groupId>log4j</groupId> | |
57 <artifactId>log4j</artifactId> | |
58 <version>1.2.14</version> | |
59 <type>jar</type> | |
60 <scope>compile</scope> | |
61 </dependency> | |
62 <dependency> | |
960
b2d97b842612
moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
910
diff
changeset
|
63 <groupId>digilib</groupId> |
b2d97b842612
moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
910
diff
changeset
|
64 <artifactId>digilib-common</artifactId> |
b2d97b842612
moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
910
diff
changeset
|
65 <version>2.1-SNAPSHOT</version> |
b2d97b842612
moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
910
diff
changeset
|
66 <type>jar</type> |
b2d97b842612
moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
910
diff
changeset
|
67 <scope>compile</scope> |
899 | 68 </dependency> |
69 <dependency> | |
903 | 70 <groupId>digilib</groupId> |
960
b2d97b842612
moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
910
diff
changeset
|
71 <artifactId>digilib-common-jai</artifactId> |
b2d97b842612
moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
910
diff
changeset
|
72 <version>2.1-SNAPSHOT</version> |
b2d97b842612
moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
910
diff
changeset
|
73 <type>jar</type> |
b2d97b842612
moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
910
diff
changeset
|
74 <scope>compile</scope> |
b2d97b842612
moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
910
diff
changeset
|
75 </dependency> |
b2d97b842612
moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
910
diff
changeset
|
76 <dependency> |
b2d97b842612
moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
910
diff
changeset
|
77 <groupId>digilib</groupId> |
b2d97b842612
moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
910
diff
changeset
|
78 <artifactId>digilib-common-imagej</artifactId> |
b2d97b842612
moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
910
diff
changeset
|
79 <version>2.1-SNAPSHOT</version> |
903 | 80 <type>jar</type> |
81 <scope>compile</scope> | |
82 </dependency> | |
83 <dependency> | |
84 <groupId>digilib</groupId> | |
85 <artifactId>digilib-pdf</artifactId> | |
960
b2d97b842612
moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
910
diff
changeset
|
86 <version>2.1-SNAPSHOT</version> |
903 | 87 <type>jar</type> |
88 <scope>compile</scope> | |
89 </dependency> | |
90 <dependency> | |
91 <groupId>digilib</groupId> | |
910 | 92 <artifactId>digilib-text</artifactId> |
960
b2d97b842612
moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
910
diff
changeset
|
93 <version>2.1-SNAPSHOT</version> |
910 | 94 <type>jar</type> |
95 <scope>compile</scope> | |
96 </dependency> | |
97 <dependency> | |
98 <groupId>digilib</groupId> | |
903 | 99 <artifactId>digilib-servlet2</artifactId> |
960
b2d97b842612
moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
910
diff
changeset
|
100 <version>2.1-SNAPSHOT</version> |
903 | 101 <type>jar</type> |
102 <scope>compile</scope> | |
103 </dependency> | |
104 <dependency> | |
105 <groupId>digilib</groupId> | |
106 <artifactId>digilib-servlet3</artifactId> | |
960
b2d97b842612
moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
910
diff
changeset
|
107 <version>2.1-SNAPSHOT</version> |
903 | 108 <type>jar</type> |
109 <scope>compile</scope> | |
110 </dependency> | |
111 <dependency> | |
112 <groupId>digilib</groupId> | |
113 <artifactId>digilib-webapp</artifactId> | |
960
b2d97b842612
moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents:
910
diff
changeset
|
114 <version>2.1-SNAPSHOT</version> |
903 | 115 <type>war</type> |
116 <scope>compile</scope> | |
899 | 117 </dependency> |
118 </dependencies> | |
119 </dependencyManagement> | |
893 | 120 <properties> |
121 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |
122 </properties> | |
123 | |
899 | 124 <inceptionYear>2001</inceptionYear> |
125 <developers> | |
126 <developer> | |
127 <id>robcast</id> | |
128 <name>Robert Casties</name> | |
129 <email>robcast@berlios.de</email> | |
130 <organization>Max Planck Institute for the History of Science</organization> | |
131 <organizationUrl>http://www.mpiwg-berlin.mpg.de</organizationUrl> | |
132 <roles> | |
133 </roles> | |
134 </developer> | |
135 <developer> | |
136 <id>hertzhaft</id> | |
137 <name>Martin Raspe</name> | |
138 <email>hertzhaft@berlios.de</email> | |
139 <organization>Bibliotheca Hertziana</organization> | |
140 <organizationUrl>http://www.biblhertz.it</organizationUrl> | |
141 </developer> | |
142 </developers> | |
143 <scm> | |
900 | 144 <connection>scm:hg:http://hg.berlios.de/repos/digilib</connection> |
145 <developerConnection>scm:hg:https://hg.berlios.de/repos/digilib</developerConnection> | |
899 | 146 <url>http://hg.berlios.de/repos/digilib</url> |
147 </scm> | |
893 | 148 <dependencies> |
149 </dependencies> | |
150 <modules> | |
964 | 151 <module>common</module> |
152 <module>common-jai</module> | |
153 <module>common-imagej</module> | |
903 | 154 <module>servlet2</module> |
155 <module>servlet3</module> | |
156 <module>pdf</module> | |
905 | 157 <module>text</module> |
964 | 158 <module>webapp</module> |
893 | 159 </modules> |
160 </project> |