Author: ludovicc-guest Date: 2009-07-14 12:43:41 +0000 (Tue, 14 Jul 2009) New Revision: 9293
Modified: trunk/velocity/debian/patches/pom.patch Log: * Remove the xml namepsace declaration from the POM, seems to cause an issue on the XML parser Modified: trunk/velocity/debian/patches/pom.patch =================================================================== --- trunk/velocity/debian/patches/pom.patch 2009-07-14 12:37:30 UTC (rev 9292) +++ trunk/velocity/debian/patches/pom.patch 2009-07-14 12:43:41 UTC (rev 9293) @@ -1,6 +1,17 @@ --- a/pom.xml +++ b/pom.xml -@@ -262,7 +262,7 @@ +@@ -19,9 +19,7 @@ + under the License. + --> + +-<project xmlns="http://maven.apache.org/POM/4.0.0" +- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> ++<project> + + <modelVersion>4.0.0</modelVersion> + +@@ -262,7 +260,7 @@ <!-- Apache JIRA, Component Engine --> <component>12311337</component> <!-- FixFor 1.6 --> _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

