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

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

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

revision 961 by alfonx, Wed Aug 11 08:57:20 2010 UTC revision 1087 by alfonx, Sat Oct 9 22:12:04 2010 UTC
# Line 157  Line 157 
157                  </dependency>                  </dependency>
158    
159                  <dependency>                  <dependency>
160                          <!--                          <!-- Logging with log4j. Die MVN dependency fuer 1.2.15 ist defekt. downgraded
161                                  Logging with log4j. Die MVN dependency fuer 1.2.15 ist defekt.                                  to 1.2.14 http://jira.codehaus.org/browse/MEV-649 -->
                                 downgraded to 1.2.14 http://jira.codehaus.org/browse/MEV-649  
                         -->  
162                          <groupId>log4j</groupId>                          <groupId>log4j</groupId>
163                          <artifactId>log4j</artifactId>                          <artifactId>log4j</artifactId>
164                          <version>1.2.14</version>                          <version>1.2.14</version>
# Line 228  Line 226 
226    
227    
228                  <dependency>                  <dependency>
229                          <!-- Fuer Sonderzeichenbehandlung  -->                          <!-- Fuer Sonderzeichenbehandlung -->
230                          <groupId>ant-contrib</groupId>                          <groupId>ant-contrib</groupId>
231                          <artifactId>ant-contrib</artifactId>                          <artifactId>ant-contrib</artifactId>
232                          <version>1.0b3</version>                          <version>1.0b3</version>
# Line 238  Line 236 
236    
237    
238                  <dependency>                  <dependency>
239                          <!-- Fuer Sonderzeichenbehandlung  -->                          <!-- Fuer Sonderzeichenbehandlung -->
240                          <groupId>ant</groupId>                          <groupId>ant</groupId>
241                          <artifactId>ant-nodeps</artifactId>                          <artifactId>ant-nodeps</artifactId>
242                          <version>1.6.5</version>                          <version>1.6.5</version>
# Line 246  Line 244 
244                  </dependency>                  </dependency>
245    
246                  <dependency>                  <dependency>
247                          <!-- Fuer Sonderzeichenbehandlung  -->                          <!-- Fuer Sonderzeichenbehandlung -->
248                          <groupId>com.sun</groupId>                          <groupId>com.sun</groupId>
249                          <artifactId>tools</artifactId>                          <artifactId>tools</artifactId>
250                          <version>1.6.0</version>                          <version>1.6.0</version>
# Line 275  Line 273 
273                          </testResource>                          </testResource>
274                  </testResources>                  </testResources>
275    
276                  <!--    <outputDirectory>classes</outputDirectory>-->                  <!-- <outputDirectory>classes</outputDirectory> -->
277                  <!--    <testOutputDirectory>test-classes</testOutputDirectory>-->                  <!-- <testOutputDirectory>test-classes</testOutputDirectory> -->
278                  <!--    <directory>dist</directory>-->                  <!-- <directory>dist</directory> -->
279    
280                  <resources>                  <resources>
281                          <resource>                          <resource>
# Line 298  Line 296 
296    
297                          <plugin>                          <plugin>
298                                  <groupId>org.apache.maven.plugins</groupId>                                  <groupId>org.apache.maven.plugins</groupId>
299                                    <artifactId>maven-jar-plugin</artifactId>
300                                    <version>2.3.1</version>
301                                    <executions>
302                                            <execution>
303                                                    <goals>
304                                                            <goal>test-jar</goal>
305                                                            <goal>jar</goal>
306                                                    </goals>
307                                            </execution>
308                                    </executions>
309                            </plugin>
310    
311                            <plugin>
312                                    <groupId>org.apache.maven.plugins</groupId>
313                                  <artifactId>maven-resources-plugin</artifactId>                                  <artifactId>maven-resources-plugin</artifactId>
314                                  <version>2.4.2</version>                                  <version>2.4.2</version>
315                          </plugin>                          </plugin>

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26