[jboss-cvs] Repository SVN: r28678 - in jcommon: 1.0.16-brew and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 24 15:45:52 EDT 2009


Author: mbenitez
Date: 2009-08-24 15:45:51 -0400 (Mon, 24 Aug 2009)
New Revision: 28678

Added:
   jcommon/1.0.16-brew/
   jcommon/1.0.16-brew/component-info.xml
   jcommon/1.0.16-brew/lib/
   jcommon/1.0.16-brew/lib/jcommon.jar
   jcommon/1.0.16-brew/lib/jcommon.pom
   jcommon/1.0.16-brew/src/
   jcommon/1.0.16-brew/src/jcommon-1.0.16.tar.gz
Log:
Add brew build 1.0.16

Added: jcommon/1.0.16-brew/component-info.xml
===================================================================
--- jcommon/1.0.16-brew/component-info.xml	                        (rev 0)
+++ jcommon/1.0.16-brew/component-info.xml	2009-08-24 19:45:51 UTC (rev 28678)
@@ -0,0 +1,18 @@
+<project name="jfreechart-component-info">
+   <!-- ============================================================ -->
+   <!-- JFreeChart                                                   -->
+   <!-- ============================================================ -->
+   <component id="jcommon"
+              licenseType="lgpl"
+              version="1.0.16-brew"
+              projectHome="http://www.jfree.org/jcommon/"
+              description="JCommon is a collection of useful classes used by JFreeChart, JFreeReport and other projects."
+              scm=":ext:cvs.devel.redhat.com:/cvs/dist/jcommon"
+              tag="jcommon-1_0_16-1_1_ep5_el4">
+      <!-- Built using JDK 1.4 -->
+      <artifact id="jcommon.jar"/>
+      <export>
+         <include input="jcommon.jar"/>
+      </export>
+   </component>
+</project>

Added: jcommon/1.0.16-brew/lib/jcommon.jar
===================================================================
(Binary files differ)


Property changes on: jcommon/1.0.16-brew/lib/jcommon.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: jcommon/1.0.16-brew/lib/jcommon.pom
===================================================================
--- jcommon/1.0.16-brew/lib/jcommon.pom	                        (rev 0)
+++ jcommon/1.0.16-brew/lib/jcommon.pom	2009-08-24 19:45:51 UTC (rev 28678)
@@ -0,0 +1,29 @@
+<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.16</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>
+</project>

Added: jcommon/1.0.16-brew/src/jcommon-1.0.16.tar.gz
===================================================================
(Binary files differ)


Property changes on: jcommon/1.0.16-brew/src/jcommon-1.0.16.tar.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream




More information about the jboss-cvs-commits mailing list