User: user57  
  Date: 01/07/27 17:50:48

  Modified:    .        Tag: jboss_buildmagic build.xml
  Log:
   o ensure that the clean target depends on disable-init-hook
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.3   +2 -2      build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/build/build.xml,v
  retrieving revision 1.2.2.2
  retrieving revision 1.2.2.3
  diff -u -r1.2.2.2 -r1.2.2.3
  --- build.xml 2001/07/28 00:48:00     1.2.2.2
  +++ build.xml 2001/07/28 00:50:48     1.2.2.3
  @@ -24,7 +24,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.2.2.2 2001/07/28 00:48:00 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.2.2.3 2001/07/28 00:50:48 user57 Exp $ -->
   
   <project name="jboss" default="main" basedir="..">
   
  @@ -266,7 +266,7 @@
     <!-- ================================================================== -->
   
     <!-- Clean up all build output -->
  -  <target name="clean" depends="disable-configure, init"
  +  <target name="clean" depends="disable-configure, disable-init-hook, init"
          description="Cleans up most generated files.">
   
       <!-- run 'clean' on all modules -->
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to