You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2011/06/22 09:08:48 UTC

svn commit: r1138321 - in /servicemix/m2-repo/org/apache/xerces/xml-apis/2.11.0-20110622: ./ xml-apis-2.11.0-20110622-sources.jar xml-apis-2.11.0-20110622.jar xml-apis-2.11.0-20110622.pom

Author: ffang
Date: Wed Jun 22 07:08:47 2011
New Revision: 1138321

URL: http://svn.apache.org/viewvc?rev=1138321&view=rev
Log:
[SMX4-867]the endorsed xml-api jar can't correctly load org.apache.xpath.jaxp.XPathFactoryImpl class

Added:
    servicemix/m2-repo/org/apache/xerces/xml-apis/2.11.0-20110622/
    servicemix/m2-repo/org/apache/xerces/xml-apis/2.11.0-20110622/xml-apis-2.11.0-20110622-sources.jar   (with props)
    servicemix/m2-repo/org/apache/xerces/xml-apis/2.11.0-20110622/xml-apis-2.11.0-20110622.jar   (with props)
    servicemix/m2-repo/org/apache/xerces/xml-apis/2.11.0-20110622/xml-apis-2.11.0-20110622.pom

Added: servicemix/m2-repo/org/apache/xerces/xml-apis/2.11.0-20110622/xml-apis-2.11.0-20110622-sources.jar
URL: http://svn.apache.org/viewvc/servicemix/m2-repo/org/apache/xerces/xml-apis/2.11.0-20110622/xml-apis-2.11.0-20110622-sources.jar?rev=1138321&view=auto
==============================================================================
Binary file - no diff available.

Propchange: servicemix/m2-repo/org/apache/xerces/xml-apis/2.11.0-20110622/xml-apis-2.11.0-20110622-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: servicemix/m2-repo/org/apache/xerces/xml-apis/2.11.0-20110622/xml-apis-2.11.0-20110622.jar
URL: http://svn.apache.org/viewvc/servicemix/m2-repo/org/apache/xerces/xml-apis/2.11.0-20110622/xml-apis-2.11.0-20110622.jar?rev=1138321&view=auto
==============================================================================
Binary file - no diff available.

Propchange: servicemix/m2-repo/org/apache/xerces/xml-apis/2.11.0-20110622/xml-apis-2.11.0-20110622.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: servicemix/m2-repo/org/apache/xerces/xml-apis/2.11.0-20110622/xml-apis-2.11.0-20110622.pom
URL: http://svn.apache.org/viewvc/servicemix/m2-repo/org/apache/xerces/xml-apis/2.11.0-20110622/xml-apis-2.11.0-20110622.pom?rev=1138321&view=auto
==============================================================================
--- servicemix/m2-repo/org/apache/xerces/xml-apis/2.11.0-20110622/xml-apis-2.11.0-20110622.pom (added)
+++ servicemix/m2-repo/org/apache/xerces/xml-apis/2.11.0-20110622/xml-apis-2.11.0-20110622.pom Wed Jun 22 07:08:47 2011
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.xerces</groupId>
+  <artifactId>xml-apis</artifactId>
+  <version>2.11.0-20110622</version>
+  <description>POM was created from install:install-file</description>
+  <build>
+      <plugins>
+          <plugin>
+	      <groupId>org.apache.maven.plugins</groupId>
+	      <artifactId>maven-source-plugin</artifactId>
+	      <executions>
+	          <execution>
+		      <id>attach-sources</id>
+		      <goals>
+		          <goal>jar</goal>
+		      </goals>
+		  </execution>
+	      </executions>
+	  </plugin>
+      </plugins>
+  </build>
+
+</project>