[hibernate-commits] Hibernate SVN: r20280 - annotations/branches/v3_3_1_GA_CP.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Sat Aug 28 12:49:03 EDT 2010


Author: stliu
Date: 2010-08-28 12:49:02 -0400 (Sat, 28 Aug 2010)
New Revision: 20280

Added:
   annotations/branches/v3_3_1_GA_CP/build.properties
Modified:
   annotations/branches/v3_3_1_GA_CP/
   annotations/branches/v3_3_1_GA_CP/build.xml
Log:
JBPAPP-4959 update build script to avoid ant version conflict


Property changes on: annotations/branches/v3_3_1_GA_CP
___________________________________________________________________
Name: svn:ignore
   - .classpath
.project
build
target

   + .classpath
.project
build
target
.settings
bin


Added: annotations/branches/v3_3_1_GA_CP/build.properties
===================================================================
--- annotations/branches/v3_3_1_GA_CP/build.properties	                        (rev 0)
+++ annotations/branches/v3_3_1_GA_CP/build.properties	2010-08-28 16:49:02 UTC (rev 20280)
@@ -0,0 +1,3 @@
+version=3.3.1.GA.CP03
+hibernate-core.home=../core
+hibernate-core.jar=../core/build/hibernate3.jar

Modified: annotations/branches/v3_3_1_GA_CP/build.xml
===================================================================
--- annotations/branches/v3_3_1_GA_CP/build.xml	2010-08-28 16:07:31 UTC (rev 20279)
+++ annotations/branches/v3_3_1_GA_CP/build.xml	2010-08-28 16:49:02 UTC (rev 20280)
@@ -55,6 +55,7 @@
     	<path location="${hibernate-core.jar}" />
         <fileset dir="${hibernate-core.lib.dir}">
             <include name="*.jar"/>
+			<exclude name="ant-*.jar"/>
         </fileset>
         <fileset dir="${lib.dir}">
             <include name="*.jar"/>
@@ -188,7 +189,7 @@
 				</fileset>
 			</classpath>
 		</taskdef>
-        <junit printsummary="yes" haltonfailure="yes" forkmode="once">
+        <junit printsummary="on" haltonfailure="on" forkmode="once">
             <classpath refid="junit.classpath"/>
             <formatter type="plain"/>
             <formatter type="xml"/>
@@ -209,7 +210,7 @@
 				</fileset>
 			</classpath>
 		</taskdef>
-		<junit printsummary="yes" fork="yes" haltonfailure="yes">
+		<junit printsummary="on" fork="yes" haltonfailure="on">
 			<classpath refid="junit.classpath"/>
 			<formatter type="plain"/>
 			<formatter type="xml"/>



More information about the hibernate-commits mailing list