[jboss-cvs] Repository SVN: r989 - in hibernate-entitymanager: 3.2.1.GA-brew and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 13 14:18:32 EDT 2007


Author: vivekl at redhat.com
Date: 2007-08-13 14:18:32 -0400 (Mon, 13 Aug 2007)
New Revision: 989

Added:
   hibernate-entitymanager/3.2.1.GA-brew/
   hibernate-entitymanager/3.2.1.GA-brew/component-info.xml
   hibernate-entitymanager/3.2.1.GA-brew/lib/
   hibernate-entitymanager/3.2.1.GA-brew/lib/ejb3-persistence.jar
   hibernate-entitymanager/3.2.1.GA-brew/lib/hibernate-entitymanager.jar
   hibernate-entitymanager/3.2.1.GA-brew/src/
   hibernate-entitymanager/3.2.1.GA-brew/src/hibernate-entitymanager-3.2.1.GA.tar.gz
   hibernate-entitymanager/3.2.1.GA-brew/src/hibernate-entitymanager-build_xml.patch
   hibernate-entitymanager/3.2.1.GA-brew/src/hibernate-entitymanager-common-build_xml.patch
   hibernate-entitymanager/3.2.1.GA-brew/src/hibernate-entitymanager-jdstyle.css
Log:
- Add brew built hibernate entitymanager 3.2.1.GA



Added: hibernate-entitymanager/3.2.1.GA-brew/component-info.xml
===================================================================
--- hibernate-entitymanager/3.2.1.GA-brew/component-info.xml	                        (rev 0)
+++ hibernate-entitymanager/3.2.1.GA-brew/component-info.xml	2007-08-13 18:18:32 UTC (rev 989)
@@ -0,0 +1,30 @@
+<project name="hibernate-entitymanager-component-info">
+   <component id="hibernate-entitymanager"
+              version="3.2.1.GA-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_2_1-1jpp_ep1_3">
+      <!-- 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"/>         
+      </import>
+      <import componentref="hibernate-annotations">
+         <compatible version="3.2.1.GA"/>
+         <compatible version="3.2.1.GA-brew"/>
+      </import>
+      <export>
+         <include input="hibernate-entitymanager.jar"/>
+         <include input="ejb3-persistence.jar"/>
+      </export>
+
+   </component>
+
+</project>

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


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

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


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

Added: hibernate-entitymanager/3.2.1.GA-brew/src/hibernate-entitymanager-3.2.1.GA.tar.gz
===================================================================
(Binary files differ)


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

Added: hibernate-entitymanager/3.2.1.GA-brew/src/hibernate-entitymanager-build_xml.patch
===================================================================
--- hibernate-entitymanager/3.2.1.GA-brew/src/hibernate-entitymanager-build_xml.patch	                        (rev 0)
+++ hibernate-entitymanager/3.2.1.GA-brew/src/hibernate-entitymanager-build_xml.patch	2007-08-13 18:18:32 UTC (rev 989)
@@ -0,0 +1,67 @@
+--- build.xml.sav	2006-05-13 13:58:24.000000000 -0400
++++ build.xml	2006-08-02 13:45:08.000000000 -0400
+@@ -107,7 +107,7 @@
+         </antcall>
+     </target>
+ 
+-    <target name="compiletest" depends="compile" description="Compile the tests">
++    <!-- target name="compiletest" depends="compile" description="Compile the tests">
+         <available
+                 classname="org.eclipse.core.launcher.Main"
+                 property="build.compiler"
+@@ -116,7 +116,7 @@
+         <javac
+                 source="1.5"
+                 srcdir="${test.dir}"
+-                destdir="${classes.dir}"
++                destdir="${testclasses.dir}"
+                 debug="${javac.debug}"
+                 optimize="${javac.optimize}"
+                 nowarn="on">
+@@ -124,9 +124,18 @@
+                 <path refid="lib.class.path"/>
+             </classpath>
+         </javac>
+-    </target>
++    </target -->
++
++    <path id="junit.moduleclasspath">
++           <pathelement location="${src.dir}"/>
++           <pathelement location="${test.dir}"/>
++           <pathelement location="lib/testlibs/org.eclipse.jdt.core_3.1.0.jar"/>           <fileset dir="${jdbc.dir}">
++                       <include name="**/*.jar"/>
++                           <include name="**/*.zip"/>
++           </fileset>
++    </path>
+ 
+-    <target name="junit" depends="compiletest,test-resources">
++    <!-- target name="junit" depends="compiletest,test-resources">
+         <mkdir dir="test_output"/>
+         <mkdir dir="${classes.dir}/META-INF/services"/>
+         <copy todir="${classes.dir}">
+@@ -150,16 +159,12 @@
+                     <include name="**/*.par"/>
+                 </fileset>
+                 <path refid="lib.class.path"/>
+-                <!-- pathelement path="${classes.dir}"/ -->
+                 <dirset dir="${classes.dir}">
+                     <exclude name="**/pack/**.*"/>
+                 </dirset>
+ 
+-                <!-- pathelement path="build/test.par"/ -->
+                 <pathelement path="${src.dir}"/>
+-                <!-- pick up properties from here -->
+                 <pathelement path="${test.dir}"/>
+-                <!-- pick up mappings from here -->
+             </classpath>
+             <formatter type="plain"/>
+             <formatter type="xml"/>
+@@ -169,7 +174,7 @@
+                 </fileset>
+             </batchtest>
+         </junit>
+-    </target>
++    </target -->
+ 
+     <!-- Run a single unit test. -->
+     <target name="junitsingle" depends="compiletest"

Added: hibernate-entitymanager/3.2.1.GA-brew/src/hibernate-entitymanager-common-build_xml.patch
===================================================================
--- hibernate-entitymanager/3.2.1.GA-brew/src/hibernate-entitymanager-common-build_xml.patch	                        (rev 0)
+++ hibernate-entitymanager/3.2.1.GA-brew/src/hibernate-entitymanager-common-build_xml.patch	2007-08-13 18:18:32 UTC (rev 989)
@@ -0,0 +1,46 @@
+--- common-build.xml.sav	2006-05-13 13:58:40.000000000 -0400
++++ common-build.xml	2006-08-02 13:49:55.000000000 -0400
+@@ -211,8 +211,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 +225,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"/>
+@@ -322,7 +322,7 @@
+         	windowtitle="${Name} API Documentation"
+         	Overview="${doc.api.dir}/package.html"
+         	doctitle="${Name} API Documentation"
+-        	stylesheetfile="${hibernate-core.doc.api}/jdstyle.css"
++        	stylesheetfile="doc/api/jdstyle.css"
+         	link="${javadoc}">
+         	<packageset dir="${src.dir}" defaultexcludes="yes" >
+ 		      <include name="**/*" />
+@@ -443,4 +443,4 @@
+ 		<cvs command="-q diff -u -N" output="patch.txt"/>
+ 	</target>
+ 
+-</project>
+\ No newline at end of file
++</project>

Added: hibernate-entitymanager/3.2.1.GA-brew/src/hibernate-entitymanager-jdstyle.css
===================================================================
--- hibernate-entitymanager/3.2.1.GA-brew/src/hibernate-entitymanager-jdstyle.css	                        (rev 0)
+++ hibernate-entitymanager/3.2.1.GA-brew/src/hibernate-entitymanager-jdstyle.css	2007-08-13 18:18:32 UTC (rev 989)
@@ -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