dmkarr      2003/01/06 13:30:12

  Modified:    contrib/struts-el build.xml
  Log:
  Fixed "packagename" reference in javadoc generation.
  Added 'use="true"' to javadoc generation.
  
  Revision  Changes    Path
  1.7       +2 -1      jakarta-struts/contrib/struts-el/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/contrib/struts-el/build.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build.xml 29 Oct 2002 05:57:16 -0000      1.6
  +++ build.xml 6 Jan 2003 21:30:12 -0000       1.7
  @@ -258,7 +258,8 @@
     <javadoc sourcepath="${src.share.dir}"
              destdir="${build.home}/documentation/api"
              
classpath="${servlet.jar}:${jdbc20ext.jar}:${struts.jar}:${jstl.jar}:${jstl-standard.jar}"
  -           packagename="org.apache.struts.*" author="true" private="true"
  +           packagenames="org.apache.strutsel.*" author="true" private="true"
  +           use="true"
              version="true"
              windowtitle="Apache Struts-EL API Documentation"
              doctitle="&lt;h1&gt;Apache Struts-EL Framework (Version 
${project.version})&lt;/h1&gt;"
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to