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

Christian Bauer christian at hibernate.org
Mon Apr 2 14:25:05 EDT 2007


  User: cbauer  
  Date: 07/04/02 14:25:05

  Modified:    examples/wiki  build.xml
  Log:
  Totally overengineered but definitely cool system/user/instance wiki preferences architecture
  
  Revision  Changes    Path
  1.12      +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.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- build.xml	21 Mar 2007 22:05:18 -0000	1.11
  +++ build.xml	2 Apr 2007 18:25:05 -0000	1.12
  @@ -285,6 +285,9 @@
           <touch file="${deploy.war.dir}/WEB-INF/web.xml"/>
       </target>
   
  +    <target name="cleanredeploy" depends="undeploy, clean, deploy"
  +            description="Undeploy, clean up, build and redeploy"/>
  +
       <!-- ######################## DISTRIBUTION ################## -->
   
       <target name="dist" depends="clean, exploderegular, exploderesources"
  
  
  



More information about the jboss-cvs-commits mailing list