You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2008/11/01 13:10:29 UTC

svn commit: r709683 - in /servicemix/m2-repo/xml-apis: ./ xml-apis/ xml-apis/1.4.01-r709679/

Author: gnodet
Date: Sat Nov  1 05:10:29 2008
New Revision: 709683

URL: http://svn.apache.org/viewvc?rev=709683&view=rev
Log:
Add xml-apis 1.4 to the repo

Added:
    servicemix/m2-repo/xml-apis/
    servicemix/m2-repo/xml-apis/xml-apis/
    servicemix/m2-repo/xml-apis/xml-apis/1.4.01-r709679/
    servicemix/m2-repo/xml-apis/xml-apis/1.4.01-r709679/xml-apis-1.4.01-r709679-sources.jar   (with props)
    servicemix/m2-repo/xml-apis/xml-apis/1.4.01-r709679/xml-apis-1.4.01-r709679.jar   (with props)
    servicemix/m2-repo/xml-apis/xml-apis/1.4.01-r709679/xml-apis-1.4.01-r709679.pom

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

Propchange: servicemix/m2-repo/xml-apis/xml-apis/1.4.01-r709679/xml-apis-1.4.01-r709679-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

Propchange: servicemix/m2-repo/xml-apis/xml-apis/1.4.01-r709679/xml-apis-1.4.01-r709679.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: servicemix/m2-repo/xml-apis/xml-apis/1.4.01-r709679/xml-apis-1.4.01-r709679.pom
URL: http://svn.apache.org/viewvc/servicemix/m2-repo/xml-apis/xml-apis/1.4.01-r709679/xml-apis-1.4.01-r709679.pom?rev=709683&view=auto
==============================================================================
--- servicemix/m2-repo/xml-apis/xml-apis/1.4.01-r709679/xml-apis-1.4.01-r709679.pom (added)
+++ servicemix/m2-repo/xml-apis/xml-apis/1.4.01-r709679/xml-apis-1.4.01-r709679.pom Sat Nov  1 05:10:29 2008
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?><project>
+  <parent>
+    <artifactId>apache</artifactId>
+    <groupId>org.apache</groupId>
+    <version>3</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>xml-apis</groupId>
+  <artifactId>xml-apis</artifactId>
+  <name>XML Commons External Components XML APIs</name>
+  <version>1.4.01-r709679</version>
+  <description>xml-commons provides an Apache-hosted set of DOM, SAX, and 
+    JAXP interfaces for use in other xml-based projects. Our hope is that we 
+    can standardize on both a common version and packaging scheme for these 
+    critical XML standards interfaces to make the lives of both our developers 
+    and users easier. The External Components portion of xml-commons contains 
+    interfaces that are defined by external standards organizations. For DOM, 
+    that's the W3C; for SAX it's David Megginson and sax.sourceforge.net; for 
+    JAXP it's Sun.</description>
+  <url>http://xml.apache.org/commons/components/external/</url>
+  <issueManagement>
+    <system>bugzilla</system>
+    <url>http://issues.apache.org/bugzilla/</url>
+  </issueManagement>
+  <mailingLists>
+    <mailingList>
+      <name>XML Commons Developer's List</name>
+      <subscribe>commons-dev-subscribe@xml.apache.org</subscribe>
+      <unsubscribe>commons-dev-unsubscribe@xml.apache.org</unsubscribe>
+      <post>commons-dev@xml.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/xml-commons-dev/</archive>
+    </mailingList>
+  </mailingLists>
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/xml/commons/trunk/java/external/</connection>
+    <url>http://svn.apache.org/viewvc/xml/commons/trunk/java/external/?diff_format=h&pathrev=709679/</url>
+  </scm>
+  <distributionManagement>
+    <status>deployed</status>
+  </distributionManagement>
+</project>
\ No newline at end of file