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

Christian Bauer christian at hibernate.org
Wed Mar 21 18:05:18 EDT 2007


  User: cbauer  
  Date: 07/03/21 18:05:18

  Modified:    examples/wiki  build.xml
  Log:
  New logic for page titles, required for blog aggregation
  
  Revision  Changes    Path
  1.11      +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.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- build.xml	21 Mar 2007 01:24:49 -0000	1.10
  +++ build.xml	21 Mar 2007 22:05:18 -0000	1.11
  @@ -139,6 +139,9 @@
   
       <target name="explodehotdeploy" depends="compileclasses">
   
  +        <mkdir dir="${exploded.war.dir}/WEB-INF/classes"/>
  +        <mkdir dir="${exploded.war.dir}/WEB-INF/dev"/>
  +
           <!-- ########## Classes ########### -->
           <copy todir="${exploded.war.dir}/WEB-INF/classes">
               <fileset dir="${classes.dir}" excludes="${hotdeploy.classes}"/>
  
  
  



More information about the jboss-cvs-commits mailing list