119 |
|
|
120 |
<dependency> |
<dependency> |
121 |
<groupId>org.geotools</groupId> |
<groupId>org.geotools</groupId> |
122 |
|
<artifactId>gt-wfs</artifactId> |
123 |
|
<version>${geotools.version}</version> |
124 |
|
<type>jar</type> |
125 |
|
</dependency> |
126 |
|
|
127 |
|
<dependency> |
128 |
|
<groupId>org.geotools</groupId> |
129 |
<artifactId>gt-swing</artifactId> |
<artifactId>gt-swing</artifactId> |
130 |
<version>${geotools.version}</version> |
<version>${geotools.version}</version> |
131 |
<type>jar</type> |
<type>jar</type> |
133 |
</dependency> |
</dependency> |
134 |
|
|
135 |
<dependency> |
<dependency> |
136 |
|
<groupId>javax.mail</groupId> |
137 |
|
<artifactId>mail</artifactId> |
138 |
|
<version>1.4.1</version> |
139 |
|
<type>jar</type> |
140 |
|
<scope>compile</scope> |
141 |
|
</dependency> |
142 |
|
|
143 |
|
<dependency> |
144 |
<groupId>jfree</groupId> |
<groupId>jfree</groupId> |
145 |
<artifactId>jfreechart</artifactId> |
<artifactId>jfreechart</artifactId> |
146 |
<version>1.0.13</version> |
<version>1.0.13</version> |
172 |
</dependency> |
</dependency> |
173 |
|
|
174 |
<dependency> |
<dependency> |
175 |
<!-- |
<!-- Logging with log4j. Die MVN dependency fuer 1.2.15 ist defekt. downgraded |
176 |
Logging with log4j. Die MVN dependency fuer 1.2.15 ist defekt. |
to 1.2.14 http://jira.codehaus.org/browse/MEV-649 --> |
|
downgraded to 1.2.14 http://jira.codehaus.org/browse/MEV-649 |
|
|
--> |
|
177 |
<groupId>log4j</groupId> |
<groupId>log4j</groupId> |
178 |
<artifactId>log4j</artifactId> |
<artifactId>log4j</artifactId> |
179 |
<version>1.2.14</version> |
<version>1.2.14</version> |
239 |
<scope>compile</scope> |
<scope>compile</scope> |
240 |
</dependency> |
</dependency> |
241 |
|
|
|
|
|
242 |
<dependency> |
<dependency> |
243 |
<!-- Fuer Sonderzeichenbehandlung --> |
<!-- Fuer Sonderzeichenbehandlung --> |
244 |
<groupId>ant-contrib</groupId> |
<groupId>ant-contrib</groupId> |
245 |
<artifactId>ant-contrib</artifactId> |
<artifactId>ant-contrib</artifactId> |
246 |
<version>1.0b3</version> |
<version>1.0b3</version> |
248 |
<scope>provided</scope> |
<scope>provided</scope> |
249 |
</dependency> |
</dependency> |
250 |
|
|
|
|
|
251 |
<dependency> |
<dependency> |
252 |
<!-- Fuer Sonderzeichenbehandlung --> |
<!-- Fuer Sonderzeichenbehandlung --> |
253 |
<groupId>ant</groupId> |
<groupId>ant</groupId> |
254 |
<artifactId>ant-nodeps</artifactId> |
<artifactId>ant-nodeps</artifactId> |
255 |
<version>1.6.5</version> |
<version>1.6.5</version> |
257 |
</dependency> |
</dependency> |
258 |
|
|
259 |
<dependency> |
<dependency> |
260 |
<!-- Fuer Sonderzeichenbehandlung --> |
<!-- Fuer Sonderzeichenbehandlung --> |
261 |
<groupId>com.sun</groupId> |
<groupId>com.sun</groupId> |
262 |
<artifactId>tools</artifactId> |
<artifactId>tools</artifactId> |
263 |
<version>1.6.0</version> |
<version>1.6.0</version> |
265 |
<systemPath>${java.home}/../lib/tools.jar</systemPath> |
<systemPath>${java.home}/../lib/tools.jar</systemPath> |
266 |
</dependency> |
</dependency> |
267 |
|
|
268 |
|
<dependency> |
269 |
|
<groupId>org.geotools.jdbc</groupId> |
270 |
|
<artifactId>gt-jdbc-postgis</artifactId> |
271 |
|
<version>${geotools.version}</version> |
272 |
|
<type>jar</type> |
273 |
|
<scope>compile</scope> |
274 |
|
</dependency> |
275 |
|
|
276 |
</dependencies> |
</dependencies> |
277 |
|
|
278 |
|
|
294 |
</testResource> |
</testResource> |
295 |
</testResources> |
</testResources> |
296 |
|
|
297 |
<!-- <outputDirectory>classes</outputDirectory>--> |
<!-- <outputDirectory>classes</outputDirectory> --> |
298 |
<!-- <testOutputDirectory>test-classes</testOutputDirectory>--> |
<!-- <testOutputDirectory>test-classes</testOutputDirectory> --> |
299 |
<!-- <directory>dist</directory>--> |
<!-- <directory>dist</directory> --> |
300 |
|
|
301 |
<resources> |
<resources> |
302 |
<resource> |
<resource> |
317 |
|
|
318 |
<plugin> |
<plugin> |
319 |
<groupId>org.apache.maven.plugins</groupId> |
<groupId>org.apache.maven.plugins</groupId> |
320 |
|
<artifactId>maven-jar-plugin</artifactId> |
321 |
|
<version>2.3.1</version> |
322 |
|
<executions> |
323 |
|
<execution> |
324 |
|
<goals> |
325 |
|
<goal>test-jar</goal> |
326 |
|
<goal>jar</goal> |
327 |
|
</goals> |
328 |
|
</execution> |
329 |
|
</executions> |
330 |
|
</plugin> |
331 |
|
|
332 |
|
<plugin> |
333 |
|
<groupId>org.apache.maven.plugins</groupId> |
334 |
<artifactId>maven-resources-plugin</artifactId> |
<artifactId>maven-resources-plugin</artifactId> |
335 |
<version>2.4.2</version> |
<version>2.4.2</version> |
336 |
</plugin> |
</plugin> |
390 |
<taskdef resource="net/sf/antcontrib/antlib.xml"> |
<taskdef resource="net/sf/antcontrib/antlib.xml"> |
391 |
<classpath refid="maven.dependency.classpath" /> |
<classpath refid="maven.dependency.classpath" /> |
392 |
</taskdef> |
</taskdef> |
393 |
|
|
394 |
<typedef name="native2ascii" |
<typedef name="native2ascii" |
395 |
classname="org.apache.tools.ant.taskdefs.optional.Native2Ascii"> |
classname="org.apache.tools.ant.taskdefs.optional.Native2Ascii"> |
396 |
<classpath refid="maven.dependency.classpath" /> |
<classpath refid="maven.dependency.classpath" /> |