glenn       01/07/12 17:34:07

  Modified:    .        common.xml
  Log:
  Use property for javadoc source path
  
  Revision  Changes    Path
  1.17      +2 -3      jakarta-taglibs/common.xml
  
  Index: common.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/common.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- common.xml        2001/07/10 12:36:14     1.16
  +++ common.xml        2001/07/13 00:34:06     1.17
  @@ -104,7 +104,7 @@
       </style>
       <antcall target="copy.documentation"/>
       <javadoc packagenames="org.apache.taglibs.*"
  -             sourcepath="src"
  +             sourcepath="${library.src}"
                classpath="${classpath}"
                destdir="${build.doc}/javadoc"
                author="true"   
  @@ -112,8 +112,7 @@
             use="true"
                windowtitle="Jakarta '${taglib.name}' custom tag library API"
                doctitle="Jakarta '${taglib.name}' custom tag library"
  -             bottom="Copyright &#169; 2000 Apache Software Foundation. All Rights 
Reserved.">
  -    </javadoc>
  +             bottom="Copyright &#169; 2000 Apache Software Foundation. All Rights 
Reserved."/>
       <antcall target="${documentation.post}"/>
     </target>
   
  
  
  

Reply via email to