User: user57  
  Date: 02/02/14 22:32:11

  Modified:    .        build.xml
  Log:
   o removed the stupid encoding attribute, so all of the javadocs
     will build (showing how dirty our javadocs really are)
  
  Revision  Changes    Path
  1.17      +1 -2      jmx/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jmx/build.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- build.xml 14 Feb 2002 17:44:38 -0000      1.16
  +++ build.xml 15 Feb 2002 06:32:11 -0000      1.17
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.16 2002/02/14 17:44:38 juhalindfors Exp $ -->
  +<!-- $Id: build.xml,v 1.17 2002/02/15 06:32:11 user57 Exp $ -->
   
   <project default="main" name="JBoss/JMX">
   
  @@ -303,7 +303,6 @@
                package="${javadoc.package}"
                protected="${javadoc.protected}"
                private="${javadoc.private}"
  -             encoding="${javadoc.encoding}"
                use="${javadoc.use}"
             verbose="${javadoc.verbose}">
         <group title="JBoss JMX" packages="org.jboss.mx*"/>
  
  
  

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

Reply via email to