[seam-commits] Seam SVN: r13680 - in branches/community/Seam_2_2: src/test/ftest/examples/dvdstore and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Aug 31 10:41:32 EDT 2010


Author: manaRH
Date: 2010-08-31 10:41:32 -0400 (Tue, 31 Aug 2010)
New Revision: 13680

Added:
   branches/community/Seam_2_2/examples/dvdstore/build-jboss42.xml
Modified:
   branches/community/Seam_2_2/examples/dvdstore/build.xml
   branches/community/Seam_2_2/examples/dvdstore/readme.txt
   branches/community/Seam_2_2/src/test/ftest/examples/dvdstore/build.xml
Log:
JBSEAM-4560 added new ant target only for jboss 4.2.x

Added: branches/community/Seam_2_2/examples/dvdstore/build-jboss42.xml
===================================================================
--- branches/community/Seam_2_2/examples/dvdstore/build-jboss42.xml	                        (rev 0)
+++ branches/community/Seam_2_2/examples/dvdstore/build-jboss42.xml	2010-08-31 14:41:32 UTC (rev 13680)
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+
+<project name="Blog" default="deploy" basedir=".">
+
+	<property name="han.lib"       value="yes"/>
+	
+    <import file="../build.xml"/>
+    
+</project>


Property changes on: branches/community/Seam_2_2/examples/dvdstore/build-jboss42.xml
___________________________________________________________________
Name: svn:executable
   + *

Modified: branches/community/Seam_2_2/examples/dvdstore/build.xml
===================================================================
--- branches/community/Seam_2_2/examples/dvdstore/build.xml	2010-08-31 13:44:19 UTC (rev 13679)
+++ branches/community/Seam_2_2/examples/dvdstore/build.xml	2010-08-31 14:41:32 UTC (rev 13680)
@@ -36,5 +36,9 @@
 		<include name="*.jpdl.xml" />
 		<exclude name=".gpd.*.jpdl.xml" />
 	</fileset>
+	
+	<target name="jboss42" description="Build the DvdStore example artifacts, and deploy to JBoss 4.2.x.GA">
+		<ant antfile="build-jboss42.xml"/>
+	</target>
 
 </project>

Modified: branches/community/Seam_2_2/examples/dvdstore/readme.txt
===================================================================
--- branches/community/Seam_2_2/examples/dvdstore/readme.txt	2010-08-31 13:44:19 UTC (rev 13679)
+++ branches/community/Seam_2_2/examples/dvdstore/readme.txt	2010-08-31 14:41:32 UTC (rev 13680)
@@ -5,4 +5,6 @@
 process management. It runs on JBoss AS as an EAR and Tomcat with Embedded
 JBoss as a WAR.
 
+JBoss AS 4.2 needs additional hibernate libraries, use ant target jboss42 for deploying to it.
+
 example.name=dvdstore

Modified: branches/community/Seam_2_2/src/test/ftest/examples/dvdstore/build.xml
===================================================================
--- branches/community/Seam_2_2/src/test/ftest/examples/dvdstore/build.xml	2010-08-31 13:44:19 UTC (rev 13679)
+++ branches/community/Seam_2_2/src/test/ftest/examples/dvdstore/build.xml	2010-08-31 14:41:32 UTC (rev 13680)
@@ -23,7 +23,8 @@
 <project name="dvdstore.ftest.build" basedir="." default="build">
 	<property name="example.name" value="dvdstore" />
 	<property name="example.homepage" value="/home" />
-
+	<property name="jboss4.deploy.target" value="jboss42" />
+	
 	<import file="../build.xml" />
 
 </project>



More information about the seam-commits mailing list