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

Gavin King gavin.king at jboss.com
Tue Jan 30 23:07:26 EST 2007


  User: gavin   
  Date: 07/01/30 23:07:26

  Modified:    seam-gen  build.xml
  Log:
  add security to seam-gen JBSEAM-719
  
  Revision  Changes    Path
  1.64      +9 -2      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.63
  retrieving revision 1.64
  diff -u -b -r1.63 -r1.64
  --- build.xml	30 Jan 2007 08:34:17 -0000	1.63
  +++ build.xml	31 Jan 2007 04:07:26 -0000	1.64
  @@ -93,6 +93,8 @@
       
       <fileset id="view" dir="${basedir}/view">
           <include name="home.xhtml"/>
  +    	<include name="login.xhtml"/>
  +    	<include name="login.page.xml"/>
           <include name="index.html"/>
           <include name="layout/template.xhtml"/>
       	<include name="layout/menu.xhtml"/>
  @@ -460,6 +462,7 @@
   
           <copy todir="${project.home}/lib">
               <fileset dir="../lib"/>
  +            <fileset dir="../drools/lib"/>
               <fileset dir="../">
                   <include name="jboss-seam.jar"/>
                   <include name="jboss-seam-ui.jar"/>
  @@ -515,7 +518,7 @@
           </copy>
   	</target>
       
  -    <target name="file-copy" depends="file-copy-war,file-copy-ear">
  +    <target name="file-copy" depends="file-copy-war,file-copy-ear,setup-filters">
           <echo message="Copying project resources ..." />
                   
           <copy todir="${project.home}/resources">
  @@ -568,6 +571,10 @@
               <filterset refid="project"/>
           </copy>
           
  +        <copy todir="${project.home}/src/${action.dir}" file="${basedir}/src/Authenticator.java">
  +            <filterset refid="filters"/>
  +        </copy>
  +        
           <copy todir="${project.home}">
               <fileset dir="${basedir}/build-scripts">
               	<exclude name="build*.xml"/>
  
  
  



More information about the jboss-cvs-commits mailing list