User: user57  
  Date: 01/08/28 16:51:43

  Modified:    .        build.xml
  Log:
   o cleaned up includes
  
  Revision  Changes    Path
  1.12      +1 -7      manual/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/manual/build.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- build.xml 2001/08/28 23:50:34     1.11
  +++ build.xml 2001/08/28 23:51:42     1.12
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.11 2001/08/28 23:50:34 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.12 2001/08/28 23:51:42 user57 Exp $ -->
   
   <project default="main">
   
  @@ -270,9 +270,6 @@
          <fileset dir="${build.docs}">
            <include name="**/*"/>
            <exclude name="*.xml"/>
  -         <exclude name="*.xsl"/>
  -         <exclude name="**/docbook/**"/>
  -         <exclude name="**/docbook*/**"/>
          </fileset>
        </copy>
     </target>
  @@ -292,9 +289,6 @@
          <fileset dir="${build.docs}">
            <include name="**/*"/>
            <exclude name="*.xml"/>
  -         <exclude name="*.xsl"/>
  -         <exclude name="**/docbook/**"/>
  -         <exclude name="**/docbook*/**"/>
          </fileset>
        </copy>
     </target>
  
  
  

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

Reply via email to