[jboss-cvs] Repository SVN: r15793 - in hibernate-annotations: 3.2.1.GA_CP03-brew and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 14 17:25:31 EDT 2008


Author: permaine
Date: 2008-10-14 17:25:31 -0400 (Tue, 14 Oct 2008)
New Revision: 15793

Added:
   hibernate-annotations/3.2.1.GA_CP03-brew/
   hibernate-annotations/3.2.1.GA_CP03-brew/component-info.xml
   hibernate-annotations/3.2.1.GA_CP03-brew/lib/
   hibernate-annotations/3.2.1.GA_CP03-brew/lib/hibernate-annotations.jar
   hibernate-annotations/3.2.1.GA_CP03-brew/lib/hibernate-commons-annotations.jar
   hibernate-annotations/3.2.1.GA_CP03-brew/lib/hibernate-validator.jar
   hibernate-annotations/3.2.1.GA_CP03-brew/src/
   hibernate-annotations/3.2.1.GA_CP03-brew/src/hibernate-annotations-3.2.1.cp03-src.tar.gz
   hibernate-annotations/3.2.1.GA_CP03-brew/src/hibernate-annotations-build_xml.patch
   hibernate-annotations/3.2.1.GA_CP03-brew/src/hibernate-annotations-common-build_xml.patch
Log:
Add Brew-build 3.2.1.GA_CP03-brew 

Added: hibernate-annotations/3.2.1.GA_CP03-brew/component-info.xml
===================================================================
--- hibernate-annotations/3.2.1.GA_CP03-brew/component-info.xml	                        (rev 0)
+++ hibernate-annotations/3.2.1.GA_CP03-brew/component-info.xml	2008-10-14 21:25:31 UTC (rev 15793)
@@ -0,0 +1,32 @@
+<project name="hibernate-annotations-component-info">
+   <component id="hibernate-annotations"
+               licenseType="lgpl"
+               version="3.2.1.GA_CP03-brew"
+               projectHome="http://annotations.hibernate.org"
+      description="Annotations for Hibernate/EJB3 - Patch for ANN-551"
+      scm=":ext:cvs.devel.redhat.com:/cvs/dist/hibernate3-annotations"
+      tag="hibernate3-annotations-3_2_1-5_GA_CP03_1jpp_ep1_1_el4">
+      <!-- Built using JDK 5 -->
+      <artifact id="hibernate-annotations.jar"/>
+      <artifact id="hibernate-commons-annotations.jar"/>
+      <artifact id="hibernate-validator.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"/>  
+      </import>
+      <export>
+         <include input="hibernate-annotations.jar"/>         
+         <include input="hibernate-commons-annotations.jar"/>         
+         <include input="hibernate-validator.jar"/>         
+      </export>
+      
+   </component>
+
+</project>

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


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

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


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

Added: hibernate-annotations/3.2.1.GA_CP03-brew/lib/hibernate-validator.jar
===================================================================
(Binary files differ)


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

Added: hibernate-annotations/3.2.1.GA_CP03-brew/src/hibernate-annotations-3.2.1.cp03-src.tar.gz
===================================================================
(Binary files differ)


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

Added: hibernate-annotations/3.2.1.GA_CP03-brew/src/hibernate-annotations-build_xml.patch
===================================================================
--- hibernate-annotations/3.2.1.GA_CP03-brew/src/hibernate-annotations-build_xml.patch	                        (rev 0)
+++ hibernate-annotations/3.2.1.GA_CP03-brew/src/hibernate-annotations-build_xml.patch	2008-10-14 21:25:31 UTC (rev 15793)
@@ -0,0 +1,20 @@
+--- build.xml.orig	2008-10-12 23:15:08.000000000 -0400
++++ build.xml	2008-10-14 15:26:31.000000000 -0400
+@@ -150,7 +150,16 @@
+             <attribute name="Version" value="${version}"/>
+         </manifest>
+         <mkdir dir="${dist.dir}"/>
+-        <jar filesetmanifest="merge" jarfile="${jar.file.name}" basedir="${classes.dir}"/>
++        <jar filesetmanifest="merge" jarfile="${jar.file.name}">
++            <fileset dir="${classes.dir}">
++                <exclude name="org/hibernate/annotationfactory/*.*"/>
++                <exclude name="org/hibernate/reflection/*.*"/>
++                <exclude name="org/hibernate/reflection/java/Java*.*"/>
++                <exclude name="org/hibernate/reflection/java/Pair*.*"/>
++                <exclude name="org/hibernate/reflection/java/generics/*.*"/>
++                <exclude name="org/hibernate/validator/**"/>
++            </fileset>
++        </jar>
+     </target>
+ 
+     <!-- target name="javadoc" description="Compile the Javadoc API documentation to dist dir">

Added: hibernate-annotations/3.2.1.GA_CP03-brew/src/hibernate-annotations-common-build_xml.patch
===================================================================
--- hibernate-annotations/3.2.1.GA_CP03-brew/src/hibernate-annotations-common-build_xml.patch	                        (rev 0)
+++ hibernate-annotations/3.2.1.GA_CP03-brew/src/hibernate-annotations-common-build_xml.patch	2008-10-14 21:25:31 UTC (rev 15793)
@@ -0,0 +1,11 @@
+--- common-build.xml
++++ common-build.xml
+@@ -42,7 +42,7 @@
+ 
+     <!-- set Hibernate core related properties -->
+     <property name="hibernate-core.home" location="${common-build.basedir}/../core"/>
+-    <property name="hibernate-core.jar" location="${hibernate-core.home}/build/hibernate3.jar"/>
++    <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-cvs.doc.reference" location="${common-build.basedir}/../../Hibernate3/doc/reference"/>
+     <property name="hibernate-annotations.home" location="${common-build.basedir}/../annotations"/>




More information about the jboss-cvs-commits mailing list