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

  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.15      +1 -2      jbosssx/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosssx/build.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- build.xml 15 Feb 2002 06:18:29 -0000      1.14
  +++ build.xml 15 Feb 2002 06:32:22 -0000      1.15
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.14 2002/02/15 06:18:29 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.15 2002/02/15 06:32:22 user57 Exp $ -->
   
   <project default="main" name="JBoss/Security">
   
  @@ -428,7 +428,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