User: user57  
  Date: 01/08/28 16:50:34

  Modified:    .        build.xml
  Log:
   o removed move of *.html from module.root, there are no *.html files there
  
  Revision  Changes    Path
  1.11      +1 -5      manual/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/manual/build.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- build.xml 2001/08/28 23:49:24     1.10
  +++ build.xml 2001/08/28 23:50:34     1.11
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.10 2001/08/28 23:49:24 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.11 2001/08/28 23:50:34 user57 Exp $ -->
   
   <project default="main">
   
  @@ -265,10 +265,6 @@
           destdir="output/html">
          <include name="jbossdocs.xml"/>
       </style>
  -
  -    <move todir="${build.html}">
  -      <fileset dir="${module.root}" includes="*.html"/>
  -    </move>
   
       <copy todir="${build.html}">
          <fileset dir="${build.docs}">
  
  
  

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

Reply via email to