[jboss-cvs] Repository SVN: r27808 - in hibernate-commons-annotations: 3.1.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:32:32 EDT 2009


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

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

Added: hibernate-commons-annotations/3.1.0.GA-brew/component-info.xml
===================================================================
--- hibernate-commons-annotations/3.1.0.GA-brew/component-info.xml	                        (rev 0)
+++ hibernate-commons-annotations/3.1.0.GA-brew/component-info.xml	2009-07-20 00:32:32 UTC (rev 27808)
@@ -0,0 +1,17 @@
+<project name="hibernate-commons-annotations-component-info">
+   <component id="hibernate-commons-annotations"
+               licenseType="lgpl"
+               version="3.1.0.GA-brew"
+               projectHome="http://annotations.hibernate.org"
+      description="Hibernate Commons Annotations"
+      scm=":ext:cvs.devel.redhat.com:/cvs/dist/hibernate3-annotations"
+      tag="hibernate3-commons-annotations-3_1_0-1_1_ep5_el4">
+      <!-- Built using JDK 5 -->
+      <artifact id="hibernate-commons-annotations.jar"/>
+      <export>
+         <include input="hibernate-commons-annotations.jar"/>         
+      </export>
+      
+   </component>
+
+</project>

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


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

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


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

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


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

Added: hibernate-commons-annotations/3.1.0.GA-brew/src/hibernate-commons-annotations-common-build_xml.patch
===================================================================
--- hibernate-commons-annotations/3.1.0.GA-brew/src/hibernate-commons-annotations-common-build_xml.patch	                        (rev 0)
+++ hibernate-commons-annotations/3.1.0.GA-brew/src/hibernate-commons-annotations-common-build_xml.patch	2009-07-20 00:32:32 UTC (rev 27808)
@@ -0,0 +1,100 @@
+--- common-build.xml.sav	2009-07-18 23:07:45.000000000 -0700
++++ common-build.xml	2009-07-18 23:08:07.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>
+@@ -293,7 +294,6 @@
+ 			classpathref="lib.class.path" destdir="${dist.api.dir}" use="true"
+ 			protected="true" version="true"
+ 			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">
+@@ -366,7 +366,7 @@
+ 		</taskdef>
+ 		
+ 		<instrument verbose="true">
+-			<fileset dir="${testclasses.dir}/org/hibernate/test">
++			<fileset dir="${testclasses.dir}/org/hibernate/annotations/common/test">
+ 				<include name="**/*.class"/>
+ 				<exclude name="**/*Test$*.class"/>
+ 				<exclude name="**/*Test.class"/>
+@@ -376,25 +376,29 @@
+ 	</target>	
+ 	
+ 	<target name="junitinstrument" depends="compiletest,instrument"
+-		description="Run the instrument test suite">
++		description="Run the instrument test suite">
++		<!--
+ 		<for list="${targetdb}" param="db">
+ 			<sequential>
+ 				<antcall target="test-resources">
+ 					<param name="db" value="@{db}"/>
+-				</antcall>
+-				<mkdir dir="${instrumenttest.out.dir}/@{db}"/>
+-				<echo>Running against db: @{db}</echo>
++				</antcall>
++		-->
++				<mkdir dir="${instrumenttest.out.dir}"/>
++				<!-- <echo>Running against db: @{db}</echo> -->
+ 				<junit printsummary="yes" haltonfailure="yes" dir="${basedir}"
+ 					maxmemory="256M" fork="yes" forkmode="perBatch">
+ 					<classpath refid="junit.classpath"/>
+ 					<formatter type="plain"/>
+ 					<formatter type="xml"/>
+-					<batchtest todir="${instrumenttest.out.dir}/@{db}" haltonfailure="no">
++					<batchtest todir="${instrumenttest.out.dir}" haltonfailure="no">
+ 						<fileset refid="junit.batchtestset"/>
+ 					</batchtest>
+-				</junit>
++				</junit>
++		<!--
+ 			</sequential>
+-		</for>
++		</for>
++		-->
+ 	</target>
+ 	
+ 	<target name="junitreport" depends="">
+@@ -449,8 +453,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-commons-annotations/3.1.0.GA-brew/src/hibernate-commons-annotations-ivy.xml.patch
===================================================================
--- hibernate-commons-annotations/3.1.0.GA-brew/src/hibernate-commons-annotations-ivy.xml.patch	                        (rev 0)
+++ hibernate-commons-annotations/3.1.0.GA-brew/src/hibernate-commons-annotations-ivy.xml.patch	2009-07-20 00:32:32 UTC (rev 27808)
@@ -0,0 +1,30 @@
+--- ivy.xml.sav	2009-07-13 23:06:39.000000000 -0700
++++ ivy.xml	2009-07-13 23:06:03.000000000 -0700
+@@ -9,16 +9,16 @@
+         <conf name="test" visibility="private" description="Dependencies needed for testing purposes"/>
+     </configurations>
+     <publications>
+-        <artifact name="hibernate-commons-annotations" conf="default"/>
++        <artifact name="hibernate-commons-annotations" conf="default" type="jar"/>
+     </publications>
+-    <dependencies>
+-		<!-- compile time dependencies -->
+-        <dependency org="org.slf4j" name="slf4j-api" rev="1.4.2" conf="default->default"/>
++    <!-- <dependencies> -->
++        <!-- compile time dependencies -->
++        <!-- <dependency org="org.slf4j" name="slf4j-api" rev="1.5.6" conf="default->default"/> -->
+ 
+         <!-- test deps -->
+-        <dependency name="ejb3-persistence" rev="1.0.2.GA" conf="test->default"/>
+-        <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
++        <!-- <dependency name="ejb3-persistence" rev="1.0.2.GA" conf="test->default"/> -->
++        <!-- <dependency org="org.slf4j" name="slf4j-log4j12" rev="1.5.6" conf="test->default"/> -->
++        <!-- <dependency org="log4j" name="log4j" rev="1.2.14" conf="test->default"/> -->
++        <!-- <dependency org="junit" name="junit" rev="3.8.2-brew" conf="test->default"/> -->
++    <!-- </dependencies> -->
++</ivy-module>

Added: hibernate-commons-annotations/3.1.0.GA-brew/src/hibernate-commons-annotations-jdstyle.css
===================================================================
--- hibernate-commons-annotations/3.1.0.GA-brew/src/hibernate-commons-annotations-jdstyle.css	                        (rev 0)
+++ hibernate-commons-annotations/3.1.0.GA-brew/src/hibernate-commons-annotations-jdstyle.css	2009-07-20 00:32:32 UTC (rev 27808)
@@ -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