User: user57  
  Date: 02/02/13 23:37:32

  Modified:    .        build.xml
  Log:
   o drop bogus encoding variable, so the docs will build again
  
  Revision  Changes    Path
  1.58      +1 -2      jboss/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.57
  retrieving revision 1.58
  diff -u -r1.57 -r1.58
  --- build.xml 13 Feb 2002 23:20:11 -0000      1.57
  +++ build.xml 14 Feb 2002 07:37:32 -0000      1.58
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.57 2002/02/13 23:20:11 patriot1burke Exp $ -->
  +<!-- $Id: build.xml,v 1.58 2002/02/14 07:37:32 user57 Exp $ -->
   
   <project default="main" name="JBoss/Server">
   
  @@ -874,7 +874,6 @@
                package="${javadoc.package}"
                protected="${javadoc.protected}"
                private="${javadoc.private}"
  -             encoding="${javadoc.encoding}"
                use="${javadoc.use}"
             verbose="${javadoc.verbose}"> 
         <group title="JDBC Extension" packages="javax.sql*"/>
  
  
  

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

Reply via email to