[jboss-cvs] Repository SVN: r27356 - in hibernate: 3.2.4.SP1_CP08-brew and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jun 1 20:55:04 EDT 2009


Author: gbadner
Date: 2009-06-01 20:55:04 -0400 (Mon, 01 Jun 2009)
New Revision: 27356

Added:
   hibernate/3.2.4.SP1_CP08-brew/
   hibernate/3.2.4.SP1_CP08-brew/component-info.xml
   hibernate/3.2.4.SP1_CP08-brew/lib/
   hibernate/3.2.4.SP1_CP08-brew/lib/hibernate3-source.jar
   hibernate/3.2.4.SP1_CP08-brew/lib/hibernate3.jar
   hibernate/3.2.4.SP1_CP08-brew/src/
   hibernate/3.2.4.SP1_CP08-brew/src/hibernate-3.2.4.sp1_cp08-src-repo.tar.gz
   hibernate/3.2.4.SP1_CP08-brew/src/hibernate3-increaseheap.patch
   hibernate/3.2.4.SP1_CP08-brew/src/hibernate3-javadoc.patch
Log:
JBPAPP-1728 : Add Brew-build 3.2.4.SP1_CP08-brew


Added: hibernate/3.2.4.SP1_CP08-brew/component-info.xml
===================================================================
--- hibernate/3.2.4.SP1_CP08-brew/component-info.xml	                        (rev 0)
+++ hibernate/3.2.4.SP1_CP08-brew/component-info.xml	2009-06-02 00:55:04 UTC (rev 27356)
@@ -0,0 +1,27 @@
+<project name="hibernate-component-info">
+
+   <component id="hibernate"
+              licenseType="lgpl"
+              version="3.2.4.SP1_CP08-brew"
+              projectHome="http://hibernate.org/"
+              description="ultra-high performance object/relational persistence"
+              scm=":ext:cvs.devel.redhat.com:/cvs/hibernate3"
+              tag="hibernate3-3_2_4-1_SP1_CP08_0jpp_ep1_2_el4">
+      <!-- Built using JDK 1.5 -->
+
+      <artifact id="hibernate3.jar"/>
+
+      <import componentref="antlr">
+          <compatible version="2.7.5H3"/>
+          <compatible version="2.7.6rc1"/>
+          <compatible version="2.7.6.ga"/>
+          <compatible version="2.7.6-brew"/>
+      </import>
+
+      <export>
+         <include input="hibernate3.jar"/>
+       </export>
+
+   </component>
+
+</project>

Added: hibernate/3.2.4.SP1_CP08-brew/lib/hibernate3-source.jar
===================================================================
(Binary files differ)


Property changes on: hibernate/3.2.4.SP1_CP08-brew/lib/hibernate3-source.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: hibernate/3.2.4.SP1_CP08-brew/lib/hibernate3.jar
===================================================================
(Binary files differ)


Property changes on: hibernate/3.2.4.SP1_CP08-brew/lib/hibernate3.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: hibernate/3.2.4.SP1_CP08-brew/src/hibernate-3.2.4.sp1_cp08-src-repo.tar.gz
===================================================================
(Binary files differ)


Property changes on: hibernate/3.2.4.SP1_CP08-brew/src/hibernate-3.2.4.sp1_cp08-src-repo.tar.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: hibernate/3.2.4.SP1_CP08-brew/src/hibernate3-increaseheap.patch
===================================================================
--- hibernate/3.2.4.SP1_CP08-brew/src/hibernate3-increaseheap.patch	                        (rev 0)
+++ hibernate/3.2.4.SP1_CP08-brew/src/hibernate3-increaseheap.patch	2009-06-02 00:55:04 UTC (rev 27356)
@@ -0,0 +1,12 @@
+diff -up ./build.xml.sav ./build.xml
+--- ./build.xml.sav	2008-05-15 19:04:11.000000000 -0400
++++ ./build.xml	2008-05-15 19:06:12.000000000 -0400
+@@ -209,7 +209,7 @@
+        <property name="bnf.grammar" location="${dir.grammar}/hql.g"/>
+ 
+        <java dir="${dir.out.doc}/other" classname="net.mark_malakanov.sdg2.Main" classpathref="path.lib" fork="true">
+-           <jvmarg line="-Xmx512M"/>
++           <jvmarg line="-Xmx4096M"/>
+            <arg line="-blind"/>
+            <arg line="-savehtml hql-bnf.html"/>
+            <arg line="-savehtmltitle Hibernate ${version.full} HQL"/>

Added: hibernate/3.2.4.SP1_CP08-brew/src/hibernate3-javadoc.patch
===================================================================
--- hibernate/3.2.4.SP1_CP08-brew/src/hibernate3-javadoc.patch	                        (rev 0)
+++ hibernate/3.2.4.SP1_CP08-brew/src/hibernate3-javadoc.patch	2009-06-02 00:55:04 UTC (rev 27356)
@@ -0,0 +1,12 @@
+diff -up ./build.xml.sav ./build.xml
+--- ./build.xml.sav	2008-05-15 19:04:11.000000000 -0400
++++ ./build.xml	2008-05-15 19:05:30.000000000 -0400
+@@ -59,7 +59,7 @@
+     <property name="dir.dist" value="${dir.build}/dist" />
+ 
+     <!-- Define various operational options -->
+-	<property name="javadoc.url.jse" value="http://java.sun.com/j2se/1.4/docs/api"/>
++	<property name="javadoc.url.jse" value="http://java.sun.com/j2se/1.5/docs/api"/>
+ 	<property name="javac.debug" value="on"/>
+ 	<property name="javac.optimize" value="off"/>
+ 	<property name="javac.target" value="1.4"/>




More information about the jboss-cvs-commits mailing list