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> |
231 |
<scope>compile</scope> |
<scope>compile</scope> |
232 |
</dependency> |
</dependency> |
233 |
|
|
|
|
|
234 |
<dependency> |
<dependency> |
235 |
<!-- Fuer Sonderzeichenbehandlung --> |
<!-- Fuer Sonderzeichenbehandlung --> |
236 |
<groupId>ant-contrib</groupId> |
<groupId>ant-contrib</groupId> |
240 |
<scope>provided</scope> |
<scope>provided</scope> |
241 |
</dependency> |
</dependency> |
242 |
|
|
|
|
|
243 |
<dependency> |
<dependency> |
244 |
<!-- Fuer Sonderzeichenbehandlung --> |
<!-- Fuer Sonderzeichenbehandlung --> |
245 |
<groupId>ant</groupId> |
<groupId>ant</groupId> |
257 |
<systemPath>${java.home}/../lib/tools.jar</systemPath> |
<systemPath>${java.home}/../lib/tools.jar</systemPath> |
258 |
</dependency> |
</dependency> |
259 |
|
|
260 |
|
<dependency> |
261 |
|
<groupId>org.geotools.jdbc</groupId> |
262 |
|
<artifactId>gt-jdbc-postgis</artifactId> |
263 |
|
<version>${geotools.version}</version> |
264 |
|
<type>jar</type> |
265 |
|
<scope>compile</scope> |
266 |
|
</dependency> |
267 |
|
|
268 |
</dependencies> |
</dependencies> |
269 |
|
|
270 |
|
|
382 |
<taskdef resource="net/sf/antcontrib/antlib.xml"> |
<taskdef resource="net/sf/antcontrib/antlib.xml"> |
383 |
<classpath refid="maven.dependency.classpath" /> |
<classpath refid="maven.dependency.classpath" /> |
384 |
</taskdef> |
</taskdef> |
385 |
|
|
386 |
<typedef name="native2ascii" |
<typedef name="native2ascii" |
387 |
classname="org.apache.tools.ant.taskdefs.optional.Native2Ascii"> |
classname="org.apache.tools.ant.taskdefs.optional.Native2Ascii"> |
388 |
<classpath refid="maven.dependency.classpath" /> |
<classpath refid="maven.dependency.classpath" /> |