/[schmitzm]/branches/2.2.x/pom.xml
ViewVC logotype

Diff of /branches/2.2.x/pom.xml

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

revision 783 by alfonx, Sat Apr 3 14:27:27 2010 UTC revision 789 by alfonx, Thu Apr 8 10:04:28 2010 UTC
# Line 12  Line 12 
12                  <url>http://wald.intevation.org/tracker/?group_id=47</url>                  <url>http://wald.intevation.org/tracker/?group_id=47</url>
13          </issueManagement>          </issueManagement>
14    
15   <licenses>          <licenses>
16    <license>                  <license>
17     <name>Lesser General Public License (LGPL)</name>                          <name>Lesser General Public License (LGPL)</name>
18     <url>http://www.gnu.org/copyleft/lgpl.txt</url>                          <url>http://www.gnu.org/copyleft/lgpl.txt</url>
19    </license>                  </license>
20   </licenses>          </licenses>
21    
22          <properties>          <properties>
23                  <geotools.version>2.6.2</geotools.version>                  <geotools.version>2.6.2</geotools.version>
24          </properties>          </properties>
25    
26          <developers>          <developers>
27                  <developer>                  <developer>
28                          <id>alfonx</id>                          <id>alfonx</id>
# Line 45  Line 46 
46                          </roles>                          </roles>
47                  </developer>                  </developer>
48          </developers>          </developers>
49    
50          <scm>          <scm>
51                  <connection>scm:https://svn.wald.intevation.org/svn/schmitzm</connection>                  <connection>scm:https://svn.wald.intevation.org/svn/schmitzm</connection>
52                  <url>https://svn.wald.intevation.org/svn/schmitzm/trunk</url>                  <url>https://svn.wald.intevation.org/svn/schmitzm/trunk</url>
53          </scm>          </scm>
54    
55          <organization>          <organization>
56                  <url>http://www.wikisquare.de</url>                  <url>http://www.wikisquare.de</url>
57          </organization>          </organization>
58    
59    
60          <dependencies>          <dependencies>
61            
           
62                  <dependency>                  <dependency>
63                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
64                          <artifactId>gt-render</artifactId>                          <artifactId>gt-render</artifactId>
# Line 79  Line 83 
83                          <scope>compile</scope>                          <scope>compile</scope>
84                  </dependency>                  </dependency>
85    
   
86                  <dependency>                  <dependency>
87                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
88                          <artifactId>gt-brewer</artifactId>                          <artifactId>gt-brewer</artifactId>
# Line 88  Line 91 
91                          <scope>compile</scope>                          <scope>compile</scope>
92                  </dependency>                  </dependency>
93    
   
94                  <dependency>                  <dependency>
95                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
96                          <artifactId>gt-image</artifactId>                          <artifactId>gt-image</artifactId>
# Line 105  Line 107 
107                          <scope>compile</scope>                          <scope>compile</scope>
108                  </dependency>                  </dependency>
109    
   
110                  <dependency>                  <dependency>
111                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
112                          <artifactId>gt-geotiff</artifactId>                          <artifactId>gt-geotiff</artifactId>
# Line 114  Line 115 
115                          <scope>compile</scope>                          <scope>compile</scope>
116                  </dependency>                  </dependency>
117    
   
118                  <dependency>                  <dependency>
119                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
120                          <artifactId>gt-swing</artifactId>                          <artifactId>gt-swing</artifactId>
# Line 153  Line 153 
153                          <scope>compile</scope>                          <scope>compile</scope>
154                  </dependency>                  </dependency>
155    
   
156                  <dependency>                  <dependency>
157                          <!--                          <!--
158                                  Logging with log4j. Die MVN dependency fuer 1.2.15 ist defekt.                                  Logging with log4j. Die MVN dependency fuer 1.2.15 ist defekt.
# Line 171  Line 170 
170                          <type>jar</type>                          <type>jar</type>
171                          <scope>compile</scope>                          <scope>compile</scope>
172                  </dependency>                  </dependency>
173    
174                  <dependency>                  <dependency>
175                          <groupId>colt</groupId>                          <groupId>colt</groupId>
176                          <artifactId>colt</artifactId>                          <artifactId>colt</artifactId>
# Line 178  Line 178 
178                          <type>jar</type>                          <type>jar</type>
179                          <scope>compile</scope>                          <scope>compile</scope>
180                  </dependency>                  </dependency>
181    
182                  <dependency>                  <dependency>
183                          <groupId>javax.media</groupId>                          <groupId>javax.media</groupId>
184                          <artifactId>jai_core</artifactId>                          <artifactId>jai_core</artifactId>
# Line 185  Line 186 
186                          <type>jar</type>                          <type>jar</type>
187                          <scope>compile</scope>                          <scope>compile</scope>
188                  </dependency>                  </dependency>
189    
190                  <dependency>                  <dependency>
191                          <groupId>commons-io</groupId>                          <groupId>commons-io</groupId>
192                          <artifactId>commons-io</artifactId>                          <artifactId>commons-io</artifactId>
# Line 192  Line 194 
194                          <type>jar</type>                          <type>jar</type>
195                          <scope>compile</scope>                          <scope>compile</scope>
196                  </dependency>                  </dependency>
197    
198                  <dependency>                  <dependency>
199                          <groupId>net.jini</groupId>                          <groupId>net.jini</groupId>
200                          <artifactId>jini-ext</artifactId>                          <artifactId>jini-ext</artifactId>
# Line 199  Line 202 
202                          <type>jar</type>                          <type>jar</type>
203                          <scope>compile</scope>                          <scope>compile</scope>
204                  </dependency>                  </dependency>
205    
206                  <dependency>                  <dependency>
207                          <groupId>com.miglayout</groupId>                          <groupId>com.miglayout</groupId>
208                          <artifactId>miglayout</artifactId>                          <artifactId>miglayout</artifactId>
209                          <version>3.7.2</version>                          <version>3.7.2</version>
210                  </dependency>                  </dependency>
211    
212                  <dependency>                  <dependency>
213                          <groupId>jdom</groupId>                          <groupId>jdom</groupId>
214                          <artifactId>jdom</artifactId>                          <artifactId>jdom</artifactId>
215                          <version>1.1</version>                          <version>1.1</version>
216                  </dependency>                  </dependency>
217    
218          </dependencies>          </dependencies>
219    
220    
221          <build>          <build>
222    
223                  <sourceDirectory>src</sourceDirectory>                  <sourceDirectory>src</sourceDirectory>
224                  <testSourceDirectory>src_junit</testSourceDirectory>                  <testSourceDirectory>src_junit</testSourceDirectory>
225    
226                  <outputDirectory>classes</outputDirectory>                  <outputDirectory>classes</outputDirectory>
227                  <testOutputDirectory>test-classes</testOutputDirectory>                  <testOutputDirectory>test-classes</testOutputDirectory>
228                  <directory>dist</directory>  
229    <!--            <directory>dist</directory>-->
230                  <finalName>schmitzm-2.0.x</finalName>                  <finalName>schmitzm-2.0.x</finalName>
231    
232                    <resources>
233                            <resource>
234                                    <directory>src</directory>
235                                    <filtering>false</filtering>
236                                    <excludes>
237                                            <exclude>**/*.java</exclude>
238                                    </excludes>
239                            </resource>
240                    </resources>
241    
242    
243                  <plugins>                  <plugins>
244    
245                          <plugin>                          <plugin>
246                                  <artifactId>maven-compiler-plugin</artifactId>                                  <artifactId>maven-compiler-plugin</artifactId>
247                                  <configuration>                                  <configuration>
# Line 238  Line 261 
261                          </plugin>                          </plugin>
262    
263                  </plugins>                  </plugins>
264    
265          </build>          </build>
266    
267     <repositories>  
268          <repository>          <repositories>
269            <snapshots>  
270              <enabled>false</enabled>                  <repository>
271            </snapshots>                          <snapshots>
272            <id>central</id>                                  <enabled>false</enabled>
273            <name>libs-releases</name>                          </snapshots>
274            <url>http://www.wikisquare.de:8080/artifactory/libs-releases</url>                          <id>central</id>
275          </repository>                          <name>libs-releases</name>
276          <repository>                          <url>http://www.wikisquare.de:8080/artifactory/libs-releases</url>
277            <snapshots />                  </repository>
278            <id>snapshots</id>  
279            <name>libs-snapshots</name>                  <repository>
280            <url>http://www.wikisquare.de:8080/artifactory/libs-snapshots</url>                          <snapshots />
281          </repository>                          <id>snapshots</id>
282        </repositories>                          <name>libs-snapshots</name>
283                            <url>http://www.wikisquare.de:8080/artifactory/libs-snapshots</url>
284  <distributionManagement>                  </repository>
285    
286      <snapshotRepository>          </repositories>
287          <id>artifactory.wikisquare.de</id>  
288          <name>artifactory.wikisquare.de-snapshots</name>  
289          <url>http://www.wikisquare.de:8080/artifactory/libs-snapshots-local</url>          <distributionManagement>
290      </snapshotRepository>  
291      <repository>                  <repository>
292          <id>artifactory.wikisquare.de</id>                          <id>artifactory.wikisquare.de</id>
293          <name>artifactory.wikisquare.de-releases</name>                          <name>artifactory.wikisquare.de-releases</name>
294          <url>http://www.wikisquare.de:8080/artifactory/libs-releases-local</url>                          <url>http://www.wikisquare.de:8080/artifactory/libs-releases-local
295      </repository>                          </url>
296                            </repository>
297  </distributionManagement>  
298                    <snapshotRepository>
299                            <id>artifactory.wikisquare.de</id>
300                            <name>artifactory.wikisquare.de-snapshots</name>
301                            <url>http://www.wikisquare.de:8080/artifactory/libs-snapshots-local
302                            </url>
303                    </snapshotRepository>
304    
305            </distributionManagement>
306    
307  </project>  </project>

Legend:
Removed from v.783  
changed lines
  Added in v.789

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26