[jboss-cvs] jboss-seam/examples ...
Peter Muir
peter at bleepbleep.org.uk
Tue Oct 9 11:38:00 EDT 2007
User: pmuir
Date: 07/10/09 11:38:00
Modified: examples build.xml
Log:
oops, don't want the ajax4jsf filter in tests
Revision Changes Path
1.50 +3 -1 jboss-seam/examples/build.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/build.xml,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -b -r1.49 -r1.50
--- build.xml 9 Oct 2007 15:17:56 -0000 1.49
+++ build.xml 9 Oct 2007 15:38:00 -0000 1.50
@@ -395,7 +395,7 @@
<!-- files from the view/ directory to copy to the test environment, by default *.xml -->
<patternset id="test.view.files">
- <include name="**/*.xml" />
+ <include name="**/*.page.xml" />
</patternset>
<!-- Build classpath -->
@@ -830,6 +830,8 @@
<exclude name="jboss-container.jar" />
<exclude name="hibernate.jar" />
<exclude name="hibernate-annotations.jar" />
+ <!-- Don't include seam-ui -->
+ <exclude name="jboss-seam-ui.jar" />
</fileset>
<path path="${eejb.conf.dir}" />
More information about the jboss-cvs-commits
mailing list