User: vharcq  
  Date: 02/04/18 00:14:00

  Modified:    core/samples/script build.xml
  Log:
  Consider @version @author and @todo like any other tags
  Exclude @version by excludedtags and add it again by addedtags to not have the 
$Revision$ change cvs issue.
  
  Revision  Changes    Path
  1.82      +1 -1      xdoclet/core/samples/script/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/core/samples/script/build.xml,v
  retrieving revision 1.81
  retrieving revision 1.82
  diff -u -w -r1.81 -r1.82
  --- build.xml 18 Apr 2002 06:16:01 -0000      1.81
  +++ build.xml 18 Apr 2002 07:14:00 -0000      1.82
  @@ -124,7 +124,7 @@
            destdir="${generated.java.dir}"
            mergedir="parent-fake-to-debug"
            excludedtags="@version,@author,@todo"
  -         addedtags="@xdoclet-generated at ${TODAY},@copyright The XDoclet Team"
  +         addedtags="@xdoclet-generated at ${TODAY},@copyright The XDoclet 
Team,@author XDoclet,@version 1.2"
            ejbspec="2.0"
            force="${xdoclet.force}">
            
  
  
  

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to