[jboss-cvs] Repository SVN: r2668 - in maven2/jfree/jcommon: 1.0.12 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 5 13:16:22 EST 2008


Author: norman.richards at jboss.com
Date: 2008-03-05 13:16:22 -0500 (Wed, 05 Mar 2008)
New Revision: 2668

Added:
   maven2/jfree/jcommon/1.0.12/
   maven2/jfree/jcommon/1.0.12/jcommon-1.0.12.jar
   maven2/jfree/jcommon/1.0.12/jcommon-1.0.12.jar.sha1
   maven2/jfree/jcommon/1.0.12/jcommon-1.0.12.pom
   maven2/jfree/jcommon/1.0.12/jcommon-1.0.12.pom.sha1
Log:
for jfree

Added: maven2/jfree/jcommon/1.0.12/jcommon-1.0.12.jar
===================================================================
(Binary files differ)


Property changes on: maven2/jfree/jcommon/1.0.12/jcommon-1.0.12.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/jfree/jcommon/1.0.12/jcommon-1.0.12.jar.sha1
===================================================================
--- maven2/jfree/jcommon/1.0.12/jcommon-1.0.12.jar.sha1	                        (rev 0)
+++ maven2/jfree/jcommon/1.0.12/jcommon-1.0.12.jar.sha1	2008-03-05 18:16:22 UTC (rev 2668)
@@ -0,0 +1 @@
+737f02607d2f45bb1a589a85c63b4cd907e5e634  /home/maven/repository-staging/to-ibiblio/maven2/jfree/jcommon/1.0.12/jcommon-1.0.12.jar

Added: maven2/jfree/jcommon/1.0.12/jcommon-1.0.12.pom
===================================================================
--- maven2/jfree/jcommon/1.0.12/jcommon-1.0.12.pom	                        (rev 0)
+++ maven2/jfree/jcommon/1.0.12/jcommon-1.0.12.pom	2008-03-05 18:16:22 UTC (rev 2668)
@@ -0,0 +1,59 @@
+<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>jfree</groupId>
+    <artifactId>jcommon</artifactId>
+    <name>jcommon</name>
+    <version>1.0.12</version>
+    <organization>
+        <name>JFree.org</name>
+        <url>http://www.jfree.org/</url>
+    </organization>
+    <inceptionYear>2001</inceptionYear>
+    <description>
+        JCommon is a free general purpose Java class library that is used in several projects at www.jfree.org,
+        including JFreeChart and JFreeReport.
+    </description>
+    <url>http://www.jfree.org/jcommon/</url>
+    <scm>
+        <connection>scm:cvs:pserver:anonymous at jfreechart.cvs.sourceforge.net:/cvsroot/jfreechart:jcommon</connection>
+        <url>http://jfreechart.cvs.sourceforge.net/jfreechart/jcommon/</url>
+    </scm>
+    <licenses>
+        <license>
+            <name>GNU Lesser General Public Licence</name>
+            <url>http://www.gnu.org/licenses/lgpl.txt</url>
+            <distribution>repo</distribution>
+        </license>
+    </licenses>
+    <build>
+        <plugins>
+            <plugin>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <source>1.3</source>
+                    <target>1.3</target>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                    <excludes>
+                        <exclude>**/PaintTest.java</exclude>
+                    </excludes>
+                    <!-- Force locale because of some tests in SerialDateTest.java -->
+                    <argLine>-Duser.language=en -Duser.region=GB</argLine>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+    <dependencies>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>3.8.2</version>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+</project>

Added: maven2/jfree/jcommon/1.0.12/jcommon-1.0.12.pom.sha1
===================================================================
--- maven2/jfree/jcommon/1.0.12/jcommon-1.0.12.pom.sha1	                        (rev 0)
+++ maven2/jfree/jcommon/1.0.12/jcommon-1.0.12.pom.sha1	2008-03-05 18:16:22 UTC (rev 2668)
@@ -0,0 +1 @@
+ed0846359009f6b704484088128e4ddd256bae64  /home/maven/repository-staging/to-ibiblio/maven2/jfree/jcommon/1.0.12/jcommon-1.0.12.pom




More information about the jboss-cvs-commits mailing list