[jboss-cvs] Repository SVN: r15523 - in hibernate-validator: 3.0.0.GA-brew and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Sep 18 11:30:45 EDT 2008


Author: permaine
Date: 2008-09-18 11:30:45 -0400 (Thu, 18 Sep 2008)
New Revision: 15523

Added:
   hibernate-validator/3.0.0.GA-brew/
   hibernate-validator/3.0.0.GA-brew/component-info.xml
   hibernate-validator/3.0.0.GA-brew/lib/
   hibernate-validator/3.0.0.GA-brew/lib/hibernate-validator.jar
   hibernate-validator/3.0.0.GA-brew/src/
   hibernate-validator/3.0.0.GA-brew/src/hibernate-validator-3.0.0-src.tar.gz
   hibernate-validator/3.0.0.GA-brew/src/hibernate-validator-build_xml.patch
   hibernate-validator/3.0.0.GA-brew/src/hibernate-validator-common-build_xml.patch
   hibernate-validator/3.0.0.GA-brew/src/hibernate-validator-component-info.xml
   hibernate-validator/3.0.0.GA-brew/src/hibernate-validator-jdstyle.css
Log:
Add Brew-build 3.0.0.GA-brew

Added: hibernate-validator/3.0.0.GA-brew/component-info.xml
===================================================================
--- hibernate-validator/3.0.0.GA-brew/component-info.xml	                        (rev 0)
+++ hibernate-validator/3.0.0.GA-brew/component-info.xml	2008-09-18 15:30:45 UTC (rev 15523)
@@ -0,0 +1,27 @@
+<project name="hibernate-validator-component-info">
+   <component id="hibernate-validator"
+              version="3.0.0.GA-brew"
+              licenseType="lgpl"
+              projectHome="http://validator.hibernate.org/"
+              description="Hibernate Validator"
+      scm=":ext:cvs.devel.redhat.com:/cvs/dist/hibernate3-annotations"
+      tag="hibernate3-validator-3_0_0-0jpp_ep1_2_el4">
+      <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.6.GA"/>          
+      </import>
+	  <import componentref="hibernate-commons-annotations">
+         <compatible version="3.0.0.GA"/>
+      </import>
+      <export>
+         <include input="hibernate-validator.jar"/>
+      </export>
+
+   </component>
+
+</project>

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


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

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


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

Added: hibernate-validator/3.0.0.GA-brew/src/hibernate-validator-build_xml.patch
===================================================================
--- hibernate-validator/3.0.0.GA-brew/src/hibernate-validator-build_xml.patch	                        (rev 0)
+++ hibernate-validator/3.0.0.GA-brew/src/hibernate-validator-build_xml.patch	2008-09-18 15:30:45 UTC (rev 15523)
@@ -0,0 +1,24 @@
+--- build.xml.sav	2008-07-07 14:38:28.000000000 -0400
++++ build.xml	2008-07-07 14:52:16.000000000 -0400
+@@ -33,15 +33,15 @@
+ 	<property name="common.dir" value="${basedir}/../common"/>
+ 
+     <!-- dependencies -->
+-    <property name="jpa-api.jar" value="${basedir}/../jpa-api/build/ejb3-persistence.jar"/>
++    <property name="jpa-api.jar" value="${basedir}/lib/hibernate3-ejb-persistence-3.0-api.jar"/>
+ 	<property name="annotations.jar"
+-			  value="${basedir}/../annotations/target/hibernate-annotations/hibernate-annotations.jar"/>
++			  value="${basedir}/lib/hibernate3-annotations.jar"/>
+     <property name="jpa.jar"
+-              value="${basedir}/../entitymanager/target/hibernate-entitymanager/hibernate-entitymanager.jar"/>
+-    <property name="archive-browsing.jar"
+-              value="${basedir}/../entitymanager/lib/jboss-archive-browsing.jar"/>
++              value="${basedir}/lib/hibernate3-entitymanager.jar"/>
++    <!-- <property name="archive-browsing.jar"
++              value="${basedir}/../entitymanager/lib/jboss-archive-browsing.jar"/> -->
+     <property name="commons-annotations.jar"
+-			  value="${basedir}/../commons-annotations/target/hibernate-commons-annotations/hibernate-commons-annotations.jar"/>
++			  value="${basedir}/lib/hibernate3-commons-annotations.jar"/>
+ 
+     <import file="${common.dir}/common-build.xml"/>
+ 

Added: hibernate-validator/3.0.0.GA-brew/src/hibernate-validator-common-build_xml.patch
===================================================================
--- hibernate-validator/3.0.0.GA-brew/src/hibernate-validator-common-build_xml.patch	                        (rev 0)
+++ hibernate-validator/3.0.0.GA-brew/src/hibernate-validator-common-build_xml.patch	2008-09-18 15:30:45 UTC (rev 15523)
@@ -0,0 +1,57 @@
+--- common-build.xml.sav	2008-07-07 14:52:35.000000000 -0400
++++ common-build.xml	2008-07-07 14:54:38.000000000 -0400
+@@ -39,7 +39,7 @@
+ 
+ 
+     <!-- set Hibernate core related properties -->
+-    <property name="hibernate-core.home" location="${common-build.basedir}/../../hibernate-3.2"/>
++    <property name="hibernate-core.home" location="${common-build.basedir}"/>
+     <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-core.jdbc.dir" location="${hibernate-core.home}/lib"/>  <!-- for some reason jdbc.dir is renamed to lib instead of jdbc when doing a dist of hibernate3 -->
+@@ -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/validator/test">
+ 				<include name="**/*.class"/>
+ 				<exclude name="**/*Test$*.class"/>
+ 				<exclude name="**/*Test.class"/>
+@@ -320,9 +320,8 @@
+         	protected="true"
+         	version="true"
+         	windowtitle="${Name} API Documentation"
+-        	Overview="${doc.api.dir}/package.html"
+         	doctitle="${Name} API Documentation"
+-        	stylesheetfile="${hibernate-core.doc.api}/jdstyle.css"
++        	stylesheetfile="${doc.api.dir}/jdstyle.css"
+         	link="${javadoc}">
+         	<packageset dir="${src.dir}" defaultexcludes="yes" >
+ 		      <include name="**/*" />
+@@ -395,8 +394,8 @@
+ 			<formatter type="plain"/>
+ 			<formatter type="xml"/>
+ 			<batchtest todir="${instrumenttest.out.dir}" haltonfailure="no">
+-				<fileset dir="${classes.dir}">
+-					<include name="org/hibernate/test/**/*Test.class"/>
++				<fileset dir="${testclasses.dir}">
++					<include name="org/hibernate/validator/test/**/*Test.class"/>
+ 				</fileset>
+ 			</batchtest>
+ 		</junit>
+@@ -443,4 +442,4 @@
+ 		<cvs command="-q diff -u -N" output="patch.txt"/>
+ 	</target>
+ 
+-</project>
+\ No newline at end of file
++</project>

Added: hibernate-validator/3.0.0.GA-brew/src/hibernate-validator-component-info.xml
===================================================================
--- hibernate-validator/3.0.0.GA-brew/src/hibernate-validator-component-info.xml	                        (rev 0)
+++ hibernate-validator/3.0.0.GA-brew/src/hibernate-validator-component-info.xml	2008-09-18 15:30:45 UTC (rev 15523)
@@ -0,0 +1,27 @@
+<project name="hibernate-validator-component-info">
+   <component id="hibernate-validator"
+              version="@VERSION@"
+              licenseType="lgpl"
+              projectHome="http://validator.hibernate.org/"
+              description="Hibernate Validator"
+      scm=":ext:cvs.devel.redhat.com:/cvs/dist/hibernate3-annotations"
+      tag="@TAG@">
+      <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.6.GA"/>          
+      </import>
+	  <import componentref="hibernate-commons-annotations">
+         <compatible version="3.0.0.GA"/>
+      </import>
+      <export>
+         <include input="hibernate-validator.jar"/>
+      </export>
+
+   </component>
+
+</project>

Added: hibernate-validator/3.0.0.GA-brew/src/hibernate-validator-jdstyle.css
===================================================================
--- hibernate-validator/3.0.0.GA-brew/src/hibernate-validator-jdstyle.css	                        (rev 0)
+++ hibernate-validator/3.0.0.GA-brew/src/hibernate-validator-jdstyle.css	2008-09-18 15:30:45 UTC (rev 15523)
@@ -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