User: user57  
  Date: 01/08/31 17:47:28

  Modified:    website  build.xml
  Log:
   o there is no call-clean target...
  
  Revision  Changes    Path
  1.5       +2 -2      build/website/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/build/website/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml 2001/09/01 00:44:19     1.4
  +++ build.xml 2001/09/01 00:47:28     1.5
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.4 2001/09/01 00:44:19 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.5 2001/09/01 00:47:28 user57 Exp $ -->
   
   <project default="main" name="JBoss Website/Build">
   
  @@ -419,7 +419,7 @@
   
     <target name="website" depends="init">
       <!-- just to be sure, lets clean first -->
  -    <call target="call-clean"/>
  +    <call target="all-clean"/>
   
       <!-- all-jars should generate all the deployables -->
       <call target="all-jars"/>
  
  
  

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

Reply via email to