You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Vadim Gritsenko <va...@reverycodes.com> on 2004/12/09 16:13:53 UTC

Re: svn commit: r111375 - in cocoon/trunk/src/blocks/template: java/org/apache/cocoon/template/generation java/org/apache/cocoon/template/jxtg java/org/apache/cocoon/template/jxtg/environment java/org/apache/cocoon/template/jxtg/expression java/org/apache/cocoon/template/jxtg/script java/org/apache/cocoon/template/jxtg/script/event java/org/apache/cocoon/template/script java/org/apache/cocoon/template/tag java/org/apache/cocoon/template/v2 java/org/apache/cocoon/template/v2/generation java/org/apache/cocoon/template/v2/script java/org/apache/cocoon/template/v2/tag java/org/apache/cocoon/template/v2/tag/samples test/org/apache/cocoon/template/generation test/org/apache/cocoon/template/script

lgawron@apache.org wrote:
> Author: lgawron
> 
> Added: cocoon/trunk/src/blocks/template/java/org/apache/cocoon/template/jxtg/JXTemplateGenerator.java
> Url: http://svn.apache.org/viewcvs/cocoon/trunk/src/blocks/template/java/org/apache/cocoon/template/jxtg/JXTemplateGenerator.java?view=auto&rev=111375
> ==============================================================================
> --- (empty file)
> +++ cocoon/trunk/src/blocks/template/java/org/apache/cocoon/template/jxtg/JXTemplateGenerator.java	Thu Dec  9 04:38:49 2004
> @@ -0,0 +1,1230 @@
> +/*
> 
> + * Copyright 1999-2004 The Apache Software Foundation.
> 
> + * 
> 
> + * Licensed under the Apache License, Version 2.0 (the "License");
> 
> + * you may not use this file except in compliance with the License.
> 

Please do:
   svn propset svn:eol-style native *.java
   svn propset svn:keywords Id *.java


Vadim