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

Gavin King gavin.king at jboss.com
Wed Nov 1 21:12:30 EST 2006


  User: gavin   
  Date: 06/11/01 21:12:30

  Modified:    seam-gen  build.xml
  Log:
  various improvements
  
  Revision  Changes    Path
  1.4       +3 -0      jboss-seam/seam-gen/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- build.xml	2 Nov 2006 01:41:38 -0000	1.3
  +++ build.xml	2 Nov 2006 02:12:30 -0000	1.4
  @@ -44,6 +44,9 @@
   		<move tofile="${workspace.home}/${project.name}/resources/${project.name}-ds.xml" file="${workspace.home}/${project.name}/resources/datasource-ds.xml" />
   		<copy todir="${workspace.home}/${project.name}/view">
   			<fileset dir="${basedir}/view/" />
  +			<filterset>
  +				<filter token="projectName" value="${project.name}" />
  +			</filterset>
   		</copy>
   		<copy todir="${workspace.home}/${project.name}/">
   			<filterset>
  
  
  



More information about the jboss-cvs-commits mailing list