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

Christian Bauer christian at hibernate.org
Sun Apr 8 11:10:32 EDT 2007


  User: cbauer  
  Date: 07/04/08 11:10:32

  Modified:    examples/wiki  build.xml
  Log:
  Implemented Atom feeds for site and directories
  
  Revision  Changes    Path
  1.13      +3 -0      jboss-seam/examples/wiki/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/build.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- build.xml	2 Apr 2007 18:25:05 -0000	1.12
  +++ build.xml	8 Apr 2007 15:10:32 -0000	1.13
  @@ -64,6 +64,9 @@
           <fileset refid="lib" />
           <fileset refid="seamlibs"/>
           <fileset refid="droolslibs"/>
  +        <fileset dir="${src.etc.dir}/WEB-INF">
  +            <include name="lib/*.*"/>
  +        </fileset>
       </path>
   
       <path id="test.classpath">
  
  
  



More information about the jboss-cvs-commits mailing list