[jboss-cvs] Repository SVN: r30861 - in hibernate-entitymanager: 3.3.2.GA_CP01-brew and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Nov 5 11:03:48 EST 2009


Author: mbenitez
Date: 2009-11-05 11:03:48 -0500 (Thu, 05 Nov 2009)
New Revision: 30861

Added:
   hibernate-entitymanager/3.3.2.GA_CP01-brew/
   hibernate-entitymanager/3.3.2.GA_CP01-brew/component-info.xml
   hibernate-entitymanager/3.3.2.GA_CP01-brew/ivy.xml
   hibernate-entitymanager/3.3.2.GA_CP01-brew/lib/
   hibernate-entitymanager/3.3.2.GA_CP01-brew/lib/ejb3-persistence.jar
   hibernate-entitymanager/3.3.2.GA_CP01-brew/lib/hibernate-entitymanager.jar
   hibernate-entitymanager/3.3.2.GA_CP01-brew/src/
   hibernate-entitymanager/3.3.2.GA_CP01-brew/src/hibernate-entitymanager-3.3.2_cp01-src.tar.gz
   hibernate-entitymanager/3.3.2.GA_CP01-brew/src/hibernate-entitymanager-build_xml.patch
   hibernate-entitymanager/3.3.2.GA_CP01-brew/src/hibernate-entitymanager-common-build_xml.patch
   hibernate-entitymanager/3.3.2.GA_CP01-brew/src/hibernate-entitymanager-jdstyle.css
Log:
Add brew-build 3.3.2.GA_CP01-brew

Added: hibernate-entitymanager/3.3.2.GA_CP01-brew/component-info.xml
===================================================================
--- hibernate-entitymanager/3.3.2.GA_CP01-brew/component-info.xml	                        (rev 0)
+++ hibernate-entitymanager/3.3.2.GA_CP01-brew/component-info.xml	2009-11-05 16:03:48 UTC (rev 30861)
@@ -0,0 +1,44 @@
+<project name="hibernate-entitymanager-component-info">
+   <component id="hibernate-entitymanager"
+              version="3.3.2.GA_CP01-brew"
+              licenseType="lgpl"
+              projectHome="http://entitymanager.hibernate.org/"
+              description="Hibernate EntityManager for EJB3"
+              scm=":ext:cvs.devel.redhat.com:/cvs/dist/hibernate3-entitymanager"
+              tag="hibernate3-entitymanager-3_3_2-2_5_GA_CP01_ep1_el4">
+      <!-- Built using JDK 5 -->
+      <artifact id="hibernate-entitymanager.jar"/>
+      <artifact id="ejb3-persistence.jar"/>
+      <import componentref="hibernate">
+	 <compatible version="3.2.0.GA"/>
+         <compatible version="3.2.1.GA"/>
+         <compatible version="3.2.3.GA"/>
+         <compatible version="3.2.4.SP1"/>         
+         <compatible version="3.2.4.SP1_CP01-brew"/>         
+         <compatible version="3.2.4.SP1_CP02-brew"/>         
+         <compatible version="3.2.4.SP1_CP03-brew"/>
+         <compatible version="3.2.4.SP1_CP04-brew"/>
+         <compatible version="3.2.4.SP1_CP06-brew"/>
+         <compatible version="3.2.4.SP1_CP07-brew"/>
+         <compatible version="3.2.4.SP1_CP08-brew"/>
+         <compatible version="3.2.4.SP1_CP09-brew"/>
+         <compatible version="3.2.6.GA"/>
+      </import>
+      <import componentref="hibernate-annotations">
+         <compatible version="3.3.1.GA"/>
+         <compatible version="3.3.1.GA-brew"/>
+         <compatible version="3.3.1.GA_CP01-brew"/>
+         <compatible version="3.3.1.GA_CP02-brew"/>
+      </import>
+          <import componentref="hibernate-commons-annotations">
+         <compatible version="3.0.0.GA"/>
+         <compatible version="3.0.0.GA-brew"/>
+      </import>
+      <export>
+         <include input="hibernate-entitymanager.jar"/>
+         <include input="ejb3-persistence.jar"/>
+      </export>
+
+   </component>
+
+</project>

Added: hibernate-entitymanager/3.3.2.GA_CP01-brew/ivy.xml
===================================================================
--- hibernate-entitymanager/3.3.2.GA_CP01-brew/ivy.xml	                        (rev 0)
+++ hibernate-entitymanager/3.3.2.GA_CP01-brew/ivy.xml	2009-11-05 16:03:48 UTC (rev 30861)
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ivy-module version="1.3"
+            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+            xsi:noNamespaceSchemaLocation=
+                  "http://www.jayasoft.org/misc/ivy/ivy.xsd">
+    <info organisation="org.hibernate" module="hibernate-entitymanager" revision="3.3.2.GA_CP01-brew" status="release"/>
+    <configurations>
+        <conf name="core" description="Core module dependencies"/>
+        <conf name="test" visibility="private" description="Dependencies needed for testing purposes"/>
+    </configurations>
+    <publications>
+        <artifact name="hibernate-entitymanager" conf="core"/>
+    </publications>
+    <dependencies>
+		<dependency name="ejb3-persistence" rev="1.0.1.GA" conf="core->default"/>
+        <!--  TODO rename hibernate-commons-annotations -->
+        <dependency name="commons-annotations" rev="3.0.0.GA" conf="core->core"/>
+        <dependency name="hibernate-annotations" rev="3.3.1.GA" conf="core->core"/>
+    </dependencies>
+</ivy-module>

Added: hibernate-entitymanager/3.3.2.GA_CP01-brew/lib/ejb3-persistence.jar
===================================================================
(Binary files differ)


Property changes on: hibernate-entitymanager/3.3.2.GA_CP01-brew/lib/ejb3-persistence.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: hibernate-entitymanager/3.3.2.GA_CP01-brew/lib/hibernate-entitymanager.jar
===================================================================
(Binary files differ)


Property changes on: hibernate-entitymanager/3.3.2.GA_CP01-brew/lib/hibernate-entitymanager.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: hibernate-entitymanager/3.3.2.GA_CP01-brew/src/hibernate-entitymanager-3.3.2_cp01-src.tar.gz
===================================================================
(Binary files differ)


Property changes on: hibernate-entitymanager/3.3.2.GA_CP01-brew/src/hibernate-entitymanager-3.3.2_cp01-src.tar.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: hibernate-entitymanager/3.3.2.GA_CP01-brew/src/hibernate-entitymanager-build_xml.patch
===================================================================
--- hibernate-entitymanager/3.3.2.GA_CP01-brew/src/hibernate-entitymanager-build_xml.patch	                        (rev 0)
+++ hibernate-entitymanager/3.3.2.GA_CP01-brew/src/hibernate-entitymanager-build_xml.patch	2009-11-05 16:03:48 UTC (rev 30861)
@@ -0,0 +1,84 @@
+--- build.xml.sav	2008-07-07 13:25:36.000000000 -0400
++++ build.xml	2008-07-07 13:36:31.000000000 -0400
+@@ -138,7 +138,7 @@
+         <mkdir dir="${build.testresources.dir}"/>
+         <mkdir dir="${build.temp.dir}/${headerdirectory}"/>
+         <copy todir="${build.temp.dir}/${headerdirectory}">
+-            <fileset dir="${classes.dir}" >
++            <fileset dir="${testclasses.dir}" >
+                 <include name="**/test/pack/${packagename}/**.*"/>
+             </fileset>
+         </copy>
+@@ -162,7 +162,7 @@
+         <mkdir dir="${build.testresources.dir}/${jarname}.${extension}"/>
+         <copy todir="${build.testresources.dir}/${jarname}.${extension}">
+             <!-- fileset dir="${build.temp.dir}"/ -->
+-            <fileset dir="${classes.dir}">
++            <fileset dir="${testclasses.dir}">
+                 <include name="**/test/pack/${jarname}/**.*"/>
+             </fileset>
+             <fileset dir="${testresources.dir}/${jarname}">
+@@ -240,7 +240,7 @@
+                 classpath="${java.class.path}"/>
+         <javac
+                 srcdir="${test.dir}"
+-                destdir="${classes.dir}"
++                destdir="${testclasses.dir}"
+                 debug="${javac.debug}"
+                 optimize="${javac.optimize}"
+                 nowarn="on"
+@@ -248,12 +248,13 @@
+                 target="${javac.target}">
+             <classpath>
+                 <path refid="lib.class.path"/>
++                <pathelement path="${classes.dir}"/>
+             </classpath>
+         </javac>
+     </target>
+ 
+     <target name="junit" depends="compiletest,test-resources">
+-        <mkdir dir="test_output"/>
++        <mkdir dir="test.out.dir"/>
+         <mkdir dir="${classes.dir}/META-INF/services"/>
+         <copy todir="${classes.dir}">
+             <fileset dir="${resources.dir}">
+@@ -277,7 +278,9 @@
+                 </fileset>
+                 <path refid="lib.class.path"/>
+                 <!-- pathelement path="${classes.dir}"/ -->
+-                <dirset dir="${classes.dir}">
++<!--                <dirset dir="${classes.dir}"> -->
++                <pathelement path="${classes.dir}"/>
++                <dirset dir="${testclasses.dir}">
+                     <exclude name="**/pack/**.*"/>
+                 </dirset>
+ 
+@@ -289,8 +292,8 @@
+             </classpath>
+             <formatter type="plain"/>
+             <formatter type="xml"/>
+-            <batchtest fork="yes" todir="test_output" haltonfailure="no">
+-                <fileset dir="${classes.dir}">
++            <batchtest fork="yes" todir="test.out.dir" haltonfailure="no">
++                <fileset dir="${testclasses.dir}">
+                     <include name="**/*Test.class"/>
+                 </fileset>
+             </batchtest>
+@@ -300,7 +303,7 @@
+     <!-- Run a single unit test. -->
+     <target name="junitsingle" depends="compiletest"
+             description="Run a single test suite (requires testname and jdbc.driver properties)">
+-        <mkdir dir="test_output"/>
++        <mkdir dir="test.out.dir"/>
+         <junit printsummary="yes" fork="yes" haltonfailure="yes">
+             <classpath>
+                 <fileset dir="${jdbc.dir}">
+@@ -317,7 +320,7 @@
+             </classpath>
+             <formatter type="plain"/>
+             <formatter type="xml"/>
+-            <test fork="yes" todir="test_output" haltonfailure="no" name="${testname}"/>
++            <test fork="yes" todir="test.out.dir" haltonfailure="no" name="${testname}"/>
+         </junit>
+     </target>
+ 

Added: hibernate-entitymanager/3.3.2.GA_CP01-brew/src/hibernate-entitymanager-common-build_xml.patch
===================================================================
--- hibernate-entitymanager/3.3.2.GA_CP01-brew/src/hibernate-entitymanager-common-build_xml.patch	                        (rev 0)
+++ hibernate-entitymanager/3.3.2.GA_CP01-brew/src/hibernate-entitymanager-common-build_xml.patch	2009-11-05 16:03:48 UTC (rev 30861)
@@ -0,0 +1,109 @@
+--- common-build.xml.sav	2008-07-02 12:09:15.000000000 -0400
++++ common-build.xml	2008-07-02 21:49:59.000000000 -0400
+@@ -18,6 +18,7 @@
+     <property name="testclasses.dir" location="${build.dir}/testclasses"/>   
+ 	<property name="dist.target.dir" location="target"/>
+     <property name="dist.dir" location="${dist.target.dir}/${name}"/>
++    <property name="test.out.dir" value="test_output"/>
+     <property name="instrumenttest.out.dir" value="instrumenttestout"/>
+     <property name="doc.dir" location="doc"/>
+     <property name="doc.api.dir" location="${doc.dir}/api"/>
+@@ -33,13 +34,13 @@
+ 	<property name="jar.file.name" value="${dist.dir}/${jar.name}.jar"/>
+     <property name="jartest.file.name" value="${dist.dir}/${jar.name}-tests.jar"/>   
+ 
+-    <property name="javadoc" value="http://java.sun.com/j2se/1.4/docs/api"/>
++    <property name="javadoc" value="http://java.sun.com/j2se/1.5/docs/api"/>
+     <property name="javac.debug" value="on"/>
+     <property name="javac.optimize" value="off"/>
+ 
+ 
+     <!-- set Hibernate core related properties -->
+-    <property name="hibernate-core.home" location="${common-build.basedir}/../../hibernate-3.2"/>
++    <property name="hibernate-core.home" location="${common-build.basedir}"/>
+     <property name="hibernate-core.jar" location="${hibernate-core.home}/hibernate3.jar"/>
+     <property name="hibernate-core.lib.dir" location="${hibernate-core.home}/lib"/>
+     <property name="hibernate-core.jdbc.dir" location="${hibernate-core.home}/lib"/>  <!-- for some reason jdbc.dir is renamed to lib instead of jdbc when doing a dist of hibernate3 -->
+@@ -193,8 +194,8 @@
+             value="org.eclipse.jdt.core.JDTCompilerAdapter"
+             classpath="${java.class.path}"/>
+         <javac
+-        	target="1.4"
+-            source="1.4"   
++        	target="1.5"
++            source="1.5"   
+             srcdir="${src.dir}"
+             destdir="${classes.dir}"
+             classpathref="lib.class.path"
+@@ -211,8 +212,8 @@
+ 			value="org.eclipse.jdt.core.JDTCompilerAdapter"
+ 			classpath="${java.class.path}"/>
+ 		<javac
+-            target="1.4"
+-            source="1.4"   
++            target="1.5"
++            source="1.5"   
+ 			destdir="${testclasses.dir}"
+ 			classpathref="junit.classpath"
+ 			debug="${javac.debug}"
+@@ -225,14 +226,14 @@
+     <target name="instrument" depends="compiletest"
+ 			description="Instrument the persistent classes"> <!-- depends="jar" -->
+ 
+-		<taskdef name="instrument" classname="org.hibernate.tool.instrument.InstrumentTask">
++		<taskdef name="instrument" classname="org.hibernate.tool.instrument.javassist.InstrumentTask">
+ 			<classpath path="${classes.dir}"/>
+             <classpath path="${testclasses.dir}"/>         
+ 			<classpath refid="lib.class.path"/>
+ 		</taskdef>
+ 
+ 		<instrument verbose="true">
+-			<fileset dir="${testclasses.dir}/org/hibernate/test">
++			<fileset dir="${testclasses.dir}/org/hibernate/ejb/test">
+ 				<include name="**/*.class"/>
+ 				<exclude name="**/*Test$*.class"/>
+ 				<exclude name="**/*Test.class"/>
+@@ -320,9 +321,8 @@
+         	protected="true"
+         	version="true"
+         	windowtitle="${Name} API Documentation"
+-        	Overview="${doc.api.dir}/package.html"
+         	doctitle="${Name} API Documentation"
+-        	stylesheetfile="${hibernate-core.doc.api}/jdstyle.css"
++        	stylesheetfile="${doc.api.dir}/jdstyle.css"
+         	link="${javadoc}">
+         	<packageset dir="${src.dir}" defaultexcludes="yes" >
+ 		      <include name="**/*" />
+@@ -388,6 +388,10 @@
+ 
+     <target name="junitinstrument" depends="compiletest,instrument"
+ 			description="Run the instrument test suite (requires driver.jar property)">
++        <antcall target="junit" inheritall="true">
++            <param name="test.out.dir" value="${instrumenttest.out.dir}"/>
++        </antcall>
++        <!--
+ 		<mkdir dir="${instrumenttest.out.dir}"/>
+ 		<junit printsummary="yes" haltonfailure="yes" dir="${basedir}"
+ 				maxmemory="256M" fork="yes" forkmode="perBatch">
+@@ -395,11 +399,12 @@
+ 			<formatter type="plain"/>
+ 			<formatter type="xml"/>
+ 			<batchtest todir="${instrumenttest.out.dir}" haltonfailure="no">
+-				<fileset dir="${classes.dir}">
+-					<include name="org/hibernate/test/**/*Test.class"/>
++				<fileset dir="${testclasses.dir}">
++					<include name="org/hibernate/ejb/test/**/*Test.class"/>
+ 				</fileset>
+ 			</batchtest>
+ 		</junit>
++        -->
+ 	</target>
+ 
+     <target name="junitreport" depends="">
+@@ -443,4 +448,4 @@
+ 		<cvs command="-q diff -u -N" output="patch.txt"/>
+ 	</target>
+ 
+-</project>
+\ No newline at end of file
++</project>

Added: hibernate-entitymanager/3.3.2.GA_CP01-brew/src/hibernate-entitymanager-jdstyle.css
===================================================================
--- hibernate-entitymanager/3.3.2.GA_CP01-brew/src/hibernate-entitymanager-jdstyle.css	                        (rev 0)
+++ hibernate-entitymanager/3.3.2.GA_CP01-brew/src/hibernate-entitymanager-jdstyle.css	2009-11-05 16:03:48 UTC (rev 30861)
@@ -0,0 +1,117 @@
+/* Javadoc style sheet */
+
+/* Define colors, fonts and other style attributes here to override the defaults  */
+
+/* Page background color */
+body { 	font-family: Arial;
+	background-color: white;
+	font-size: 10pt;
+ }
+td { 	font-family: Arial;
+	font-size: 10pt;
+ }
+/* Table colors */
+.TableHeadingColor     { background: #F4F4F4 }
+.TableSubHeadingColor  { background: #F4F4F4 }
+.TableRowColor         { background: #FFFFFF }
+
+/* Font used in left-hand frame lists */
+.FrameTitleFont   { font-size: normal; font-family: Arial }
+.FrameHeadingFont { font-size: normal; font-family: Arial }
+.FrameItemFont    { font-size: normal; font-family: Arial }
+
+/* Example of smaller, sans-serif font in frames */
+/* .FrameItemFont  { font-size: 10pt; font-family: Helvetica, Arial, sans-serif } */
+
+/* Navigation bar fonts and colors */
+.NavBarCell1    { background-color:#F4F4F4;}
+.NavBarCell1Rev { background-color:silver;}
+
+.NavBarFont1    { font-family: Arial, Helvetica, sans-serif; color:#000000;}
+.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}
+
+.NavBarCell2    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
+.NavBarCell3    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
+
+A {
+    color: #003399;
+}
+
+A:active {
+    color: #003399;
+}
+
+A:visited {
+    color: #888888;
+}
+
+P, OL, UL, LI, DL, DT, DD, BLOCKQUOTE {
+    color: #000000;
+}
+
+TD, TH, SPAN {
+    color: #000000;
+}
+
+BLOCKQUOTE {
+    margin-right: 0px;
+}
+
+
+/*H1, H2, H3, H4, H5, H6    {
+    color: #000000;
+    font-weight:500;
+    margin-top:10px;
+    padding-top:15px;
+}
+
+H1 { font-size: 150%; }
+H2 { font-size: 140%; }
+H3 { font-size: 110%; font-weight: bold; }
+H4 { font-size: 110%; font-weight: bold;}
+H5 { font-size: 100%; font-style: italic; }
+H6 { font-size: 100%; font-style: italic; }*/
+
+TT {
+font-size: 90%;
+    font-family: "Courier New", Courier, monospace;
+    color: #000000;
+}
+
+PRE {
+font-size: 90%;
+    padding: 5px;
+    border-style: solid;
+    border-width: 1px;
+    border-color: #CCCCCC;
+    background-color: #F4F4F4;
+}
+
+UL, OL, LI {
+    list-style: disc;
+}
+
+HR  {
+    width: 100%;
+    height: 1px;
+    background-color: #CCCCCC;
+    border-width: 0px;
+    padding: 0px;
+    color: #CCCCCC;
+}
+
+.variablelist { 
+    padding-top: 10; 
+    padding-bottom:10; 
+    margin:0;
+}
+
+.itemizedlist, UL { 
+    padding-top: 0; 
+    padding-bottom:0; 
+    margin:0; 
+}
+
+.term { 
+    font-weight:bold;
+}




More information about the jboss-cvs-commits mailing list