User: user57  
  Date: 02/02/24 17:23:30

  Modified:    jboss    build.xml
  Log:
   o system has no static docs
  
  Revision  Changes    Path
  1.92      +1 -9      build/jboss/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/build/jboss/build.xml,v
  retrieving revision 1.91
  retrieving revision 1.92
  diff -u -r1.91 -r1.92
  --- build.xml 24 Feb 2002 10:41:34 -0000      1.91
  +++ build.xml 25 Feb 2002 01:23:23 -0000      1.92
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.91 2002/02/24 10:41:34 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.92 2002/02/25 01:23:23 user57 Exp $ -->
   
   <project default="main" name="JBoss/Build">
   
  @@ -462,14 +462,6 @@
     </target>
   
     <target name="_module-system-all" depends="_module-system-most">
  -    <!-- Copy the static documents (docs) -->
  -    <mkdir dir="${install.docs}"/>
  -    <copy todir="${install.docs}" filtering="no">
  -      <fileset dir="${_module.output}/docs">
  -         <include name="**/*"/>
  -      </fileset>
  -    </copy>
  -
       <!-- Copy the generated javadocs -->
       <mkdir dir="${install.api}/${_module.name}"/>
       <copy todir="${install.api}/${_module.name}" filtering="no">
  
  
  

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

Reply via email to