[jboss-cvs] Repository SVN: r28677 - in jfreechart: 1.0.13-brew and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 24 15:40:26 EDT 2009


Author: mbenitez
Date: 2009-08-24 15:40:26 -0400 (Mon, 24 Aug 2009)
New Revision: 28677

Added:
   jfreechart/1.0.13-brew/
   jfreechart/1.0.13-brew/component-info.xml
   jfreechart/1.0.13-brew/lib/
   jfreechart/1.0.13-brew/lib/jfreechart.jar
   jfreechart/1.0.13-brew/lib/jfreechart.pom
   jfreechart/1.0.13-brew/src/
   jfreechart/1.0.13-brew/src/jfreechart-1.0.13-build_xml.patch
   jfreechart/1.0.13-brew/src/jfreechart-1.0.13.tar.gz
Log:
Add brew build 1.0.13

Added: jfreechart/1.0.13-brew/component-info.xml
===================================================================
--- jfreechart/1.0.13-brew/component-info.xml	                        (rev 0)
+++ jfreechart/1.0.13-brew/component-info.xml	2009-08-24 19:40:26 UTC (rev 28677)
@@ -0,0 +1,21 @@
+<project name="jfreechart-component-info">
+   <!-- ============================================================ -->
+   <!-- JFreeChart                                                   -->
+   <!-- ============================================================ -->
+   <component id="jfreechart"
+              licenseType="lgpl"
+              version="1.0.13-brew"
+              projectHome="http://www.jfree.org/jfreechart/"
+              description="A free Java class library for generating charts, including"
+              scm=":ext:cvs.devel.redhat.com:/cvs/dist/jfreechart"
+              tag="jfreechart-1_0_13-2_3_ep5_el4">
+      <!-- Built using JDK 1.4 -->
+      <artifact id="jfreechart.jar"/>
+      <import componentref="jcommon">
+        <compatible version="1.0.16-brew"/>
+      </import>
+      <export>
+         <include input="jfreechart.jar"/>
+      </export>
+   </component>
+</project>

Added: jfreechart/1.0.13-brew/lib/jfreechart.jar
===================================================================
(Binary files differ)


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

Added: jfreechart/1.0.13-brew/lib/jfreechart.pom
===================================================================
--- jfreechart/1.0.13-brew/lib/jfreechart.pom	                        (rev 0)
+++ jfreechart/1.0.13-brew/lib/jfreechart.pom	2009-08-24 19:40:26 UTC (rev 28677)
@@ -0,0 +1,37 @@
+<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>jfreechart</artifactId>
+    <name>jfreechart</name>
+    <version>1.0.13</version>
+    <url>http://www.jfree.org/jfreechart/</url>
+    <organization>
+        <name>JFree.org</name>
+        <url>http://www.jfree.org/</url>
+    </organization>
+    <inceptionYear>2001</inceptionYear>
+    <description>
+        JFreeChart is a class library, written in Java, for generating charts. Utilising the Java2D APIs, it currently
+        supports bar charts, pie charts, line charts, XY-plots and time series plots.
+    </description>
+    <scm>
+        <connection>scm:cvs:pserver:anonymous at jfreechart.cvs.sourceforge.net:/cvsroot/jfreechart:jfreechart</connection>
+        <url>http://jfreechart.cvs.sourceforge.net/jfreechart/jfreechart/</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>
+
+    <dependencies>
+        <dependency>
+            <groupId>jfree</groupId>
+            <artifactId>jcommon</artifactId>
+            <version>1.0.16</version>
+        </dependency>
+    </dependencies>
+</project>

Added: jfreechart/1.0.13-brew/src/jfreechart-1.0.13-build_xml.patch
===================================================================
--- jfreechart/1.0.13-brew/src/jfreechart-1.0.13-build_xml.patch	                        (rev 0)
+++ jfreechart/1.0.13-brew/src/jfreechart-1.0.13-build_xml.patch	2009-08-24 19:40:26 UTC (rev 28677)
@@ -0,0 +1,75 @@
+--- jfreechart-1.0.13/ant/build.xml.orig	2009-08-17 10:54:17.000000000 -0400
++++ jfreechart-1.0.13/ant/build.xml	2009-08-17 11:27:46.000000000 -0400
+@@ -41,7 +41,8 @@
+         <available classname="java.lang.Annotation" property="target.version" value="1.5"/>
+         <path id="build.classpath">
+             <fileset dir="${basedir}/lib/">
+-                <include name="${jcommon.name}-${jcommon.version}.jar"/>
++<!--            <include name="${jcommon.name}-${jcommon.version}.jar"/>   -->
++                <include name="${jcommon.name}.jar"/>
+                 <include name="servlet.jar"/>
+                 <include name="gnujaxp.jar" unless="JDK1.4+"/>
+             </fileset>
+@@ -200,8 +201,9 @@
+         <!-- copy across runtime jar file and demo jar file -->
+         <copy file="${basedir}/lib/${jfreechart.name}-${jfreechart.version}.jar" tofile="${basedir}/distribution/lib/${jfreechart.name}-${jfreechart.version}.jar" />
+         <copy file="${basedir}/lib/${jfreechart.name}-${jfreechart.version}-experimental.jar" tofile="${basedir}/distribution/lib/${jfreechart.name}-${jfreechart.version}-experimental.jar" />
++<!--
+         <copy file="${basedir}/${jfreechart.name}-${jfreechart.version}-demo.jar" tofile="${basedir}/distribution/${jfreechart.name}-${jfreechart.version}-demo.jar" failonerror="false" />
+-    
++-->    
+         <!-- copy across source files -->
+         <copy todir="${basedir}/distribution/source">
+             <fileset dir="${basedir}/source">
+@@ -221,13 +223,13 @@
+               <exclude name="**/CVS/*"/>
+             </fileset>
+         </copy>
+-    	
++<!--    	
+         <copy todir="${basedir}/distribution/swt">
+             <fileset dir="${basedir}/swt">
+               <exclude name="**/CVS/*"/>
+             </fileset>
+         </copy>    	
+-
++-->
+         <copy todir="${basedir}/distribution/docfiles">
+             <fileset dir="${basedir}/docfiles">
+             </fileset>
+@@ -235,8 +237,10 @@
+ 
+         <!-- copy across lib files -->
+         <copy file="${jcommon.jar}" tofile="${basedir}/distribution/lib/${jcommon.name}-${jcommon.version}.jar" />
++<!--        
+         <copy file="${basedir}/lib/swtgraphics2d.jar" tofile="${basedir}/distribution/lib/swtgraphics2d.jar" failonerror="false" />
+         <copy file="${basedir}/lib/jfreechart-${jfreechart.version}-swt.jar" tofile="${basedir}/distribution/lib/${jfreechart.name}-${jfreechart.version}-swt.jar"  failonerror="false" />
++-->        
+         <copy file="${servlet.jar}" tofile="${basedir}/distribution/lib/servlet.jar" />
+         <copy file="${gnujaxp.jar}" tofile="${basedir}/distribution/lib/gnujaxp.jar" />
+         <copy file="${junit.jar}" tofile="${basedir}/distribution/lib/junit.jar" />
+@@ -244,8 +248,9 @@
+ 
+         <!-- copy across ant build files -->
+         <copy file="${basedir}/ant/build.xml" tofile="${basedir}/distribution/ant/build.xml" />
++<!--        
+         <copy file="${basedir}/ant/build-swt.xml" tofile="${basedir}/distribution/ant/build-swt.xml" />
+-
++-->
+         <!-- copy across checkstyle property file -->
+         <copy todir="${basedir}/distribution/checkstyle">
+             <fileset dir="${basedir}/checkstyle" />
+@@ -259,11 +264,11 @@
+         <fixcrlf srcdir="${basedir}/distribution/experimental"
+                  eol="lf" eof="remove"
+                  excludes="**/*.jpg" />
+-
++<!--
+     	<fixcrlf srcdir="${basedir}/distribution/swt"
+                  eol="lf" eof="remove"
+                  excludes="**/*.jpg" />
+-
++-->
+     	<fixcrlf srcdir="${basedir}/distribution/tests"
+                  eol="lf" eof="remove"
+                  excludes="**/*.jpg" />

Added: jfreechart/1.0.13-brew/src/jfreechart-1.0.13.tar.gz
===================================================================
(Binary files differ)


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




More information about the jboss-cvs-commits mailing list