/[schmitzm]/trunk/pom.xml
ViewVC logotype

Diff of /trunk/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1111 by alfonx, Thu Oct 14 18:28:28 2010 UTC revision 1161 by alfonx, Sun Oct 24 16:44:18 2010 UTC
# Line 119  Line 119 
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>
# Line 224  Line 231 
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>
# Line 234  Line 240 
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>
# Line 252  Line 257 
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    
# Line 369  Line 382 
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" />

Legend:
Removed from v.1111  
changed lines
  Added in v.1161

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26