[seam-commits] Seam SVN: r10201 - branches/enterprise/JBPAPP_4_2_CP01.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon Mar 23 06:27:35 EDT 2009
Author: manaRH
Date: 2009-03-23 06:27:34 -0400 (Mon, 23 Mar 2009)
New Revision: 10201
Modified:
branches/enterprise/JBPAPP_4_2_CP01/build.xml
Log:
JBPAPP-1702
Modified: branches/enterprise/JBPAPP_4_2_CP01/build.xml
===================================================================
--- branches/enterprise/JBPAPP_4_2_CP01/build.xml 2009-03-22 12:59:33 UTC (rev 10200)
+++ branches/enterprise/JBPAPP_4_2_CP01/build.xml 2009-03-23 10:27:34 UTC (rev 10201)
@@ -82,7 +82,7 @@
<property name="deploy.dir" value="${jboss.home}/server/default/deploy"/>
<property name="conf.dir" value="${jboss.home}/server/default/conf"/>
- <property name="webroot.dir" value="${deploy.dir}/jbossweb-tomcat55.sar/ROOT.war"/>
+ <property name="webroot.dir" value="${deploy.dir}/jboss-web.deployer/ROOT.war"/>
<property name="testng.jar" value="${imported.basedir}/lib/testng-4.5.1-jdk15.jar"/>
@@ -516,7 +516,11 @@
depends="build"
description="Deploy the examples used in Seam presentations">
<ant dir="examples/booking" target="deploy" inheritall="false"/>
- <ant dir="examples/dvdstore" target="deploy" inheritall="false"/>
+ <ant dir="examples/dvdstore" target="deploy" inheritall="false"/>
+ <ant dir="examples/issues" target="deploy" inheritall="false"/>
+ <ant dir="examples/remoting/chatroom" target="deploy" inheritall="false"/>
+ <ant dir="examples/blog" target="deploy" inheritall="false"/>
+ <ant dir="examples/contactlist" target="deploy" inheritall="false"/>
<copy file="examples/seam-examples.html" todir="${webroot.dir}"/>
<replace file="${webroot.dir}/seam-examples.html" token="http://localhost:8080" value=""/>
</target>
More information about the seam-commits
mailing list