[jboss-cvs] Repository SVN: r11332 - in hibernate-annotations/3.2.1.GA_CP02-brew: lib and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jul 14 10:17:34 EDT 2008


Author: permaine
Date: 2008-07-14 10:17:34 -0400 (Mon, 14 Jul 2008)
New Revision: 11332

Added:
   hibernate-annotations/3.2.1.GA_CP02-brew/lib/hibernate-commons-annotations.jar
   hibernate-annotations/3.2.1.GA_CP02-brew/lib/hibernate-validator.jar
Modified:
   hibernate-annotations/3.2.1.GA_CP02-brew/component-info.xml
   hibernate-annotations/3.2.1.GA_CP02-brew/lib/hibernate-annotations.jar
   hibernate-annotations/3.2.1.GA_CP02-brew/src/hibernate-annotations-common-build_xml.patch
Log:
Split up hibernate-annotations jar

Modified: hibernate-annotations/3.2.1.GA_CP02-brew/component-info.xml
===================================================================
--- hibernate-annotations/3.2.1.GA_CP02-brew/component-info.xml	2008-07-14 11:53:15 UTC (rev 11331)
+++ hibernate-annotations/3.2.1.GA_CP02-brew/component-info.xml	2008-07-14 14:17:34 UTC (rev 11332)
@@ -5,7 +5,7 @@
                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-4_GA_CP02_1jpp_ep1_4_el4">
+      tag="hibernate3-annotations-3_2_1-4_GA_CP02_1jpp_ep1_5_el4">
       <!-- Built using JDK 5 -->
       <artifact id="hibernate-annotations.jar"/>
       <import componentref="hibernate">
@@ -20,6 +20,8 @@
       </import>
       <export>
          <include input="hibernate-annotations.jar"/>         
+         <include input="hibernate-commons-annotations.jar"/>         
+         <include input="hibernate-validator.jar"/>         
       </export>
       
    </component>

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

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


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

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


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

Modified: hibernate-annotations/3.2.1.GA_CP02-brew/src/hibernate-annotations-common-build_xml.patch
===================================================================
--- hibernate-annotations/3.2.1.GA_CP02-brew/src/hibernate-annotations-common-build_xml.patch	2008-07-14 11:53:15 UTC (rev 11331)
+++ hibernate-annotations/3.2.1.GA_CP02-brew/src/hibernate-annotations-common-build_xml.patch	2008-07-14 14:17:34 UTC (rev 11332)
@@ -1,5 +1,5 @@
---- common-build.xml.sav	2008-06-27 16:42:06.000000000 -0400
-+++ common-build.xml	2008-06-30 13:40:38.000000000 -0400
+--- common-build.xml.sav	2008-07-13 22:01:31.000000000 -0400
++++ common-build.xml	2008-07-13 22:11:00.000000000 -0400
 @@ -39,7 +39,7 @@
  
  
@@ -18,7 +18,25 @@
  			<classpath path="${classes.dir}"/>
              <classpath path="${testclasses.dir}"/>         
  			<classpath refid="lib.class.path"/>
-@@ -320,9 +320,8 @@
+@@ -300,7 +300,16 @@
+ 
+     <target name="jar" depends="compile" description="Build the distribution .jar file">
+         <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="jartest" depends="compiletest" description="Build the distribution .jar file">
+@@ -320,9 +329,8 @@
          	protected="true"
          	version="true"
          	windowtitle="${Name} API Documentation"
@@ -29,7 +47,7 @@
          	link="${javadoc}">
          	<packageset dir="${src.dir}" defaultexcludes="yes" >
  		      <include name="**/*" />
-@@ -395,7 +394,7 @@
+@@ -395,7 +403,7 @@
  			<formatter type="plain"/>
  			<formatter type="xml"/>
  			<batchtest todir="${instrumenttest.out.dir}" haltonfailure="no">
@@ -38,7 +56,7 @@
  					<include name="org/hibernate/test/**/*Test.class"/>
  				</fileset>
  			</batchtest>
-@@ -443,4 +442,4 @@
+@@ -443,4 +451,4 @@
  		<cvs command="-q diff -u -N" output="patch.txt"/>
  	</target>
  




More information about the jboss-cvs-commits mailing list