/[packages]/cauldron/xmltool/current/SOURCES/001-xmltool-fixbuild.patch
ViewVC logotype

Contents of /cauldron/xmltool/current/SOURCES/001-xmltool-fixbuild.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 91633 - (show annotations) (download)
Tue Apr 26 06:40:13 2011 UTC (13 years ago) by dmorgan
File size: 2068 byte(s)
imported package xmltool
1 --- A/pom.xml 2010-05-07 00:57:22.402693000 +0200
2 +++ B/pom.xml 2010-05-08 11:52:57.050886935 +0200
3 @@ -110,7 +110,7 @@
4 -->
5
6 <prerequisites>
7 - <maven>2.0.9</maven>
8 + <maven>2.0.8</maven>
9 </prerequisites>
10
11 <build>
12 @@ -243,31 +243,6 @@
13 <locales>en</locales>
14 </configuration>
15 </plugin>
16 - <plugin>
17 - <groupId>com.google.code.maven-license-plugin</groupId>
18 - <artifactId>maven-license-plugin</artifactId>
19 - <version>1.3.0</version>
20 - <configuration>
21 - <header>${basedir}/src/main/etc/header.txt</header>
22 - <failIfMissing>true</failIfMissing>
23 - <properties>
24 - <owner>Mathieu Carbou</owner>
25 - <year>${project.inceptionYear}</year>
26 - <email>mathieu.carbou@gmail.com</email>
27 - </properties>
28 - <excludes>
29 - <exclude>LICENSE.txt</exclude>
30 - <exclude>src/test/resources/**</exclude>
31 - </excludes>
32 - </configuration>
33 - <executions>
34 - <execution>
35 - <goals>
36 - <goal>check</goal>
37 - </goals>
38 - </execution>
39 - </executions>
40 - </plugin>
41 </plugins>
42 </build>
43
44 @@ -366,21 +341,5 @@
45 LIBS
46 -->
47
48 - <dependencies>
49 - <dependency>
50 - <groupId>org.testng</groupId>
51 - <artifactId>testng</artifactId>
52 - <version>5.8</version>
53 - <classifier>jdk15</classifier>
54 - <scope>test</scope>
55 - <exclusions>
56 - <exclusion>
57 - <groupId>junit</groupId>
58 - <artifactId>junit</artifactId>
59 - </exclusion>
60 - </exclusions>
61 - </dependency>
62 - </dependencies>
63 -
64 </project>
65

  ViewVC Help
Powered by ViewVC 1.1.30