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

Diff of /trunk/pom.xml

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

revision 1087 by alfonx, Sat Oct 9 22:12:04 2010 UTC revision 1188 by alfonx, Wed Oct 27 23:48:41 2010 UTC
# Line 1  Line 1 
1  <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3            
4          <modelVersion>4.0.0</modelVersion>          <modelVersion>4.0.0</modelVersion>
5          <groupId>de.schmitzm</groupId>          <groupId>de.schmitzm</groupId>
6          <artifactId>schmitzm-library</artifactId>          <artifactId>schmitzm-library</artifactId>
# Line 119  Line 120 
120    
121                  <dependency>                  <dependency>
122                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
123                            <artifactId>gt-wfs</artifactId>
124                            <version>${geotools.version}</version>
125                            <type>jar</type>
126                    </dependency>
127    
128                    <dependency>
129                            <groupId>org.geotools</groupId>
130                          <artifactId>gt-swing</artifactId>                          <artifactId>gt-swing</artifactId>
131                          <version>${geotools.version}</version>                          <version>${geotools.version}</version>
132                          <type>jar</type>                          <type>jar</type>
# Line 126  Line 134 
134                  </dependency>                  </dependency>
135    
136                  <dependency>                  <dependency>
137                            <groupId>javax.mail</groupId>
138                            <artifactId>mail</artifactId>
139                            <version>1.4.1</version>
140                            <type>jar</type>
141                            <scope>compile</scope>
142                    </dependency>
143    
144                    <dependency>
145                          <groupId>jfree</groupId>                          <groupId>jfree</groupId>
146                          <artifactId>jfreechart</artifactId>                          <artifactId>jfreechart</artifactId>
147                          <version>1.0.13</version>                          <version>1.0.13</version>
# Line 224  Line 240 
240                          <scope>compile</scope>                          <scope>compile</scope>
241                  </dependency>                  </dependency>
242    
   
243                  <dependency>                  <dependency>
244                          <!-- Fuer Sonderzeichenbehandlung -->                          <!-- Fuer Sonderzeichenbehandlung -->
245                          <groupId>ant-contrib</groupId>                          <groupId>ant-contrib</groupId>
# Line 234  Line 249 
249                          <scope>provided</scope>                          <scope>provided</scope>
250                  </dependency>                  </dependency>
251    
   
252                  <dependency>                  <dependency>
253                          <!-- Fuer Sonderzeichenbehandlung -->                          <!-- Fuer Sonderzeichenbehandlung -->
254                          <groupId>ant</groupId>                          <groupId>ant</groupId>
# Line 252  Line 266 
266                          <systemPath>${java.home}/../lib/tools.jar</systemPath>                          <systemPath>${java.home}/../lib/tools.jar</systemPath>
267                  </dependency>                  </dependency>
268    
269                    <dependency>
270                            <groupId>org.geotools.jdbc</groupId>
271                            <artifactId>gt-jdbc-postgis</artifactId>
272                            <version>${geotools.version}</version>
273                            <type>jar</type>
274                            <scope>compile</scope>
275                    </dependency>
276    
277          </dependencies>          </dependencies>
278    
279    
# Line 369  Line 391 
391                                                                  <taskdef resource="net/sf/antcontrib/antlib.xml">                                                                  <taskdef resource="net/sf/antcontrib/antlib.xml">
392                                                                          <classpath refid="maven.dependency.classpath" />                                                                          <classpath refid="maven.dependency.classpath" />
393                                                                  </taskdef>                                                                  </taskdef>
394    
395                                                                  <typedef name="native2ascii"                                                                  <typedef name="native2ascii"
396                                                                          classname="org.apache.tools.ant.taskdefs.optional.Native2Ascii">                                                                          classname="org.apache.tools.ant.taskdefs.optional.Native2Ascii">
397                                                                          <classpath refid="maven.dependency.classpath" />                                                                          <classpath refid="maven.dependency.classpath" />

Legend:
Removed from v.1087  
changed lines
  Added in v.1188

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26