[jboss-cvs] Repository SVN: r2045 - in maven2/com/lowagie/itext: 2.0.7 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Dec 4 14:09:16 EST 2007


Author: norman.richards at jboss.com
Date: 2007-12-04 14:09:15 -0500 (Tue, 04 Dec 2007)
New Revision: 2045

Added:
   maven2/com/lowagie/itext/2.0.7/
   maven2/com/lowagie/itext/2.0.7/itext-2.0.7.jar
   maven2/com/lowagie/itext/2.0.7/itext-2.0.7.jar.sha1
   maven2/com/lowagie/itext/2.0.7/itext-2.0.7.pom
   maven2/com/lowagie/itext/2.0.7/itext-2.0.7.pom.sha1
Log:
add itext 2.0.7

Added: maven2/com/lowagie/itext/2.0.7/itext-2.0.7.jar
===================================================================
(Binary files differ)


Property changes on: maven2/com/lowagie/itext/2.0.7/itext-2.0.7.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/com/lowagie/itext/2.0.7/itext-2.0.7.jar.sha1
===================================================================
--- maven2/com/lowagie/itext/2.0.7/itext-2.0.7.jar.sha1	                        (rev 0)
+++ maven2/com/lowagie/itext/2.0.7/itext-2.0.7.jar.sha1	2007-12-04 19:09:15 UTC (rev 2045)
@@ -0,0 +1 @@
+84175e0669d88fc44e5ca0bd9bd5f170aa7ca27f  /home/maven/repository-staging/to-ibiblio/maven2/com/lowagie/itext/2.0.7/itext-2.0.7.jar

Added: maven2/com/lowagie/itext/2.0.7/itext-2.0.7.pom
===================================================================
--- maven2/com/lowagie/itext/2.0.7/itext-2.0.7.pom	                        (rev 0)
+++ maven2/com/lowagie/itext/2.0.7/itext-2.0.7.pom	2007-12-04 19:09:15 UTC (rev 2045)
@@ -0,0 +1,97 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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>com.lowagie</groupId>
+	<artifactId>itext</artifactId>
+	<packaging>jar</packaging>
+	<name>iText, a Free Java-PDF library</name>
+	<version>2.0.7</version>
+	<description>iText, a free Java-PDF library</description>
+	<url>http://www.lowagie.com/iText/</url>
+	<mailingLists>
+		<mailingList>
+			<name>iText Questions</name>
+			<subscribe>
+				http://lists.sourceforge.net/lists/listinfo/itext-questions
+			</subscribe>
+			<post>itext-questions at lists.sourceforge.net</post>
+			<archive>
+				http://news.gmane.org/gmane.comp.java.lib.itext.general
+			</archive>
+			<otherArchives>
+				<otherArchive>http://www.nabble.com/iText---General-f2701.html</otherArchive>
+				<otherArchive>http://www.junlu.com/2.html</otherArchive>
+				<otherArchive>http://sourceforge.net/mailarchive/forum.php?forum_id=3273</otherArchive>
+				<otherArchive>http://www.mail-archive.com/itext-questions%40lists.sourceforge.net/</otherArchive>
+			</otherArchives>
+		</mailingList>
+	</mailingLists>
+	<developers>
+		<developer>
+			<id>blowagie</id>
+			<name>Bruno Lowagie</name>
+			<email>bruno at lowagie.com</email>
+			<url>http://www.lowagie.com</url>
+		</developer>
+		<developer>
+			<id>psoares33</id>
+			<name>Paulo Soares</name>
+			<email>psoares33 at users.sourceforge.net</email>
+		</developer>
+		<developer>
+			<id>hallm</id>
+			<name>Mark Hall</name>
+			<email>hallm at users.sourceforge.net</email>
+		</developer>
+		<developer>
+			<id>xlv</id>
+			<name>Xavier Le Vourch</name>
+			<email>xlv at users.sourceforge.net</email>
+		</developer>
+	</developers>
+	<licenses>
+		<license>
+			<name>Mozilla Public License</name>
+			<url>http://www.mozilla.org/MPL/MPL-1.1.html</url>
+			<comments>
+				iText was originally published under the LGPLicense.
+				LGPL can be used as an alternative license for the MPL.
+			</comments>
+		</license>
+	</licenses>
+	<scm>
+		<connection>scm:svn:http://itext.svn.sourceforge.net/svnroot/itext</connection>
+		<url>http://itext.svn.sourceforge.net/viewvc/itext</url>
+	</scm>
+	<dependencies>
+		<dependency>
+			<groupId>bouncycastle</groupId>
+			<artifactId>bcmail-jdk14</artifactId>
+			<version>138</version>
+		</dependency>
+		<dependency>
+			<groupId>bouncycastle</groupId>
+			<artifactId>bcprov-jdk14</artifactId>
+			<version>138</version>
+		</dependency>
+	</dependencies>
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-jar-plugin</artifactId>
+				<configuration>
+					<archive>
+						<manifest>
+							<mainClass>
+								com.lowagie.tools.ToolboxAvailable
+							</mainClass>
+						</manifest>
+					</archive>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
+</project>

Added: maven2/com/lowagie/itext/2.0.7/itext-2.0.7.pom.sha1
===================================================================
--- maven2/com/lowagie/itext/2.0.7/itext-2.0.7.pom.sha1	                        (rev 0)
+++ maven2/com/lowagie/itext/2.0.7/itext-2.0.7.pom.sha1	2007-12-04 19:09:15 UTC (rev 2045)
@@ -0,0 +1 @@
+31989c1d9ac55984077a09c6c52d4d3aa898c459  /home/maven/repository-staging/to-ibiblio/maven2/com/lowagie/itext/2.0.7/itext-2.0.7.pom




More information about the jboss-cvs-commits mailing list