You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by ha...@apache.org on 2004/02/15 22:28:51 UTC

cvs commit: cocoon-2.1/tools/src/anttasks XConfToolTask.java

haul        2004/02/15 13:28:51

  Modified:    tools/src/anttasks XConfToolTask.java
  Log:
  replace email address with apache one
  
  Revision  Changes    Path
  1.13      +15 -3     cocoon-2.1/tools/src/anttasks/XConfToolTask.java
  
  Index: XConfToolTask.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/tools/src/anttasks/XConfToolTask.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- XConfToolTask.java	31 Jan 2004 15:55:06 -0000	1.12
  +++ XConfToolTask.java	15 Feb 2004 21:28:51 -0000	1.13
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2004 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  @@ -80,6 +80,18 @@
   /**
    * Ant task to patch xmlfiles.
    *
  + * 
  + * replace-properties no|false,anything else
  + * xpath: xpath expression for context node
  + * unless-path: xpath expression that must return empty node set
  + * unless: (deprecated) xpath expression that must return empty node set
  + * if-prop: use path file only when project property is set
  + * remove: xpath expression to remove before adding nodes
  + * add-attribute: name of attribute to add to context node (requires value)
  + * value: value of attribute to add to context node (requires add-attribute)
  + * insert-before: xpath expression, add new nodes before
  + * insert-after: xpath expression, add new nodes after
  + * 
    * @author <a href="mailto:cziegeler@apache.org">Carsten Ziegeler</a>
    * @author <a href="mailto:vgritsenko@apache.org">Vadim Gritsenko</a>
    * @author <a href="mailto:crafterm@fztig938.bank.dresdner.net">Marcus Crafter</a>
  @@ -224,7 +236,7 @@
   
       /**
        * Patch XML document with a given patch file.
  -     *
  +     * 
        * @param configuration Orginal document
        * @param component Patch document
        * @param file Patch file