[jboss-cvs] jboss-seam/examples ...

Peter Muir peter at bleepbleep.org.uk
Tue Oct 9 10:27:20 EDT 2007


  User: pmuir   
  Date: 07/10/09 10:27:20

  Modified:    examples  build.xml
  Log:
  Oops
  
  Revision  Changes    Path
  1.48      +8 -3      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.47
  retrieving revision 1.48
  diff -u -b -r1.47 -r1.48
  --- build.xml	7 Oct 2007 22:26:24 -0000	1.47
  +++ build.xml	9 Oct 2007 14:27:20 -0000	1.48
  @@ -388,11 +388,16 @@
   		<include name="**/components.xml" />
   	</patternset>
   	
  -	<!-- files to use as test resources -->
  +	<!-- files to use as test resources, by default everything -->
   	<patternset id="test.resources.files">
   		<include name="**/*" />
   	</patternset>
   
  +	<!-- files from the view/ directory to copy to the test environment, by default *.xml -->
  +	<patternset id="test.view.files">
  +		<include name="**/*.xml" />
  +	</patternset>
  +
   	<!-- Build classpath -->
   	<path id="build.classpath">
   		<fileset dir="${lib.dir}">
  @@ -808,7 +813,7 @@
   		</copy>
           <copy todir="${test.dir}">
               <fileset dir="${view.dir}">
  -            	<include name="**/*.page.xml"/>
  +            	<patternset refid="test.view.files" />
           	</fileset>
           </copy>
   	</target>
  @@ -825,7 +830,7 @@
   				<exclude name="hibernate.jar" />
   				<exclude name="hibernate-annotations.jar" />
   				<!-- Don't need all seam jars -->
  -				<exclude name="jboss-seam-*.jar" />
  +				
   			</fileset>
   			<path path="${eejb.conf.dir}" />
   			<path refid="build.classpath.extras" />
  
  
  



More information about the jboss-cvs-commits mailing list