[jboss-cvs] Repository SVN: r13929 - in maven2/org/codehaus: woodstox and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 28 16:41:57 EDT 2008


Author: pgier
Date: 2008-08-28 16:41:57 -0400 (Thu, 28 Aug 2008)
New Revision: 13929

Added:
   maven2/org/codehaus/woodstox/
   maven2/org/codehaus/woodstox/wstx-lgpl/
   maven2/org/codehaus/woodstox/wstx-lgpl/3.2.6/
   maven2/org/codehaus/woodstox/wstx-lgpl/3.2.6/wstx-lgpl-3.2.6-sources.jar
   maven2/org/codehaus/woodstox/wstx-lgpl/3.2.6/wstx-lgpl-3.2.6.jar
   maven2/org/codehaus/woodstox/wstx-lgpl/3.2.6/wstx-lgpl-3.2.6.pom
   maven2/org/codehaus/woodstox/wstx-lgpl/3.2.6/wstx-src-3.2.6.tar.gz
   maven2/org/codehaus/woodstox/wstx-lgpl/3.2.6/wstx-src-3.2.6.zip
Log:
[JBBUILD-486] Add woodstox jars for app server build.

Added: maven2/org/codehaus/woodstox/wstx-lgpl/3.2.6/wstx-lgpl-3.2.6-sources.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/codehaus/woodstox/wstx-lgpl/3.2.6/wstx-lgpl-3.2.6-sources.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/codehaus/woodstox/wstx-lgpl/3.2.6/wstx-lgpl-3.2.6.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/codehaus/woodstox/wstx-lgpl/3.2.6/wstx-lgpl-3.2.6.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/codehaus/woodstox/wstx-lgpl/3.2.6/wstx-lgpl-3.2.6.pom
===================================================================
--- maven2/org/codehaus/woodstox/wstx-lgpl/3.2.6/wstx-lgpl-3.2.6.pom	                        (rev 0)
+++ maven2/org/codehaus/woodstox/wstx-lgpl/3.2.6/wstx-lgpl-3.2.6.pom	2008-08-28 20:41:57 UTC (rev 13929)
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+
+ <!-- General information -->
+
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.codehaus.woodstox</groupId>
+  <artifactId>wstx-lgpl</artifactId>
+  <name>Woodstox</name>
+  <version>3.2.6</version>
+  <description>Woodstox is a high-performance XML processor that implements Stax (JSR-173) API</description>
+
+ <!-- Contact information -->
+
+  <url>http://woodstox.codehaus.org</url>
+  <issueManagement>
+    <url>http://jira.codehaus.org/browse/WSTX</url>
+  </issueManagement>
+
+ <!-- Dependency information -->
+ 
+  <dependencies>
+    <!-- Stax API jar is needed; 1.0.1 preferable over vanilla 1.0, since
+         it contains one critical bug fix to implementation auto-detection
+      -->
+    <dependency>
+      <groupId>stax</groupId>
+      <artifactId>stax-api</artifactId>
+      <version>1.0.1</version>
+    </dependency>
+  </dependencies>
+
+  <!-- Licensing (joy!) -->
+  <licenses>
+    <license>
+      <name>GNU Lesser General Public License (LGPL), Version 2.1</name>
+      <url>http://www.fsf.org/licensing/licenses/lgpl.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+
+  <organization>
+    <name>Codehaus</name>
+    <url>http://www.codehaus.org/</url>
+  </organization>
+
+</project>


Property changes on: maven2/org/codehaus/woodstox/wstx-lgpl/3.2.6/wstx-lgpl-3.2.6.pom
___________________________________________________________________
Name: svn:keywords
   + Author Date Id Revision
Name: svn:eol-style
   + native

Added: maven2/org/codehaus/woodstox/wstx-lgpl/3.2.6/wstx-src-3.2.6.tar.gz
===================================================================
(Binary files differ)


Property changes on: maven2/org/codehaus/woodstox/wstx-lgpl/3.2.6/wstx-src-3.2.6.tar.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/codehaus/woodstox/wstx-lgpl/3.2.6/wstx-src-3.2.6.zip
===================================================================
(Binary files differ)


Property changes on: maven2/org/codehaus/woodstox/wstx-lgpl/3.2.6/wstx-src-3.2.6.zip
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream




More information about the jboss-cvs-commits mailing list