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

Diff of /trunk/pom.xml

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

revision 1306 by alfonx, Wed Nov 24 15:15:08 2010 UTC revision 1335 by alfonx, Tue Dec 7 15:53:19 2010 UTC
# Line 6  Line 6 
6          <artifactId>schmitzm-library</artifactId>          <artifactId>schmitzm-library</artifactId>
7          <name>schmitzm-library</name>          <name>schmitzm-library</name>
8          <version>2.4-SNAPSHOT</version>          <version>2.4-SNAPSHOT</version>
9          <description>A jar full of utility methods for Java6, Swing, Geotools and JFreeChart</description>          <description>A jar full of utility methods for Java6, Swing, Geotools
10                    and JFreeChart</description>
11    
12          <issueManagement>          <issueManagement>
13                  <system>gforge</system>                  <system>gforge</system>
# Line 147  Line 148 
148                          <version>${geotools.version}</version>                          <version>${geotools.version}</version>
149                          <type>jar</type>                          <type>jar</type>
150                          <scope>compile</scope>                          <scope>compile</scope>
151                            <exclusions>
152                                    <!-- We use miglayout 3.7.3, not 3.7 -->
153                                    <exclusion>
154                                            <groupId>com.miglayout</groupId>
155                                            <artifactId>miglayout</artifactId>
156                                            <classifier>swing</classifier>
157                                    </exclusion>
158                            </exclusions>
159                  </dependency>                  </dependency>
160    
161                  <dependency>                  <dependency>
# Line 179  Line 188 
188                          <type>jar</type>                          <type>jar</type>
189                          <scope>compile</scope>                          <scope>compile</scope>
190                  </dependency>                  </dependency>
191    <!---->
192                  <dependency>                  <!-- <dependency> -->
193                          <groupId>org.slf4j</groupId>                  <!-- <groupId>org.slf4j</groupId> -->
194                          <artifactId>slf4j-log4j12</artifactId>                  <!-- <artifactId>slf4j-log4j12</artifactId> -->
195                          <version>1.5.11</version>                  <!-- <version>1.5.11</version> -->
196                          <type>jar</type>                  <!-- <type>jar</type> -->
197                          <scope>compile</scope>                  <!-- <scope>compile</scope> -->
198                  </dependency>                  <!-- </dependency> -->
199    
200                  <dependency>                  <dependency>
201                          <!-- Logging with log4j. Die MVN dependency fuer 1.2.15 ist defekt. downgraded                          <!-- Logging with log4j. Die MVN dependency fuer 1.2.15 ist defekt. downgraded
# Line 240  Line 249 
249                          <groupId>com.miglayout</groupId>                          <groupId>com.miglayout</groupId>
250                          <artifactId>miglayout</artifactId>                          <artifactId>miglayout</artifactId>
251                          <version>3.7.3</version>                          <version>3.7.3</version>
252                            <classifier>swing</classifier>
253                            <scope>compile</scope>
254                  </dependency>                  </dependency>
255    
256                  <dependency>                  <dependency>
# Line 482  Line 493 
493                          <snapshots />                          <snapshots />
494                          <id>snapshots</id>                          <id>snapshots</id>
495                          <name>libs-snapshots</name>                          <name>libs-snapshots</name>
496                          <url>http://artifactory.wikisquare.de/artifactory/libs-snapshots</url>                          <url>http://artifactory.wikisquare.de/artifactory/libs-snapshots
497                            </url>
498                  </repository>                  </repository>
499    
500          </repositories>          </repositories>
# Line 492  Line 504 
504                  <repository>                  <repository>
505                          <id>artifactory.wikisquare.de</id>                          <id>artifactory.wikisquare.de</id>
506                          <name>artifactory.wikisquare.de-releases</name>                          <name>artifactory.wikisquare.de-releases</name>
507                          <url>http://artifactory.wikisquare.de/artifactory/libs-releases-local</url>                          <url>http://artifactory.wikisquare.de/artifactory/libs-releases-local
508                            </url>
509                  </repository>                  </repository>
510    
511                  <snapshotRepository>                  <snapshotRepository>
512                          <id>artifactory.wikisquare.de</id>                          <id>artifactory.wikisquare.de</id>
513                          <name>artifactory.wikisquare.de-snapshots</name>                          <name>artifactory.wikisquare.de-snapshots</name>
514                          <url>http://artifactory.wikisquare.de/artifactory/libs-snapshots-local</url>                          <url>http://artifactory.wikisquare.de/artifactory/libs-snapshots-local
515                            </url>
516                  </snapshotRepository>                  </snapshotRepository>
517    
518          </distributionManagement>          </distributionManagement>
# Line 526  Line 540 
540                                                                                  <argument>-s</argument>                                                                                  <argument>-s</argument>
541                                                                                  <argument>${project.build.directory}/../src</argument>                                                                                  <argument>${project.build.directory}/../src</argument>
542                                                                                  <argument>-b</argument>                                                                                  <argument>-b</argument>
543                                                                                  <argument>schmitzm.geotools.gui.resource.locales.GTResourceBundle;schmitzm.swing.resource.locales.SwingResourceBundle;schmitzm.geotools.feature.resource.locales.FeatureResourceBundle;schmitzm.jfree.resource.locales.JFreeResourceBundle;schmitzm.lang.resource.locales.LangResourceBundle;schmitzm.mail.resource.locales.MailResourceBundle;schmitzm.data.resource.locales.DataResourceBundle</argument>                                                                                  <argument>schmitzm.geotools.gui.resource.locales.GTResourceBundle;schmitzm.swing.resource.locales.SwingResourceBundle;schmitzm.geotools.feature.resource.locales.FeatureResourceBundle;schmitzm.jfree.resource.locales.JFreeResourceBundle;schmitzm.lang.resource.locales.LangResourceBundle;schmitzm.mail.resource.locales.MailResourceBundle;schmitzm.data.resource.locales.DataResourceBundle
544                                                                                    </argument>
545                                                                          </arguments>                                                                          </arguments>
546                                                                  </configuration>                                                                  </configuration>
547                                                          </execution>                                                          </execution>

Legend:
Removed from v.1306  
changed lines
  Added in v.1335

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26