/[schmitzm]/branches/2.6-KECK/schmitzm-core/pom.xml
ViewVC logotype

Diff of /branches/2.6-KECK/schmitzm-core/pom.xml

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

revision 1409 by alfonx, Wed Jan 26 20:32:17 2011 UTC revision 1605 by mojays, Wed Jun 8 16:16:08 2011 UTC
# Line 18  Line 18 
18          <url>http://maven.apache.org</url>          <url>http://maven.apache.org</url>
19    
20          <dependencies>          <dependencies>
   
                 <dependency>  
 <!--                     Logging with log4j. Die MVN dependency fuer 1.2.15 ist defekt. downgraded -->  
 <!--                            to 1.2.14 http://jira.codehaus.org/browse/MEV-649 -->  
                         <groupId>log4j</groupId>  
                         <artifactId>log4j</artifactId>  
                         <version>1.2.14</version>  
                 </dependency>  
   
                 <dependency>  
                         <groupId>junit</groupId>  
                         <artifactId>junit</artifactId>  
                         <version>4.8.2</version>  
                         <type>jar</type>  
                         <scope>test</scope>  
                 </dependency>  
   
21                  <dependency>                  <dependency>
22                          <groupId>javax.media</groupId>                          <groupId>javax.media</groupId>
23                          <artifactId>jai_core</artifactId>                          <artifactId>jai_core</artifactId>
# Line 60  Line 43 
43                  </dependency>                  </dependency>
44    
45                  <dependency>                  <dependency>
46                    <!-- NOT USE 2.0.1 for now... -->
47                          <groupId>commons-io</groupId>                          <groupId>commons-io</groupId>
48                          <artifactId>commons-io</artifactId>                          <artifactId>commons-io</artifactId>
49                          <version>1.4</version>                          <version>1.4</version>
# Line 70  Line 54 
54                  <dependency>                  <dependency>
55                          <groupId>com.miglayout</groupId>                          <groupId>com.miglayout</groupId>
56                          <artifactId>miglayout</artifactId>                          <artifactId>miglayout</artifactId>
57                          <version>3.7.3</version>                          <version>3.7.4</version>
58                          <classifier>swing</classifier>                          <classifier>swing</classifier>
59                          <scope>compile</scope>                          <scope>compile</scope>
60                  </dependency>                  </dependency>
61                    
62                    <dependency>
63                            <groupId>com.toedter</groupId>
64                            <artifactId>jcalendar</artifactId>
65                            <version>1.3.3</version>
66                            <type>jar</type>
67                            <scope>compile</scope>
68                    </dependency>
69    
70                  <dependency>                  <dependency>
71                          <groupId>net.jini</groupId>                          <groupId>net.jini</groupId>
# Line 114  Line 106 
106                  </dependency>                  </dependency>
107  -->  -->
108                  <dependency>                  <dependency>
109    <!-- Kommt in version 2.3 von gt-swing und sonst verwirren die zwei versionene den gp export -->
110                          <groupId>commons-lang</groupId>                          <groupId>commons-lang</groupId>
111                          <artifactId>commons-lang</artifactId>                          <artifactId>commons-lang</artifactId>
112                          <version>2.4</version>                          <version>2.3</version>
113    <!--                    <version>2.4</version>-->
114                          <type>jar</type>                          <type>jar</type>
115                          <scope>compile</scope>                          <scope>compile</scope>
116                  </dependency>                  </dependency>
# Line 139  Line 133 
133                  </plugins>                  </plugins>
134    
135          </build>          </build>
136            
137            
138            <profiles>
139                    <profile>
140                            <id>resourceOperationRemove</id>
141                            <!-- When this profile is activated (e.g with "mavn install -P resourceOperationRemove"
142                                    the build will remove any lines in the resource bundes that are tagged with
143                                    REMOVEME_ -->
144                            <build>
145                                    <plugins>
146                                            <plugin>
147                                                    <groupId>org.codehaus.mojo</groupId>
148                                                    <artifactId>exec-maven-plugin</artifactId>
149                                                    <version>1.2</version>
150                                                    <executions>
151                                                            <execution>
152                                                                    <phase>generate-sources</phase>
153                                                                    <goals>
154                                                                            <goal>java</goal>
155                                                                    </goals>
156                                                                    <configuration>
157                                                                            <mainClass>de.schmitzm.lang.ResourceProviderOperator</mainClass>
158                                                                            <arguments>
159                                                                                    <argument>-s</argument>
160                                                                                    <argument>${basedir}/src/main/resources</argument>
161                                                                                    <argument>-b</argument>
162                                                                                    <argument>de.schmitzm.swing.resource.locales.SwingResourceBundle;de.schmitzm.lang.resource.locales.LangResourceBundle;de.schmitzm.net.mail.resource.locales.MailResourceBundle;de.schmitzm.data.resource.locales.DataResourceBundle
163                                                                                    </argument>
164                                                                            </arguments>
165                                                                    </configuration>
166                                                            </execution>
167                                                    </executions>
168                                            </plugin>
169                                    </plugins>
170                            </build>
171                    </profile>
172            </profiles>
173            
174    
175  </project>  </project>

Legend:
Removed from v.1409  
changed lines
  Added in v.1605

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26