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

Diff of /trunk/schmitzm-jfree/pom.xml

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

revision 1447 by alfonx, Thu Jan 27 13:40:41 2011 UTC revision 2050 by keeb, Thu Jun 7 10:40:15 2012 UTC
# Line 4  Line 4 
4    
5          <groupId>de.schmitzm</groupId>          <groupId>de.schmitzm</groupId>
6          <artifactId>schmitzm-jfree</artifactId>          <artifactId>schmitzm-jfree</artifactId>
7          <version>2.5-SNAPSHOT</version>          <version>2.8-SNAPSHOT</version>
8          <packaging>jar</packaging>          <packaging>jar</packaging>
9    
10          <name>schmitzm-jfree</name>          <name>schmitzm-jfree</name>
# Line 13  Line 13 
13          <parent>          <parent>
14                  <groupId>de.schmitzm</groupId>                  <groupId>de.schmitzm</groupId>
15                  <artifactId>schmitzm-parent</artifactId>                  <artifactId>schmitzm-parent</artifactId>
16                  <version>2.5-SNAPSHOT</version>                  <version>2.8-SNAPSHOT</version>
17                  <relativePath>../schmitzm-parent/pom.xml</relativePath>                  <relativePath>../schmitzm-parent/pom.xml</relativePath>
18          </parent>          </parent>
19    
# Line 36  Line 36 
36                  </dependency>                  </dependency>
37                                    
38                  <dependency>                  <dependency>
39                          <groupId>jfree</groupId>                          <groupId>org.jfree</groupId>
40                          <artifactId>jfreechart</artifactId>                          <artifactId>jfreechart</artifactId>
41                          <version>1.0.13</version>                          <version>1.0.14</version>
42                          <scope>compile</scope>                          <scope>compile</scope>
43                            <exclusions>
44                                    <exclusion>
45                                            <groupId>com.lowagie</groupId>
46                                            <artifactId>itext</artifactId>
47                                    </exclusion>
48                            </exclusions>
49                  </dependency>                  </dependency>
50    
51                  <dependency>                  <dependency>
# Line 74  Line 80 
80                                                                          <mainClass>de.schmitzm.lang.ResourceProviderOperator</mainClass>                                                                          <mainClass>de.schmitzm.lang.ResourceProviderOperator</mainClass>
81                                                                          <arguments>                                                                          <arguments>
82                                                                                  <argument>-s</argument>                                                                                  <argument>-s</argument>
83                                                                                  <argument>${project.build.directory}/../src</argument>                                                                                  <argument>${basedir}/src/main/resources</argument>
84                                                                                  <argument>-b</argument>                                                                                  <argument>-b</argument>
85                                                                                  <argument>dschmitzm.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>de.schmitzm.jfree.resource.locales.JFreeResourceBundle
86                                                                                  </argument>                                                                                  </argument>
87                                                                          </arguments>                                                                          </arguments>
88                                                                  </configuration>                                                                  </configuration>
# Line 88  Line 94 
94                  </profile>                  </profile>
95          </profiles>          </profiles>
96                    
97            <build>
98                    <pluginManagement>
99                            <plugins>
100                                    <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
101                                    <plugin>
102                                            <groupId>org.eclipse.m2e</groupId>
103                                            <artifactId>lifecycle-mapping</artifactId>
104                                            <version>1.0.0</version>
105                                            <configuration>
106                                                    <lifecycleMappingMetadata>
107                                                            <pluginExecutions>
108                                                                    <pluginExecution>
109                                                                            <pluginExecutionFilter>
110                                                                                    <groupId>
111                                                                                            org.codehaus.mojo
112                                                                                    </groupId>
113                                                                                    <artifactId>
114                                                                                            exec-maven-plugin
115                                                                                    </artifactId>
116                                                                                    <versionRange>
117                                                                                            [1.2,)
118                                                                                    </versionRange>
119                                                                                    <goals>
120                                                                                            <goal>java</goal>
121                                                                                    </goals>
122                                                                            </pluginExecutionFilter>
123                                                                            <action>
124                                                                                    <ignore></ignore>
125                                                                            </action>
126                                                                    </pluginExecution>
127                                                            </pluginExecutions>
128                                                    </lifecycleMappingMetadata>
129                                            </configuration>
130                                    </plugin>
131                            </plugins>
132                    </pluginManagement>
133            </build>
134  </project>  </project>

Legend:
Removed from v.1447  
changed lines
  Added in v.2050

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26