[jboss-cvs] jboss-seam ...

Gavin King gavin.king at jboss.com
Tue Jun 19 19:54:04 EDT 2007


  User: gavin   
  Date: 07/06/19 19:54:04

  Modified:    jboss-seam  build.xml
  Log:
  test the contactlist example
  
  Revision  Changes    Path
  1.200     +3 -2      jboss-seam/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build.xml,v
  retrieving revision 1.199
  retrieving revision 1.200
  diff -u -b -r1.199 -r1.200
  --- build.xml	19 Jun 2007 21:57:45 -0000	1.199
  +++ build.xml	19 Jun 2007 23:54:04 -0000	1.200
  @@ -599,7 +599,7 @@
   		<taskdef name="antlrtask" classname="org.apache.tools.ant.taskdefs.optional.ANTLR">
   			<classpath>
   				<fileset dir="${lib.dir}">
  -					<include name="ant-antlr-*.jar" />
  +					<include name="ant-antlr*.jar" />
   					<include name="antlr-*.jar" />
   				</fileset>
   			</classpath>
  @@ -607,7 +607,7 @@
   		<antlrtask target="seam-text.g" outputdirectory="${src.java.dir}/org/jboss/seam/text">
   			<classpath>
   				<fileset dir="${lib.dir}">
  -					<include name="ant-antlr-*.jar" />
  +					<include name="ant-antlr*.jar" />
   					<include name="antlr-*.jar" />
   				</fileset>
   			</classpath>
  @@ -721,6 +721,7 @@
   		<ant dir="examples/hibernate" target="testexample" inheritall="false" />
   		<ant dir="examples/messages" target="testexample" inheritall="false" />
   		<ant dir="examples/numberguess" target="testexample" inheritall="false" />
  +		<ant dir="examples/contactlist" target="testexample" inheritall="false" />
   		<ant dir="examples/registration" target="testexample" inheritall="false" />
   		<ant dir="examples/todo" target="testexample" inheritall="false" />
   		<ant dir="examples/blog" target="testexample" inheritall="false" />
  
  
  



More information about the jboss-cvs-commits mailing list