[jboss-cvs] Repository SVN: r11110 - in maven2: org/apache and 5 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jun 16 16:30:25 EDT 2008


Author: rhauch
Date: 2008-06-16 16:30:25 -0400 (Mon, 16 Jun 2008)
New Revision: 11110

Added:
   maven2/commons-logging/commons-logging/1.1/commons-logging-1.1-sources.jar
   maven2/commons-logging/commons-logging/1.1/commons-logging-1.1-sources.jar.sha1
   maven2/org/apache/poi/
   maven2/org/apache/poi/poi-scratchpad/
   maven2/org/apache/poi/poi-scratchpad/3.1-beta2/
   maven2/org/apache/poi/poi-scratchpad/3.1-beta2/poi-scratchpad-3.1-beta2.jar
   maven2/org/apache/poi/poi-scratchpad/3.1-beta2/poi-scratchpad-3.1-beta2.jar.sha1
   maven2/org/apache/poi/poi-scratchpad/3.1-beta2/poi-scratchpad-3.1-beta2.pom
   maven2/org/apache/poi/poi-scratchpad/3.1-beta2/poi-scratchpad-3.1-beta2.pom.sha1
   maven2/org/apache/poi/poi/
   maven2/org/apache/poi/poi/3.1-beta2/
   maven2/org/apache/poi/poi/3.1-beta2/poi-3.1-beta2.jar
   maven2/org/apache/poi/poi/3.1-beta2/poi-3.1-beta2.jar.sha1
   maven2/org/apache/poi/poi/3.1-beta2/poi-3.1-beta2.pom
   maven2/org/apache/poi/poi/3.1-beta2/poi-3.1-beta2.pom.sha1
Log:
Added Apache POI 3.1-beta2, with dependencies

Added: maven2/commons-logging/commons-logging/1.1/commons-logging-1.1-sources.jar
===================================================================
(Binary files differ)


Property changes on: maven2/commons-logging/commons-logging/1.1/commons-logging-1.1-sources.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/commons-logging/commons-logging/1.1/commons-logging-1.1-sources.jar.sha1
===================================================================
--- maven2/commons-logging/commons-logging/1.1/commons-logging-1.1-sources.jar.sha1	                        (rev 0)
+++ maven2/commons-logging/commons-logging/1.1/commons-logging-1.1-sources.jar.sha1	2008-06-16 20:30:25 UTC (rev 11110)
@@ -0,0 +1 @@
+5c2bd34c9a05067c72dcf08cd248630561a9c852  /home/csanchez/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1-sources.jar

Added: maven2/org/apache/poi/poi/3.1-beta2/poi-3.1-beta2.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/apache/poi/poi/3.1-beta2/poi-3.1-beta2.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/apache/poi/poi/3.1-beta2/poi-3.1-beta2.jar.sha1
===================================================================
--- maven2/org/apache/poi/poi/3.1-beta2/poi-3.1-beta2.jar.sha1	                        (rev 0)
+++ maven2/org/apache/poi/poi/3.1-beta2/poi-3.1-beta2.jar.sha1	2008-06-16 20:30:25 UTC (rev 11110)
@@ -0,0 +1 @@
+20d7efd35374ab16a8bdafcc5975a7025c5df36f
\ No newline at end of file

Added: maven2/org/apache/poi/poi/3.1-beta2/poi-3.1-beta2.pom
===================================================================
--- maven2/org/apache/poi/poi/3.1-beta2/poi-3.1-beta2.pom	                        (rev 0)
+++ maven2/org/apache/poi/poi/3.1-beta2/poi-3.1-beta2.pom	2008-06-16 20:30:25 UTC (rev 11110)
@@ -0,0 +1,85 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+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">
+
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.apache.poi</groupId>
+	<artifactId>poi</artifactId>
+	<version>3.1-beta2</version>
+	<packaging>jar</packaging>
+	<name>Apache POI</name>
+	<url>http://poi.apache.org/</url>
+	<description>Apache POI - Java API To Access Microsoft Format Files</description>
+
+    <dependencies>
+        <!-- No POI dependency on the main jar -->
+
+        <dependency>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+            <version>1.1</version>
+            <!-- need exclusion until commons-logging pom is fixed after 1.1 -->
+            <exclusions>
+                <exclusion>
+                    <groupId>logkit</groupId>
+                    <artifactId>logkit</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>avalon-framework</groupId>
+                    <artifactId>avalon-framework</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>javax.servlet</groupId>
+                    <artifactId>servlet-api</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+            <version>1.2.13</version>
+            <scope>runtime</scope>
+        </dependency>
+    </dependencies>
+
+	<licenses>
+		<license>
+			<name>The Apache Software License, Version 2.0</name>
+			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+			<distribution>repo</distribution>
+		</license>
+	</licenses>
+	<scm>
+		<url>http://svn.apache.org/viewvc/poi/trunk</url>
+		<connection>scm:svn:http://svn.apache.org/repos/asf/poi/trunk</connection>
+	</scm>
+	<issueManagement>
+		<system>bugzilla</system>
+		<url>http://issues.apache.org/bugzilla/buglist.cgi?product=POI</url>
+	</issueManagement>
+	<organization>
+		<name>Apache Software Foundation</name>
+		<url>http://www.apache.org/</url>
+	</organization>
+</project>

Added: maven2/org/apache/poi/poi/3.1-beta2/poi-3.1-beta2.pom.sha1
===================================================================
--- maven2/org/apache/poi/poi/3.1-beta2/poi-3.1-beta2.pom.sha1	                        (rev 0)
+++ maven2/org/apache/poi/poi/3.1-beta2/poi-3.1-beta2.pom.sha1	2008-06-16 20:30:25 UTC (rev 11110)
@@ -0,0 +1 @@
+66360113834a3e417f6049db9c352c4939654668
\ No newline at end of file

Added: maven2/org/apache/poi/poi-scratchpad/3.1-beta2/poi-scratchpad-3.1-beta2.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/apache/poi/poi-scratchpad/3.1-beta2/poi-scratchpad-3.1-beta2.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/apache/poi/poi-scratchpad/3.1-beta2/poi-scratchpad-3.1-beta2.jar.sha1
===================================================================
--- maven2/org/apache/poi/poi-scratchpad/3.1-beta2/poi-scratchpad-3.1-beta2.jar.sha1	                        (rev 0)
+++ maven2/org/apache/poi/poi-scratchpad/3.1-beta2/poi-scratchpad-3.1-beta2.jar.sha1	2008-06-16 20:30:25 UTC (rev 11110)
@@ -0,0 +1 @@
+36b059763b32d5ae42bbba2344978e8455cb5073
\ No newline at end of file

Added: maven2/org/apache/poi/poi-scratchpad/3.1-beta2/poi-scratchpad-3.1-beta2.pom
===================================================================
--- maven2/org/apache/poi/poi-scratchpad/3.1-beta2/poi-scratchpad-3.1-beta2.pom	                        (rev 0)
+++ maven2/org/apache/poi/poi-scratchpad/3.1-beta2/poi-scratchpad-3.1-beta2.pom	2008-06-16 20:30:25 UTC (rev 11110)
@@ -0,0 +1,91 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+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">
+
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.apache.poi</groupId>
+	<artifactId>poi-scratchpad</artifactId>
+	<version>3.1-beta2</version>
+	<packaging>jar</packaging>
+	<name>Apache POI</name>
+	<url>http://poi.apache.org/</url>
+	<description>Apache POI - Java API To Access Microsoft Format Files</description>
+
+    <dependencies>
+        
+        <dependency>
+           <groupId>org.apache.poi</groupId>
+           <artifactId>poi</artifactId>
+           <version>3.1-beta2</version>
+        </dependency>
+        
+
+        <dependency>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+            <version>1.1</version>
+            <!-- need exclusion until commons-logging pom is fixed after 1.1 -->
+            <exclusions>
+                <exclusion>
+                    <groupId>logkit</groupId>
+                    <artifactId>logkit</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>avalon-framework</groupId>
+                    <artifactId>avalon-framework</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>javax.servlet</groupId>
+                    <artifactId>servlet-api</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+            <version>1.2.13</version>
+            <scope>runtime</scope>
+        </dependency>
+    </dependencies>
+
+	<licenses>
+		<license>
+			<name>The Apache Software License, Version 2.0</name>
+			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+			<distribution>repo</distribution>
+		</license>
+	</licenses>
+	<scm>
+		<url>http://svn.apache.org/viewvc/poi/trunk</url>
+		<connection>scm:svn:http://svn.apache.org/repos/asf/poi/trunk</connection>
+	</scm>
+	<issueManagement>
+		<system>bugzilla</system>
+		<url>http://issues.apache.org/bugzilla/buglist.cgi?product=POI</url>
+	</issueManagement>
+	<organization>
+		<name>Apache Software Foundation</name>
+		<url>http://www.apache.org/</url>
+	</organization>
+</project>

Added: maven2/org/apache/poi/poi-scratchpad/3.1-beta2/poi-scratchpad-3.1-beta2.pom.sha1
===================================================================
--- maven2/org/apache/poi/poi-scratchpad/3.1-beta2/poi-scratchpad-3.1-beta2.pom.sha1	                        (rev 0)
+++ maven2/org/apache/poi/poi-scratchpad/3.1-beta2/poi-scratchpad-3.1-beta2.pom.sha1	2008-06-16 20:30:25 UTC (rev 11110)
@@ -0,0 +1 @@
+318999b7cc88ac88b11af18dbb7b8f14ccb79f32
\ No newline at end of file




More information about the jboss-cvs-commits mailing list