[seam-commits] Seam SVN: r10848 - branches/community/Seam_2_1.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon May 11 15:45:04 EDT 2009
Author: norman.richards at jboss.com
Date: 2009-05-11 15:45:04 -0400 (Mon, 11 May 2009)
New Revision: 10848
Modified:
branches/community/Seam_2_1/build.xml
Log:
JBSEAM-3603
Modified: branches/community/Seam_2_1/build.xml
===================================================================
--- branches/community/Seam_2_1/build.xml 2009-05-11 19:20:00 UTC (rev 10847)
+++ branches/community/Seam_2_1/build.xml 2009-05-11 19:45:04 UTC (rev 10848)
@@ -447,7 +447,7 @@
<cleanexample name="drools" />
<cleanexample name="remoting/helloworld" />
<cleanexample name="remoting/chatroom" />
- <cleanexample name="remoting/progressbar" />
+ <!--<cleanexample name="remoting/progressbar" />-->
<cleanexample name="remoting/gwt" />
<cleanexample name="hibernate" />
<cleanexample name="jpa" />
@@ -487,7 +487,7 @@
<undeployexample name="drools" />
<undeployexample name="remoting/helloworld" />
<undeployexample name="remoting/chatroom" />
- <undeployexample name="remoting/progressbar" />
+ <!--<undeployexample name="remoting/progressbar" />-->
<undeployexample name="remoting/gwt" />
<undeployexampleNoTomcat name="groovybooking" />
<undeployexample name="quartz" />
@@ -561,7 +561,7 @@
<ant dir="examples/remoting/chatroom" target="validateConfiguration" inheritall="false" />
<ant dir="examples/remoting/gwt" target="validateConfiguration" inheritall="false" />
<ant dir="examples/remoting/helloworld" target="validateConfiguration" inheritall="false" />
- <ant dir="examples/remoting/progressbar" target="validateConfiguration" inheritall="false" />
+ <!--<ant dir="examples/remoting/progressbar" target="validateConfiguration" inheritall="false" />-->
<ant dir="examples/rss" target="validateConfiguration" inheritall="false" />
<ant dir="examples/seambay" target="validateConfiguration" inheritall="false" />
<ant dir="examples/restbay" target="validateConfiguration" inheritall="false" />
@@ -678,7 +678,7 @@
<include name="wicket/**/*" />
<include name="remoting/chatroom/**/*" />
<include name="remoting/helloworld/**/*" />
- <include name="remoting/progressbar/**/*" />
+ <!--<include name="remoting/progressbar/**/*" />-->
<include name="remoting/gwt/**/*" />
<include name="readme.txt" />
<include name="seam-examples.html" />
More information about the seam-commits
mailing list