[seam-commits] Seam SVN: r8847 - branches/Seam_2_0_FP.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Fri Aug 29 05:36:46 EDT 2008
Author: manaRH
Date: 2008-08-29 05:36:46 -0400 (Fri, 29 Aug 2008)
New Revision: 8847
Modified:
branches/Seam_2_0_FP/build.xml
Log:
remove wiki from undeployall
Modified: branches/Seam_2_0_FP/build.xml
===================================================================
--- branches/Seam_2_0_FP/build.xml 2008-08-29 08:53:45 UTC (rev 8846)
+++ branches/Seam_2_0_FP/build.xml 2008-08-29 09:36:46 UTC (rev 8847)
@@ -334,7 +334,7 @@
<undeployexample name="itext" />
<undeployexample name="mail" />
<undeployexample name="ui" />
- <!--<undeployexample name="spring"" /> />-->
+ <undeployexample name="spring" />
<undeployexample name="messages" />
<undeployexample name="numberguess" />
<undeployexample name="registration" />
@@ -346,7 +346,6 @@
<undeployexample name="remoting/gwt" />
<undeployexampleNoTomcat name="groovybooking" />
<undeployexample name="quartz" />
- <callExample path="examples/wiki" target="undeploy" />
<undeployexample name="seamdiscs" />
<undeployexample name="icefaces" />
<undeployexample name="seambay" />
@@ -448,7 +447,6 @@
<include name="hibernate/**/*" />
<include name="icefaces/**/*" />
<include name="jpa/**/*" />
- <include name="jee5/**/*" />
<include name="blog/**/*" />
<include name="contactlist/**/*" />
<include name="registration/**/*" />
@@ -466,7 +464,6 @@
<include name="groovybooking/**/*" />
<include name="seamdiscs/**/*" />
<include name="quartz/**/*" />
- <include name="wiki/**/*" />
<!--<include name="portal/**/*" />-->
<include name="drools/**/*" />
<include name="nestedbooking/**/*" />
More information about the seam-commits
mailing list