[pkg-java] r7708 - trunk/plexus-cdc/debian/patches
twerner at alioth.debian.org
twerner at alioth.debian.org
Thu Dec 18 06:07:08 UTC 2008
Author: twerner
Date: 2008-12-18 06:07:07 +0000 (Thu, 18 Dec 2008)
New Revision: 7708
Modified:
trunk/plexus-cdc/debian/patches/pom.diff
Log:
disable test dependencies because do not run tests yet
Modified: trunk/plexus-cdc/debian/patches/pom.diff
===================================================================
--- trunk/plexus-cdc/debian/patches/pom.diff 2008-12-17 22:25:24 UTC (rev 7707)
+++ trunk/plexus-cdc/debian/patches/pom.diff 2008-12-18 06:07:07 UTC (rev 7708)
@@ -2,8 +2,8 @@
Index: plexus-cdc-1.0~alpha14/pom.xml
===================================================================
---- plexus-cdc-1.0~alpha14.orig/pom.xml 2008-07-25 01:56:09.000000000 +0200
-+++ plexus-cdc-1.0~alpha14/pom.xml 2008-12-14 21:31:42.000000000 +0100
+--- plexus-cdc-1.0~alpha14.orig/pom.xml 2008-12-18 06:59:40.000000000 +0100
++++ plexus-cdc-1.0~alpha14/pom.xml 2008-12-18 07:03:30.000000000 +0100
@@ -21,6 +21,8 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
@@ -13,7 +13,7 @@
</dependency>
<!--
NOTE: When QDox 1.7 is fuly cooked should update this and consider using it to provide source-level
-@@ -36,12 +38,23 @@
+@@ -36,18 +38,31 @@
<groupId>com.thoughtworks.qdox</groupId>
<artifactId>qdox</artifactId>
<version>1.6.3</version>
@@ -34,6 +34,15 @@
+ <scope>system</scope>
+ <systemPath>/usr/share/java/plexus-container-default.jar</systemPath>
+ </dependency>
++ <!-- we don't run tests yet
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
+ <version>1.4.3</version>
+ <scope>test</scope>
+- </dependency>
++ </dependency>
++ -->
+ </dependencies>
+
+ <scm>
More information about the pkg-java-commits
mailing list