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

Norman Richards norman.richards at jboss.com
Sat Jul 14 20:57:10 EDT 2007


  User: nrichards
  Date: 07/07/14 20:57:10

  Modified:    seam-gen/build-scripts   build-war.xml build.xml
  Log:
  JBSEAM-1666
  
  Revision  Changes    Path
  1.18      +1 -1      jboss-seam/seam-gen/build-scripts/build-war.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build-war.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/build-scripts/build-war.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- build-war.xml	15 Jun 2007 23:19:59 -0000	1.17
  +++ build-war.xml	15 Jul 2007 00:57:10 -0000	1.18
  @@ -141,7 +141,7 @@
           <copy todir="${war.dir}/WEB-INF/classes">
               <fileset dir="${basedir}/resources">
                   <include name="seam.properties" />
  -                <include name="security.drl" />
  +                <include name="*.drl" />
               </fileset>
           </copy>
           
  
  
  
  1.37      +1 -1      jboss-seam/seam-gen/build-scripts/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-scripts/build.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -b -r1.36 -r1.37
  --- build.xml	25 Jun 2007 19:14:28 -0000	1.36
  +++ build.xml	15 Jul 2007 00:57:10 -0000	1.37
  @@ -144,7 +144,7 @@
                                   <include name="*jpdl.xml" />
                                   <include name="hibernate.cfg.xml" />
                                   <include name="jbpm.cfg.xml" />
  -                                <include name="security.drl" />
  +                                <include name="*.drl" />
                           </fileset>
                           <fileset dir="${lib.dir}">
                                   <include name="jboss-seam.jar" />
  
  
  



More information about the jboss-cvs-commits mailing list