You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by jm...@apache.org on 2003/04/02 04:22:17 UTC

cvs commit: jakarta-struts/contrib/tag-doc/src/java/org/apache/struts/taskdefs TaglibDoc.java TaglibReport.java

jmitchell    2003/04/01 18:22:17

  Modified:    contrib/tag-doc/src/java/org/apache/struts/taskdefs
                        TaglibDoc.java TaglibReport.java
  Log:
  These were supposed to be updated yesterday with the commit for Bug # 18539
  
  Revision  Changes    Path
  1.2       +7 -7      jakarta-struts/contrib/tag-doc/src/java/org/apache/struts/taskdefs/TaglibDoc.java
  
  Index: TaglibDoc.java
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/contrib/tag-doc/src/java/org/apache/struts/taskdefs/TaglibDoc.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TaglibDoc.java	29 Mar 2003 05:51:41 -0000	1.1
  +++ TaglibDoc.java	2 Apr 2003 02:22:16 -0000	1.2
  @@ -82,8 +82,8 @@
   
   /**
    * Given a list of files compatible with the Tag-Library
  - * Descriptor (TLD) format, creates a matrix of Tags Vs
  - * Attributes for each Tag-Library.
  + * Descriptor (TLD) format, generates a JavaDoc like
  + * documentation for each Tag-Library.
    *
    * @author <a href="mailto:mohankishore@yahoo.com">Mohan Kishore</a>
    * @version $Revision$ $Date$
  @@ -281,4 +281,4 @@
   		td.handleFiles(Arrays.asList(files));
   
   	}
  -}
  \ No newline at end of file
  +}
  
  
  
  1.2       +8 -5      jakarta-struts/contrib/tag-doc/src/java/org/apache/struts/taskdefs/TaglibReport.java
  
  Index: TaglibReport.java
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/contrib/tag-doc/src/java/org/apache/struts/taskdefs/TaglibReport.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TaglibReport.java	29 Mar 2003 05:51:41 -0000	1.1
  +++ TaglibReport.java	2 Apr 2003 02:22:16 -0000	1.2
  @@ -186,6 +186,9 @@
   			Util.copyFile(
   				"/resources/taglibreport/stylesheet.css",
   				new File(destdir, "stylesheet.css"));
  +			Util.copyFile(
  +				"/resources/taglibreport/xbPositionableElement.js",
  +				new File(destdir, "xbPositionableElement.js"));
   		} catch (Exception e) {
   			e.printStackTrace();
   		}
  @@ -247,4 +250,4 @@
   		td.handleFiles(Arrays.asList(files));
   
   	}
  -}
  \ No newline at end of file
  +}
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org