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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jan 18 12:05:48 EST 2008


Author: fnasser at redhat.com
Date: 2008-01-18 12:05:48 -0500 (Fri, 18 Jan 2008)
New Revision: 2362

Added:
   jfreechart/1.0.9-brew/
   jfreechart/1.0.9-brew/component-info.xml
   jfreechart/1.0.9-brew/lib/
   jfreechart/1.0.9-brew/lib/jfreechart.jar
   jfreechart/1.0.9-brew/src/
   jfreechart/1.0.9-brew/src/jfreechart-1.0.9-build_xml.patch
   jfreechart/1.0.9-brew/src/jfreechart-1.0.9.tar.gz
Log:
Add Brew-built JFreeChart 1.0.9 with fix for CVE-2007-6306

Added: jfreechart/1.0.9-brew/component-info.xml
===================================================================
--- jfreechart/1.0.9-brew/component-info.xml	                        (rev 0)
+++ jfreechart/1.0.9-brew/component-info.xml	2008-01-18 17:05:48 UTC (rev 2362)
@@ -0,0 +1,21 @@
+<project name="jfreechart-component-info">
+   <!-- ============================================================ -->
+   <!-- JFreeChart                                                   -->
+   <!-- ============================================================ -->
+   <component id="jfreechart"
+              licenseType="lgpl"
+              version="1.0.9-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_9-1jpp_ep1_2_el4">
+      <!-- Built using JDK 1.4 -->
+      <artifact id="jfreechart.jar"/>
+      <import componentref="jcommon">
+        <compatible version="1.0.12-brew"/>
+      </import>
+      <export>
+         <include input="jfreechart.jar"/>
+      </export>
+   </component>
+</project>

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


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

Added: jfreechart/1.0.9-brew/src/jfreechart-1.0.9-build_xml.patch
===================================================================
--- jfreechart/1.0.9-brew/src/jfreechart-1.0.9-build_xml.patch	                        (rev 0)
+++ jfreechart/1.0.9-brew/src/jfreechart-1.0.9-build_xml.patch	2008-01-18 17:05:48 UTC (rev 2362)
@@ -0,0 +1,62 @@
+diff -up jfreechart-1.0.9/ant/build.xml.sav jfreechart-1.0.9/ant/build.xml
+--- jfreechart-1.0.9/ant/build.xml.sav	2008-01-17 10:10:46.000000000 -0500
++++ jfreechart-1.0.9/ant/build.xml	2008-01-17 10:23:00.000000000 -0500
+@@ -180,8 +180,9 @@
+         <!-- copy across runtime jar file and demo jar file -->
+         <copy file="${basedir}/${jfreechart.name}-${jfreechart.version}.jar" tofile="${basedir}/distribution/lib/${jfreechart.name}-${jfreechart.version}.jar" />
+         <copy file="${basedir}/${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">
+@@ -201,17 +202,20 @@
+               <exclude name="**/CVS/*"/>
+             </fileset>
+         </copy>
+-    	
++   
++<!-- 	
+         <copy todir="${basedir}/distribution/swt">
+             <fileset dir="${basedir}/swt">
+               <exclude name="**/CVS/*"/>
+             </fileset>
+         </copy>    	
+-
++-->
+         <!-- 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" />
++-->
+         <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" />
+@@ -219,8 +223,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" />
+@@ -234,11 +239,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.9-brew/src/jfreechart-1.0.9.tar.gz
===================================================================
(Binary files differ)


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




More information about the jboss-cvs-commits mailing list