[jboss-cvs] Repository SVN: r27807 - in hibernate-annotations: 3.4.0.GA-brew and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Jul 19 20:24:02 EDT 2009


Author: fnasser at redhat.com
Date: 2009-07-19 20:24:02 -0400 (Sun, 19 Jul 2009)
New Revision: 27807

Added:
   hibernate-annotations/3.4.0.GA-brew/
   hibernate-annotations/3.4.0.GA-brew/component-info.xml
   hibernate-annotations/3.4.0.GA-brew/lib/
   hibernate-annotations/3.4.0.GA-brew/lib/hibernate-annotations-sources-3.4.0.jar
   hibernate-annotations/3.4.0.GA-brew/lib/hibernate-annotations.jar
   hibernate-annotations/3.4.0.GA-brew/src/
   hibernate-annotations/3.4.0.GA-brew/src/hibernate-annotations-3.4.0-src.tar.gz
   hibernate-annotations/3.4.0.GA-brew/src/hibernate-annotations-common-build_xml.patch
   hibernate-annotations/3.4.0.GA-brew/src/hibernate-annotations-ivy.patch
   hibernate-annotations/3.4.0.GA-brew/src/hibernate-annotations-jdstyle.css
Log:
JBPAPP-2103 - Upgrade hibernate-annotations RPM to 3.4.0.GA

Added: hibernate-annotations/3.4.0.GA-brew/component-info.xml
===================================================================
--- hibernate-annotations/3.4.0.GA-brew/component-info.xml	                        (rev 0)
+++ hibernate-annotations/3.4.0.GA-brew/component-info.xml	2009-07-20 00:24:02 UTC (rev 27807)
@@ -0,0 +1,25 @@
+<project name="hibernate-annotations-component-info">
+   <component id="hibernate-annotations"
+               licenseType="lgpl"
+               version="3.4.0.GA-brew"
+               projectHome="http://annotations.hibernate.org"
+      description="Annotations for Hibernate/EJB3"
+      scm=":ext:cvs.devel.redhat.com:/cvs/dist/hibernate3-annotations"
+      tag="hibernate3-annotations-3_4_0-1_1_ep5_el4">
+      <!-- Built using JDK 5 -->
+      <artifact id="hibernate-annotations.jar"/>
+      <import componentref="hibernate-core">
+         <compatible version="3.3.2.GA"/>
+         <compatible version="3.3.2.GA-brew"/>
+      </import>
+      <import componentref="hibernate-commons-annotations">
+         <compatible version="3.1.0.GA"/>
+         <compatible version="3.1.0.GA-brew"/>
+      </import>
+      <export>
+         <include input="hibernate-annotations.jar"/>         
+      </export>
+      
+   </component>
+
+</project>

Added: hibernate-annotations/3.4.0.GA-brew/lib/hibernate-annotations-sources-3.4.0.jar
===================================================================
(Binary files differ)


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

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


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

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


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

Added: hibernate-annotations/3.4.0.GA-brew/src/hibernate-annotations-common-build_xml.patch
===================================================================
--- hibernate-annotations/3.4.0.GA-brew/src/hibernate-annotations-common-build_xml.patch	                        (rev 0)
+++ hibernate-annotations/3.4.0.GA-brew/src/hibernate-annotations-common-build_xml.patch	2009-07-20 00:24:02 UTC (rev 27807)
@@ -0,0 +1,68 @@
+--- common-build.xml.sav	2009-07-19 01:00:36.000000000 -0700
++++ common-build.xml	2009-07-19 01:08:42.000000000 -0700
+@@ -24,6 +24,7 @@
+ 	<property name="testreports.dir" location="${build.dir}/test-reports"/>
+ 	<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="${build.dir}/test-reports/instrument"/>
+ 	<property name="doc.dir" location="doc"/>
+ 	<property name="doc.api.dir" location="${doc.dir}/api"/>
+@@ -39,11 +40,11 @@
+ 	<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"/>
+-	<property name="javac.source" value="1.4"/>
+-	<property name="javac.target" value="1.4"/>
++	<property name="javac.source" value="1.5"/>
++	<property name="javac.target" value="1.5"/>
+ 	
+ 	<property name="pom.file" value="${build.dir}/pom.xml"/>
+ 	<property name="src.jar" value="${build.dir}/src.jar"/>
+@@ -74,7 +75,7 @@
+ 		<classpath>
+ 			<fileset dir="${common-build.basedir}/lib/build">
+ 				<!-- ${build.lib.dir} fails in reference doc build -->
+-				<include name="ant-contrib-*.jar"/>
++				<include name="ant-contrib*.jar"/>
+ 			</fileset>
+ 		</classpath>
+ 	</taskdef>
+@@ -291,8 +292,8 @@
+ 		<javadoc packagenames="${javadoc.packagenames}"
+ 			classpathref="lib.class.path" destdir="${dist.api.dir}" use="true"
+ 			protected="true" version="true"
+-			windowtitle="${Name} API Documentation"
+-			Overview="${doc.api.dir}/package.html"
++			windowtitle="${Name} API Documentation"
++			Overview="${doc.api.dir}/package.html"
+ 			doctitle="${Name} API Documentation"
+ 			stylesheetfile="${doc.api.dir}/jdstyle.css" link="${javadoc}">
+ 			<packageset dir="${src.dir}" defaultexcludes="yes">
+@@ -378,8 +379,8 @@
+ 		description="Run the instrument test suite">
+ 		<for list="${targetdb}" param="db">
+ 			<sequential>
+-				<antcall target="test-resources">
+-					<param name="db" value="@{db}"/>
++				<antcall target="test-resources">
++					<param name="db" value="@{db}"/>
+ 				</antcall>
+ 				<mkdir dir="${instrumenttest.out.dir}/@{db}"/>
+ 				<echo>Running against db: @{db}</echo>
+@@ -448,8 +449,8 @@
+ 			<remoteRepository refId="offline.repository.jboss.org">
+ 			</remoteRepository>
+ 			<attach file="${src.jar}" classifier="sources"/>
+-			<attach file="${jar.file.name}" classifier=""/>
++			<!--<attach file="${jar.file.name}" classifier=""/>-->
+ 		</artifact:deploy>
+ 	</target>
+ 	
+-</project>
+\ No newline at end of file
++</project>

Added: hibernate-annotations/3.4.0.GA-brew/src/hibernate-annotations-ivy.patch
===================================================================
--- hibernate-annotations/3.4.0.GA-brew/src/hibernate-annotations-ivy.patch	                        (rev 0)
+++ hibernate-annotations/3.4.0.GA-brew/src/hibernate-annotations-ivy.patch	2009-07-20 00:24:02 UTC (rev 27807)
@@ -0,0 +1,42 @@
+--- ivy.xml.sav	2009-07-14 15:38:08.000000000 -0700
++++ ivy.xml	2009-07-14 15:42:00.000000000 -0700
+@@ -9,22 +9,26 @@
+         <conf name="test" visibility="private" description="Dependencies needed for testing purposes"/>
+     </configurations>
+     <publications>
+-        <artifact name="hibernate-annotations" conf="default"/>
++        <artifact name="hibernate-annotations" conf="default" type="jar"/>
+     </publications>
+-    <dependencies>
++    <!-- <dependencies> -->
+         <!-- compile time dependencies -->
++        <!--
+         <dependency name="ejb3-persistence" rev="1.0.2.GA" conf="default->default"/>
+         <dependency name="commons-annotations" rev="3.1.0.GA" conf="default->default"/>
+         <dependency org="org.hibernate" name="hibernate-core" rev="3.3.0.SP1" conf="default->default"/>
+         <dependency org="dom4j" name="dom4j" rev="1.6.1" conf="default->default"/>
+         <dependency org="org.slf4j" name="slf4j-api" rev="1.4.2" conf="default->default"/>
+-
++        -->
+ 
+         <!-- transitive dependencies -->
++        <!--
+         <dependency org="antlr" name="antlr" rev="2.7.6" conf="test->default"/>
+         <dependency org="commons-collections" name="commons-collections" rev="3.1" conf="test->default"/>
++        -->
+ 
+         <!-- test deps -->
++        <!--
+         <dependency org="javassist" name="javassist" rev="3.4.GA" conf="test->default"/>
+         <dependency org="asm" name="asm" rev="1.5.3" conf="test->default"/>
+         <dependency org="asm" name="asm-attrs" rev="1.5.3" conf="test->default"/>
+@@ -32,5 +36,6 @@
+         <dependency org="org.slf4j" name="slf4j-log4j12" rev="1.4.2" conf="test->default"/>
+         <dependency org="log4j" name="log4j" rev="1.2.14" conf="test->default"/>
+         <dependency org="junit" name="junit" rev="3.8.1" conf="test->default"/>
+-    </dependencies>
+-</ivy-module>
+\ No newline at end of file
++        -->
++    <!-- </dependencies> -->
++</ivy-module>

Added: hibernate-annotations/3.4.0.GA-brew/src/hibernate-annotations-jdstyle.css
===================================================================
--- hibernate-annotations/3.4.0.GA-brew/src/hibernate-annotations-jdstyle.css	                        (rev 0)
+++ hibernate-annotations/3.4.0.GA-brew/src/hibernate-annotations-jdstyle.css	2009-07-20 00:24:02 UTC (rev 27807)
@@ -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