You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by lg...@apache.org on 2005/12/25 16:53:29 UTC

svn commit: r358981 - /cocoon/blocks/template/trunk/status.xml

Author: lgawron
Date: Sun Dec 25 07:53:06 2005
New Revision: 358981

URL: http://svn.apache.org/viewcvs?rev=358981&view=rev
Log:
indentation

Modified:
    cocoon/blocks/template/trunk/status.xml

Modified: cocoon/blocks/template/trunk/status.xml
URL: http://svn.apache.org/viewcvs/cocoon/blocks/template/trunk/status.xml?rev=358981&r1=358980&r2=358981&view=diff
==============================================================================
--- cocoon/blocks/template/trunk/status.xml (original)
+++ cocoon/blocks/template/trunk/status.xml Sun Dec 25 07:53:06 2005
@@ -62,34 +62,33 @@
 <!-- SVN $Id$ -->
 
 <status>
- <!-- The following list contains the changes since the latest 2.1.x version. -->
- <changes>
-  <release version="@version@" date="@date@">
-   <action dev="LG" type="add">
-      New syntax for jx:attribute tag: apart from &lt;jx:atttribute name="text" value="abc"/&gt; one can do:
-      &lt;jx:atttribute name="text"&gt;abc&lt;/jx:attribute&gt; This is most useful for nesting jx:* tags:
-      &lt;jx:attribute name="value"&gt;&lt;jx:formatDate value="${date}" pattern="dd MMMM yyyy" locale="pl_PL"/&gt;&lt;/jx:attribute&gt;
-    </action>
-     <action dev="LG" type="add">
-      JXTG: Pluggable expression parser. New expression syntax: ${expr}, #{expr} -&gt; {jexl:expr}, {jxpath:expr}.
-      This is a target syntax for CTemplate.
-    </action>
-    <action dev="LG" type="add">
-      support for following use cases: &lt;jx:out value=&quot;${xmlString}&quot; xmlize=&quot;true&quot; strip-root=&quot;true&quot;/&gt;
-      and &lt;jx:out value=&quot;${domDocument}&quot; strip-root=&quot;true&quot;/&gt;
-    </action>
-    <action dev="DF" type="fix">
-      JxTemplate block: fix a bug in <code>&lt;jx:set&gt;</code> that caused considerable
-      performance problems.
-    </action>
-   <action dev="LG" type="update">
-     JXTemplateGenerator's ScriptManager uses transient store to cache parsed templates.
-   </action>
-   <action dev="LG" type="add" due-to="Jonas Ekstedt" due-to-email="ekstedt@ibg.uu.se">
-     Initial revision of new block: Cocoon Templates
-   </action>
-  </release>
- </changes>
-
+  <!-- The following list contains the changes since the latest 2.1.x version. -->
+  <changes>
+    <release version="@version@" date="@date@">
+      <action dev="LG" type="add">
+        New syntax for jx:attribute tag: apart from &lt;jx:atttribute name="text" value="abc"/&gt; one can do:
+        &lt;jx:atttribute name="text"&gt;abc&lt;/jx:attribute&gt; This is most useful for nesting jx:* tags:
+        &lt;jx:attribute name="value"&gt;&lt;jx:formatDate value="${date}" pattern="dd MMMM yyyy" locale="pl_PL"/&gt;&lt;/jx:attribute&gt;
+      </action>
+      <action dev="LG" type="add">
+        JXTG: Pluggable expression parser. New expression syntax: ${expr}, #{expr} -&gt; {jexl:expr}, {jxpath:expr}.
+        This is a target syntax for CTemplate.
+      </action>
+      <action dev="LG" type="add">
+        support for following use cases: &lt;jx:out value=&quot;${xmlString}&quot; xmlize=&quot;true&quot; strip-root=&quot;true&quot;/&gt;
+        and &lt;jx:out value=&quot;${domDocument}&quot; strip-root=&quot;true&quot;/&gt;
+      </action>
+      <action dev="DF" type="fix">
+        JxTemplate block: fix a bug in <code>&lt;jx:set&gt;</code> that caused considerable
+        performance problems.
+      </action>
+      <action dev="LG" type="update">
+        JXTemplateGenerator's ScriptManager uses transient store to cache parsed templates.
+      </action>
+      <action dev="LG" type="add" due-to="Jonas Ekstedt" due-to-email="ekstedt@ibg.uu.se">
+        Initial revision of new block: Cocoon Templates
+      </action>
+    </release>
+  </changes>
 </status>