You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Guido Casper <gc...@s-und-n.de> on 2003/08/27 11:33:24 UTC

Re: cvs commit: cocoon-2.1/src/blocks/webdav/java/org/apache/cocoon/transformation SourcepropsWritingTransformer.java

stephan@apache.org wrote:
> stephan     2003/08/27 01:33:42
>
>   Modified:
src/blocks/webdav/java/org/apache/cocoon/transformation
>                         SourcepropsWritingTransformer.java
>   Log:
>   Fixed typo.
>
>   Revision  Changes    Path
>   1.2       +2 -2
>
cocoon-2.1/src/blocks/webdav/java/org/apache/cocoon/transformation/Sou
rcepropsWritingTransformer.java
>
>   Index: SourcepropsWritingTransformer.java
>
===================================================================
>   RCS file:
>
>
>
>
>
>
>
/home/cvs/cocoon-2.1/src/blocks/webdav/java/org/apache/cocoon/transfor
mation/SourcepropsWritingTransformer.java,v
> retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2
> --- SourcepropsWritingTransformer.java 22 Aug 2003 13:02:01 -0000
1.1
> +++ SourcepropsWritingTransformer.java 27 Aug 2003 08:33:42 -0000
1.2
> @@ -79,7 +79,7 @@
>     *
>
&lt;source:source&gt;webdav://localhost/webdav/step1/repo/contentA.xml
&lt;/source:source&gt;
>     *     &lt;source:prop name="author"
> namespace="meta"&gt;me&lt;/source:prop&gt;
>     *     &lt;source:prop name="category"
>   namespace="meta"&gt;catA&lt;/source:prop&gt;
> - *   &lt;/source:write&gt;
> + *   &lt;/source:patch&gt;
>     *   ...
>     * &lt;/page&gt;
>     * </pre>

These kind of typos happen if you to much steal foreign ideas :-)

Guido